GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Identity (google_api_cloud_asset v0.28.0) View Source
An identity under analysis.
Attributes
-
analysisState
(type:GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t
, default:nil
) - The analysis state of this identity. -
name
(type:String.t
, default:nil
) - The identity name in any form of members appear in IAM policy binding, such as: - user:foo@google.com - group:group1@google.com - serviceAccount:s1@prj1.iam.gserviceaccount.com - projectOwner:some_project_id - domain:google.com - allUsers - etc.
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.GoogleCloudAssetV1Identity{ analysisState: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t() | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.