public sealed class ServicePerimeterConfig.Types.ApiOperation : IMessage<ServicePerimeterConfig.Types.ApiOperation>, IEquatable<ServicePerimeterConfig.Types.ApiOperation>, IDeepCloneable<ServicePerimeterConfig.Types.ApiOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class ServicePerimeterConfig.Types.ApiOperation.
Identification for an API Operation.
Implements
IMessageServicePerimeterConfigTypesApiOperation, IEquatableServicePerimeterConfigTypesApiOperation, IDeepCloneableServicePerimeterConfigTypesApiOperation, IBufferMessage, IMessageNamespace
Google.Identity.AccessContextManager.V1Assembly
Google.Identity.AccessContextManager.V1.dll
Constructors
ApiOperation()
public ApiOperation()
ApiOperation(ApiOperation)
public ApiOperation(ServicePerimeterConfig.Types.ApiOperation other)
Parameter | |
---|---|
Name | Description |
other |
ServicePerimeterConfigTypesApiOperation |
Properties
MethodSelectors
public RepeatedField<ServicePerimeterConfig.Types.MethodSelector> MethodSelectors { get; }
API methods or permissions to allow. Method or permission must belong to
the service specified by service_name
field. A single [MethodSelector]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.MethodSelector]
entry with *
specified for the method
field will allow all methods
AND permissions for the service specified in service_name
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldServicePerimeterConfigTypesMethodSelector |
ServiceName
public string ServiceName { get; set; }
The name of the API whose methods or permissions the [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
or [EgressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.EgressPolicy]
want to allow. A single [ApiOperation]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation]
with service_name
field set to *
will allow all methods AND
permissions for all services.
Property Value | |
---|---|
Type | Description |
string |