Skip to main content

ListAccessModelMetadataAttribute401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.beta.models.list_access_model_metadata_attribute401_response import ListAccessModelMetadataAttribute401Response

list_access_model_metadata_attribute401_response = ListAccessModelMetadataAttribute401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]