GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Access (google_api_cloud_asset v0.42.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.