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

Holds non-protocol-related configuration options.

Attributes

  • diagnosticInterface (type: GoogleApi.GKEHub.V1.Model.IdentityServiceDiagnosticInterface.t, default: nil) - Configuration options for the AIS diagnostic interface.
  • sessionDuration (type: String.t, default: nil) - Determines the lifespan of STS tokens issued by Anthos Identity Service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.IdentityServiceIdentityServiceOptions{
  diagnosticInterface:
    GoogleApi.GKEHub.V1.Model.IdentityServiceDiagnosticInterface.t() | nil,
  sessionDuration: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.