IdentityProviderPrecheckResult

IdentityProviderPrecheckResult
IdentityProviderPrecheckResult

Represents Identity Management pre-check result

JSON Example
{
    "status": "string",
    "details": [
        {
            "type": "string",
            "message": "string"
        }
    ]
}
string
status
Required

One of SUCCESS, WARNING, FAILURE

array of details
details
Optional

Details about status type and error messages