public sealed class GetIamPolicyServiceAttachmentRequest : IMessage<GetIamPolicyServiceAttachmentRequest>, IEquatable<GetIamPolicyServiceAttachmentRequest>, IDeepCloneable<GetIamPolicyServiceAttachmentRequest>, IBufferMessage, IMessageA request message for ServiceAttachments.GetIamPolicy. See the method description for details.
Implements
IMessage<GetIamPolicyServiceAttachmentRequest>, IEquatable<GetIamPolicyServiceAttachmentRequest>, IDeepCloneable<GetIamPolicyServiceAttachmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetIamPolicyServiceAttachmentRequest()
public GetIamPolicyServiceAttachmentRequest()GetIamPolicyServiceAttachmentRequest(GetIamPolicyServiceAttachmentRequest)
public GetIamPolicyServiceAttachmentRequest(GetIamPolicyServiceAttachmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIamPolicyServiceAttachmentRequest |
Properties
HasOptionsRequestedPolicyVersion
public bool HasOptionsRequestedPolicyVersion { get; }Gets whether the "options_requested_policy_version" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
OptionsRequestedPolicyVersion
public int OptionsRequestedPolicyVersion { get; set; }Requested IAM Policy version.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Region
public string Region { get; set; }The name of the region for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Resource
public string Resource { get; set; }Name or id of the resource for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|