Show / Hide Table of Contents

Class GoogleCloudAssetV1Access

An IAM role or permission under analysis.

Inheritance
object
GoogleCloudAssetV1Access
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX