google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProvider View Source

Identity provider for a zone.

Attributes

  • active (type: boolean(), default: nil) - Boolean flag that specifies whether the identity provider is active.
  • config (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProviderConfig.t, default: nil) - Configuration for the identity provider.
  • created (type: String.t, default: nil) - Time the identity provider was created in milliseconds since epoch.
  • id (type: String.t, default: nil) - ID of the identity provider.
  • modified (type: String.t, default: nil) - Time the identity provider was last modified in milliseconds since epoch.
  • name (type: String.t, default: nil) - User-defined name of the identity provider.
  • type (type: String.t, default: nil) - Type of the identity provider.

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 Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProvider{
  active: boolean(),
  config:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProviderConfig.t(),
  created: String.t(),
  id: String.t(),
  modified: String.t(),
  name: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.