Namespace Google.Apis.AccessContextManager.v1beta
Classes
AccessContextManagerBaseServiceRequest<TResponse>
A base abstract class for AccessContextManager requests.
AccessContextManagerService
The AccessContextManager Service.
AccessContextManagerService.Scope
Available OAuth 2.0 scopes for use with the Access Context Manager API.
AccessContextManagerService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Access Context Manager API.
AccessPoliciesResource
The "accessPolicies" collection of methods.
AccessPoliciesResource.AccessLevelsResource
The "accessLevels" collection of methods.
AccessPoliciesResource.AccessLevelsResource.CreateRequest
Create an Access Level. The longrunning operation from this RPC will have a successful status once the Access Level has propagated to long-lasting storage. Access Levels containing errors will result in an error response for the first error encountered.
AccessPoliciesResource.AccessLevelsResource.DeleteRequest
Delete an Access Level by resource name. The longrunning operation from this RPC will have a successful status once the Access Level has been removed from long-lasting storage.
AccessPoliciesResource.AccessLevelsResource.GetRequest
Get an Access Level by resource name.
AccessPoliciesResource.AccessLevelsResource.ListRequest
List all Access Levels for an access policy.
AccessPoliciesResource.AccessLevelsResource.PatchRequest
Update an Access Level. The longrunning operation from this RPC will have a successful status once the changes to the Access Level have propagated to long-lasting storage. Access Levels containing errors will result in an error response for the first error encountered.
AccessPoliciesResource.CreateRequest
Create an AccessPolicy
. Fails if this organization already has a AccessPolicy
. The longrunning Operation
will have a successful status once the AccessPolicy
has propagated to long-lasting storage. Syntactic and
basic semantic errors will be returned in metadata
as a BadRequest proto.
AccessPoliciesResource.DeleteRequest
Delete an AccessPolicy by resource name. The longrunning Operation will have a successful status once the AccessPolicy has been removed from long-lasting storage.
AccessPoliciesResource.GetRequest
Get an AccessPolicy by name.
AccessPoliciesResource.ListRequest
List all AccessPolicies under a container.
AccessPoliciesResource.PatchRequest
Update an AccessPolicy. The longrunning Operation from this RPC will have a successful status once the
changes to the AccessPolicy have propagated to long-lasting storage. Syntactic and basic semantic errors
will be returned in metadata
as a BadRequest proto.
AccessPoliciesResource.ServicePerimetersResource
The "servicePerimeters" collection of methods.
AccessPoliciesResource.ServicePerimetersResource.CreateRequest
Create a Service Perimeter. The longrunning operation from this RPC will have a successful status once the Service Perimeter has propagated to long-lasting storage. Service Perimeters containing errors will result in an error response for the first error encountered.
AccessPoliciesResource.ServicePerimetersResource.DeleteRequest
Delete a Service Perimeter by resource name. The longrunning operation from this RPC will have a successful status once the Service Perimeter has been removed from long-lasting storage.
AccessPoliciesResource.ServicePerimetersResource.GetRequest
Get a Service Perimeter by resource name.
AccessPoliciesResource.ServicePerimetersResource.ListRequest
List all Service Perimeters for an access policy.
AccessPoliciesResource.ServicePerimetersResource.PatchRequest
Update a Service Perimeter. The longrunning operation from this RPC will have a successful status once the changes to the Service Perimeter have propagated to long-lasting storage. Service Perimeter containing errors will result in an error response for the first error encountered.
OperationsResource
The "operations" collection of methods.
OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Enums
AccessContextManagerBaseServiceRequest<TResponse>.AltEnum
Data format for response.
AccessContextManagerBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
AccessPoliciesResource.AccessLevelsResource.GetRequest.AccessLevelFormatEnum
Whether to return BasicLevels
in the Cloud Common Expression Language rather than as
BasicLevels
. Defaults to AS_DEFINED, where Access Levels are returned as BasicLevels
or
CustomLevels
based on how they were created. If set to CEL, all Access Levels are returned as
CustomLevels
. In the CEL case, BasicLevels
are translated to equivalent CustomLevels
.
AccessPoliciesResource.AccessLevelsResource.ListRequest.AccessLevelFormatEnum
Whether to return BasicLevels
in the Cloud Common Expression language, as CustomLevels
, rather
than as BasicLevels
. Defaults to returning AccessLevels
in the format they were defined.