Skip to main content

GetPasswordOrgConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.password_configuration.models.get_password_org_config_v1401_response import GetPasswordOrgConfigV1401Response

get_password_org_config_v1401_response = GetPasswordOrgConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]