View Source GoogleApi.CloudIdentity.V1.Model.SamlSsoInfo (google_api_cloud_identity v0.30.0)

Details that are applicable when sso_mode == SAML_SSO.

Attributes

  • inboundSamlSsoProfile (type: String.t, default: nil) - Required. Name of the InboundSamlSsoProfile to use. Must be of the form inboundSamlSsoProfiles/{inbound_saml_sso_profile}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.SamlSsoInfo{
  inboundSamlSsoProfile: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.