View Source GoogleApi.CloudIdentity.V1.Model.AddIdpCredentialRequest (google_api_cloud_identity v0.30.0)
The request for creating an IdpCredential with its associated payload. An InboundSamlSsoProfile can own up to 2 credentials.
Attributes
-
pemData
(type:String.t
, default:nil
) - PEM encoded x509 certificate containing the public key for verifying IdP signatures.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.AddIdpCredentialRequest{ pemData: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.