Get Inbound Saml Sso Profile Result
data class GetInboundSamlSsoProfileResult(val customer: String, val displayName: String, val idpConfig: SamlIdpConfigResponse, val name: String, val spConfig: SamlSpConfigResponse)
Constructors
Link copied to clipboard
constructor(customer: String, displayName: String, idpConfig: SamlIdpConfigResponse, name: String, spConfig: SamlSpConfigResponse)
Properties
Link copied to clipboard
Human-readable name of the SAML SSO profile.
Link copied to clipboard
SAML identity provider configuration.
Link copied to clipboard
Resource name of the SAML SSO profile.
Link copied to clipboard
SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.