GetInboundSamlSsoProfileResult

data class GetInboundSamlSsoProfileResult(val customer: String, val displayName: String, val idpConfig: SamlIdpConfigResponse, val name: String, val spConfig: SamlSpConfigResponse)

Constructors

Link copied to clipboard
fun GetInboundSamlSsoProfileResult(customer: String, displayName: String, idpConfig: SamlIdpConfigResponse, name: String, spConfig: SamlSpConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The customer. For example: customers/C0123abc.

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.