google_api_cloud_run v0.35.1 GoogleApi.CloudRun.V1alpha1.Model.CloudAuditLogsSourceStatus View Source

CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource.

Attributes

  • conditions (type: list(GoogleApi.CloudRun.V1alpha1.Model.Condition.t), default: nil) - Array of observed CloudAuditLogsSourceConditions, indicating the current state of the CloudAuditLogsSource.
  • observedGeneration (type: integer(), default: nil) - ObservedGeneration is the 'Generation' of the CloudAuditLogsSource that was last processed by the controller.
  • sinkUri (type: String.t, default: nil) - SinkURI is the current active sink URI that has been configured for the Source. +optional

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudRun.V1alpha1.Model.CloudAuditLogsSourceStatus{
  conditions: [GoogleApi.CloudRun.V1alpha1.Model.Condition.t()],
  observedGeneration: integer(),
  sinkUri: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.