Compute Engine v1 API - Class TestIamPermissionsServiceAttachmentRequest (2.3.0)

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

Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsServiceAttachmentRequest.

A request message for ServiceAttachments.TestIamPermissions. See the method description for details.

Inheritance

Object > TestIamPermissionsServiceAttachmentRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestIamPermissionsServiceAttachmentRequest()

public TestIamPermissionsServiceAttachmentRequest()

TestIamPermissionsServiceAttachmentRequest(TestIamPermissionsServiceAttachmentRequest)

public TestIamPermissionsServiceAttachmentRequest(TestIamPermissionsServiceAttachmentRequest other)
Parameter
NameDescription
otherTestIamPermissionsServiceAttachmentRequest

Properties

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

TestPermissionsRequestResource

public TestPermissionsRequest TestPermissionsRequestResource { get; set; }

The body resource for this request

Property Value
TypeDescription
TestPermissionsRequest