Skip to main content

GetAuthOrgNetworkConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.global_tenant_security_settings.models.get_auth_org_network_config_v1401_response import GetAuthOrgNetworkConfigV1401Response

get_auth_org_network_config_v1401_response = GetAuthOrgNetworkConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]