public sealed class TestIamPermissionsRequest : Protobuf.IMessage<TestIamPermissionsRequest>, Protobuf.IBufferMessageRequest message for TestIamPermissions method.
Implements
Protobuf.IBufferMessageNamespace
Google.Cloud.Iam.V1Assembly
Google.Cloud.Iam.V1.dll
Constructors
TestIamPermissionsRequest()
public TestIamPermissionsRequest()TestIamPermissionsRequest(TestIamPermissionsRequest)
public TestIamPermissionsRequest(TestIamPermissionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsRequest |
Properties
Permissions
public Protobuf.Collections.RepeatedField<string> Permissions { get; }The set of permissions to check for the resource. Permissions with
wildcards (such as '' or 'storage.') are not allowed. For more
information see
IAM Overview.
| Property Value | |
|---|---|
| Type | Description |
Protobuf.Collections.RepeatedField<String> |
|
Resource
public string Resource { get; set; }REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ResourceAsResourceName
public Api.Gax.IResourceName ResourceAsResourceName { get; set; }-typed view over the Resource resource name property.
| Property Value | |
|---|---|
| Type | Description |
Api.Gax.IResourceName |
|