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 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 SAMLLogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. -
singleSignOnServiceUri
(type:String.t
, default:nil
) - Required. TheSingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.