Class MethodSelector
An allowed method or permission of a service specified in ApiOperation.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class MethodSelector : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Method
A valid method name for the corresponding service_name in ApiOperation. If * is used as the value for
the method, then ALL methods and permissions are allowed.
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Permission
A valid Cloud IAM permission for the corresponding service_name in ApiOperation.
Declaration
[JsonProperty("permission")]
public virtual string Permission { get; set; }Property Value
| Type | Description | 
|---|---|
| string |