Skip to main content

SAMLConfigOut

Output schema for SAML SSO configuration.

idId (string)required
entity_idEntity Id (string)required
sso_urlSso Url (string)required
certificateCertificate (string)required
covered_domainCovered Domain (string)required
is_enabledIs Enabled (boolean)required
domain_verifiedDomain Verified (boolean)required
domain_verified_at object
anyOf
string<date-time>
domain_verification_dns_nameDomain Verification Dns Name (string)required
domain_verification_dns_valueDomain Verification Dns Value (string)required
created_atstring<date-time>required
updated_atstring<date-time>required
SAMLConfigOut
{
"id": "string",
"entity_id": "string",
"sso_url": "string",
"certificate": "string",
"covered_domain": "string",
"is_enabled": true,
"domain_verified": true,
"domain_verified_at": "2024-07-29T15:51:28.071Z",
"domain_verification_dns_name": "string",
"domain_verification_dns_value": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}