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

An IAM role or permission under analysis.

Attributes

  • analysisState (type: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t, default: nil) - The analysis state of this access.
  • permission (type: String.t, default: nil) - The permission.
  • role (type: String.t, default: nil) - The role.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Access{
  analysisState: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t() | nil,
  permission: String.t() | nil,
  role: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.