Skip to main content

GetPublicIdentityConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.public_identities_config.models.get_public_identity_config_v1401_response import GetPublicIdentityConfigV1401Response

get_public_identity_config_v1401_response = GetPublicIdentityConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]