View Source GoogleApi.CloudAsset.V1.Model.AnalyzerOrgPolicyConstraint (google_api_cloud_asset v0.35.0)

The organization policy constraint definition.

Attributes

  • customConstraint (type: GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1CustomConstraint.t, default: nil) - The definition of the custom constraint.
  • googleDefinedConstraint (type: GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Constraint.t, default: nil) - The definition of the canned constraint defined by Google.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.AnalyzerOrgPolicyConstraint{
  customConstraint:
    GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1CustomConstraint.t() | nil,
  googleDefinedConstraint:
    GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Constraint.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.