Skip to main content

SAMLProviderResponse

successbooleanrequired
data object

Response payload for successful operations.

providerIdstringrequired
displayNamestringrequired
idpEntityIdstringrequired
ssoUrlstringrequired
rpEntityIdstringrequired
enabledbooleanrequired
locationIdsstring[]required
createdAtstring<date-time>required
errorstring

Machine-readable error code.

messagestring

Human-readable response message.

SAMLProviderResponse
{
"success": true,
"data": {
"providerId": "string",
"displayName": "string",
"idpEntityId": "string",
"ssoUrl": "string",
"rpEntityId": "string",
"enabled": true,
"locationIds": [
"string"
],
"createdAt": "2024-07-29T15:51:28.071Z"
},
"error": "string",
"message": "string"
}