Class GetIamPolicyResourcePolicyRequest (1.1.0)

public sealed class GetIamPolicyResourcePolicyRequest : IMessage<GetIamPolicyResourcePolicyRequest>, IEquatable<GetIamPolicyResourcePolicyRequest>, IDeepCloneable<GetIamPolicyResourcePolicyRequest>, IBufferMessage, IMessage

A request message for ResourcePolicies.GetIamPolicy. See the method description for details.

Inheritance

Object > GetIamPolicyResourcePolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetIamPolicyResourcePolicyRequest()

public GetIamPolicyResourcePolicyRequest()

GetIamPolicyResourcePolicyRequest(GetIamPolicyResourcePolicyRequest)

public GetIamPolicyResourcePolicyRequest(GetIamPolicyResourcePolicyRequest other)
Parameter
NameDescription
otherGetIamPolicyResourcePolicyRequest

Properties

HasOptionsRequestedPolicyVersion

public bool HasOptionsRequestedPolicyVersion { get; }

Gets whether the "options_requested_policy_version" field is set

Property Value
TypeDescription
Boolean

OptionsRequestedPolicyVersion

public int OptionsRequestedPolicyVersion { get; set; }

Requested IAM Policy version.

Property Value
TypeDescription
Int32

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

The name of the region for this request.

Property Value
TypeDescription
String

Resource

public string Resource { get; set; }

Name or id of the resource for this request.

Property Value
TypeDescription
String