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

SAML SP (service provider) configuration.

Attributes

  • assertionConsumerServiceUri (type: String.t, default: nil) - Output only. The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the HTTP-POST binding.
  • entityId (type: String.t, default: nil) - Output only. The SAML Entity ID for this service provider.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.SamlSpConfig{
  assertionConsumerServiceUri: String.t() | nil,
  entityId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.