View Source GoogleApi.GKEHub.V1.Model.CompliancePostureConfig (google_api_gke_hub v0.16.0)
CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture.
Attributes
-
complianceStandards
(type:list(GoogleApi.GKEHub.V1.Model.ComplianceStandard.t)
, default:nil
) - List of enabled compliance standards. -
mode
(type:String.t
, default:nil
) - Defines the enablement mode for Compliance Posture.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.CompliancePostureConfig{ complianceStandards: [GoogleApi.GKEHub.V1.Model.ComplianceStandard.t()] | nil, mode: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.