View Source GoogleApi.CloudIdentity.V1.Model.InboundSamlSsoProfile (google_api_cloud_identity v0.32.0)

A SAML 2.0 federation between a Google enterprise customer and a SAML identity provider.

Attributes

  • customer (type: String.t, default: nil) - Immutable. The customer. For example: customers/C0123abc.
  • displayName (type: String.t, default: nil) - Human-readable name of the SAML SSO profile.
  • idpConfig (type: GoogleApi.CloudIdentity.V1.Model.SamlIdpConfig.t, default: nil) - SAML identity provider configuration.
  • name (type: String.t, default: nil) - Output only. Resource name of the SAML SSO profile.
  • spConfig (type: GoogleApi.CloudIdentity.V1.Model.SamlSpConfig.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.InboundSamlSsoProfile{
  customer: String.t() | nil,
  displayName: String.t() | nil,
  idpConfig: GoogleApi.CloudIdentity.V1.Model.SamlIdpConfig.t() | nil,
  name: String.t() | nil,
  spConfig: GoogleApi.CloudIdentity.V1.Model.SamlSpConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.