View Source GoogleApi.GKEHub.V1.Model.IdentityServiceDiagnosticInterface (google_api_gke_hub v0.16.0)

Configuration options for the AIS diagnostic interface.

Attributes

  • enabled (type: boolean(), default: nil) - Determines whether to enable the diagnostic interface.
  • expirationTime (type: DateTime.t, default: nil) - Determines the expiration time of the diagnostic interface enablement. When reached, requests to the interface would be automatically rejected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.IdentityServiceDiagnosticInterface{
  enabled: boolean() | nil,
  expirationTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.