GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Access (google_api_cloud_asset v0.22.1) 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Access{
analysisState: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t() | nil,
permission: String.t() | nil,
role: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.