Class GoogleCloudAssetV1Access
An IAM role or permission under analysis.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class GoogleCloudAssetV1Access : IDirectResponseSchema
Properties
AnalysisState
The analysis state of this access.
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 |
Permission
The permission.
Declaration
[JsonProperty("permission")]
public virtual string Permission { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
The role.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |