google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateIdentityProviderConfigResponse View Source

Response message for the UpdateIdentityProviderConfig RPC.

Attributes

  • data (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProviderConfig.t, default: nil) - Details of the identity provider configuration.
  • errorCode (type: String.t, default: nil) - ID that can be used to find errors in the log files.
  • message (type: String.t, default: nil) - Description of the operation.
  • requestId (type: String.t, default: nil) - ID that can be used to find request details in the log files.
  • status (type: String.t, default: nil) - Status of the operation.

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.GoogleCloudApigeeV1UpdateIdentityProviderConfigResponse{
    data:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1IdentityProviderConfig.t(),
    errorCode: String.t(),
    message: String.t(),
    requestId: String.t(),
    status: 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.