View Source GoogleApi.IAM.V1.Model.Saml (google_api_iam v0.42.0)

Represents an SAML 2.0 identity provider.

Attributes

  • idpMetadataXml (type: String.t, default: nil) - Required. SAML identity provider (IdP) configuration metadata XML doc. The XML document must comply with the SAML 2.0 specification. The maximum size of an acceptable XML document is 128K characters. The SAML metadata XML document must satisfy the following constraints: Must contain an IdP Entity ID. Must contain at least one non-expired signing certificate. For each signing certificate, the expiration must be: From no more than 7 days in the future. To no more than 15 years in the future. Up to three IdP signing keys are allowed. When updating the provider's metadata XML, at least one non-expired signing key must overlap with the existing metadata. This requirement is skipped if there are no non-expired signing keys present in the existing metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.Saml{idpMetadataXml: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.