View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.SAMLParams (google_api_contact_center_ai_platform v0.5.0)

Message storing SAML params to enable Google as IDP.

Attributes

  • authenticationContexts (type: list(String.t), default: nil) - Additional contexts used for authentication.
  • certificate (type: String.t, default: nil) - SAML certificate
  • emailMapping (type: String.t, default: nil) - IdP field that maps to the user’s email address
  • entityId (type: String.t, default: nil) - Entity id URL
  • ssoUri (type: String.t, default: nil) - Single sign-on URL
  • userEmail (type: String.t, default: nil) - Email address of the first admin users.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.SAMLParams{
  authenticationContexts: [String.t()] | nil,
  certificate: String.t() | nil,
  emailMapping: String.t() | nil,
  entityId: String.t() | nil,
  ssoUri: String.t() | nil,
  userEmail: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.