google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProviderConfig View Source
Configuration for an identity provider.
Attributes
certificate
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SamlCertificate.t
, default:nil
) - Certificate for the identity provider.entityId
(type:String.t
, default:nil
) - ID of an entity that provides SAML-based services.loginUrl
(type:String.t
, default:nil
) - URL used for sign in using this identity provider.logoutUrl
(type:String.t
, default:nil
) - URL used for sign out using this identity provider.spMetadataUrl
(type:String.t
, default:nil
) - URL to the identity provider metadata.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProviderConfig{ certificate: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SamlCertificate.t(), entityId: String.t(), loginUrl: String.t(), logoutUrl: String.t(), spMetadataUrl: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.