Google Cloud Asset Inventory v1 API - Class IamPolicyAnalysisQuery.Types.AccessSelector (3.9.0)

public sealed class IamPolicyAnalysisQuery.Types.AccessSelector : IMessage<IamPolicyAnalysisQuery.Types.AccessSelector>, IEquatable<IamPolicyAnalysisQuery.Types.AccessSelector>, IDeepCloneable<IamPolicyAnalysisQuery.Types.AccessSelector>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisQuery.Types.AccessSelector.

Specifies roles and/or permissions to analyze, to determine both the identities possessing them and the resources they control. If multiple values are specified, results will include roles or permissions matching any of them. The total number of roles and permissions should be equal or less than 10.

Inheritance

object > IamPolicyAnalysisQuery.Types.AccessSelector

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

AccessSelector()

public AccessSelector()

AccessSelector(AccessSelector)

public AccessSelector(IamPolicyAnalysisQuery.Types.AccessSelector other)
Parameter
NameDescription
otherIamPolicyAnalysisQueryTypesAccessSelector

Properties

Permissions

public RepeatedField<string> Permissions { get; }

Optional. The permissions to appear in result.

Property Value
TypeDescription
RepeatedFieldstring

Roles

public RepeatedField<string> Roles { get; }

Optional. The roles to appear in result.

Property Value
TypeDescription
RepeatedFieldstring