Identity Hub API, gRPC: MfaEnforcementService.Get
gRPC request
rpc Get (GetMfaEnforcementRequest) returns (MfaEnforcement)
GetMfaEnforcementRequest
{
"mfa_enforcement_id": "string"
}
|
Field |
Description |
|
mfa_enforcement_id |
string Required field. |
MfaEnforcement
{
"id": "string",
"organization_id": "string",
"acr_id": "string",
"ttl": "google.protobuf.Duration",
"status": "MfaEnforcementStatus",
"apply_at": "google.protobuf.Timestamp",
"enroll_window": "google.protobuf.Duration",
"name": "string",
"description": "string",
"created_at": "google.protobuf.Timestamp"
}
MFA enforcement resource
|
Field |
Description |
|
id |
string id of the MFA enforcement |
|
organization_id |
string organization id of the MFA enforcement |
|
acr_id |
string acr id of the MFA enforcement |
|
ttl |
the period during which the entered MFA factor is considered valid and the |
|
status |
enum MfaEnforcementStatus MFA enforcement status
|
|
apply_at |
the MFA enforcement application start time. |
|
enroll_window |
the time window during which the user is allowed to create an MFA profile. |
|
name |
string name of the MFA enforcement |
|
description |
string description of the MFA enforcement |
|
created_at |
creation timestamp |