Class GoogleCloudAssetV1Identity
An identity under analysis.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class GoogleCloudAssetV1Identity : IDirectResponseSchema
Properties
AnalysisState
The analysis state of this identity.
Declaration
[JsonProperty("analysisState")]
public virtual IamPolicyAnalysisState AnalysisState { get; set; }
Property Value
Type | Description |
---|---|
IamPolicyAnalysisState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The identity of members, formatted as appear in an IAM policy binding. For example, they might be formatted like the following: - user:foo@google.com - group:group1@google.com - serviceAccount:s1@prj1.iam.gserviceaccount.com - projectOwner:some_project_id - domain:google.com - allUsers
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |