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

SAML IDP (identity provider) configuration.

Attributes

  • changePasswordUri (type: String.t, default: nil) - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at myaccount.google.com. This takes precedence over the change password URL configured at customer-level. Must use HTTPS.
  • entityId (type: String.t, default: nil) - Required. The SAML Entity ID of the identity provider.
  • logoutRedirectUri (type: String.t, default: nil) - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML LogoutRequest i.e. SAML single logout is not supported. Must use HTTPS.
  • singleSignOnServiceUri (type: String.t, default: nil) - Required. The SingleSignOnService endpoint location (sign-in page URL) of the identity provider. This is the URL where the AuthnRequest will be sent. Must use HTTPS. Assumed to accept the HTTP-Redirect binding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.SamlIdpConfig{
  changePasswordUri: String.t() | nil,
  entityId: String.t() | nil,
  logoutRedirectUri: String.t() | nil,
  singleSignOnServiceUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.