SSOIdentityProviderDTOListDTO
Current page number of entities
Number of entities requested for the current page
Ordering criteria used for the current page
HTTP StatusCode for the current result
Total number of entities available
entities object[]nullable
Page of entities for this request
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
SAML Entity ID of the remote SSO Identity Provider
Metadata URL of the remote SSO Identity Provider
Possible values: Value must match regular expression https://.*
Metadata XML content of the remote SSO Identity Provider
samlStatementRoleMappings object[]nullable
Collection of mappings of SAML attributes to Aembit roles
SAML Attribute name
SAML Attribute value
Aembit Role ID
{
"page": 0,
"perPage": 0,
"order": "string",
"statusCode": 0,
"recordsTotal": 0,
"entities": [
{
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"entityId": "string",
"metadataUrl": "string",
"metadataXml": "string",
"samlStatementRoleMappings": [
{
"attributeName": "string",
"attributeValue": "string",
"roleExternalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
]
}