View Source GoogleApi.CloudIdentity.V1.Model.SamlIdpConfig (google_api_cloud_identity v0.33.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 atmyaccount.google.com. This takes precedence over the change password URL configured at customer-level. Must useHTTPS. -
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 SAMLLogoutRequesti.e. SAML single logout is not supported. Must useHTTPS. -
singleSignOnServiceUri(type:String.t, default:nil) - Required. TheSingleSignOnServiceendpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequestwill be sent. Must useHTTPS. Assumed to accept theHTTP-Redirectbinding.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.