Module google_accesscontextmanager1::api [−][src]
Structs
| AccessContextManager | Central instance to access all AccessContextManager related resource activities |
| AccessLevel | An |
| AccessPolicy |
|
| AccessPolicyAccessLevelCreateCall | 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. |
| AccessPolicyAccessLevelDeleteCall | 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. |
| AccessPolicyAccessLevelGetCall | Get an Access Level by resource name. |
| AccessPolicyAccessLevelListCall | List all Access Levels for an access policy. |
| AccessPolicyAccessLevelPatchCall | 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. |
| AccessPolicyAccessLevelReplaceAllCall | Replace all existing Access Levels in an Access Policy with the Access Levels provided. This is done atomically. The longrunning operation from this RPC will have a successful status once all replacements have propagated to long-lasting storage. Replacements containing errors will result in an error response for the first error encountered. Replacement will be cancelled on error, existing Access Levels will not be affected. Operation.response field will contain ReplaceAccessLevelsResponse. Removing Access Levels contained in existing Service Perimeters will result in error. |
| AccessPolicyCreateCall | Create an |
| AccessPolicyDeleteCall | Delete an AccessPolicy by resource name. The longrunning Operation will have a successful status once the AccessPolicy has been removed from long-lasting storage. |
| AccessPolicyGetCall | Get an AccessPolicy by name. |
| AccessPolicyListCall | List all AccessPolicies under a container. |
| AccessPolicyMethods | A builder providing access to all methods supported on accessPolicy resources.
It is not used directly, but through the |
| AccessPolicyPatchCall | 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 |
| AccessPolicyServicePerimeterCommitCall | Commit the dry-run spec for all the Service Perimeters in an Access Policy. A commit operation on a Service Perimeter involves copying its |
| AccessPolicyServicePerimeterCreateCall | 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. |
| AccessPolicyServicePerimeterDeleteCall | 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. |
| AccessPolicyServicePerimeterGetCall | Get a Service Perimeter by resource name. |
| AccessPolicyServicePerimeterListCall | List all Service Perimeters for an access policy. |
| AccessPolicyServicePerimeterPatchCall | 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. |
| AccessPolicyServicePerimeterReplaceAllCall | Replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically. The longrunning operation from this RPC will have a successful status once all replacements have propagated to long-lasting storage. Replacements containing errors will result in an error response for the first error encountered. Replacement will be cancelled on error, existing Service Perimeters will not be affected. Operation.response field will contain ReplaceServicePerimetersResponse. |
| ApiOperation | Identification for an API Operation. |
| BasicLevel |
|
| CancelOperationRequest | The request message for Operations.CancelOperation. |
| CommitServicePerimetersRequest | A request to commit dry-run specs in all Service Perimeters belonging to an Access Policy. |
| Condition | A condition necessary for an |
| CustomLevel |
|
| DevicePolicy |
|
| EgressFrom | Defines the conditions under which an EgressPolicy matches a request. Conditions based on information about the source of the request. Note that if the destination of the request is protected by a ServicePerimeter, then that ServicePerimeter must have an IngressPolicy which allows access in order for this request to succeed. |
| EgressPolicy | Policy for egress from perimeter. EgressPolicies match requests based on |
| EgressTo | Defines the conditions under which an EgressPolicy matches a request. Conditions are based on information about the ApiOperation intended to be performed on the |
| Empty | A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for |
| Expr | Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: “Summary size limit” description: “Determines if a summary is less than 100 chars” expression: “document.summary.size() < 100” Example (Equality): title: “Requestor is owner” description: “Determines if requestor is the document owner” expression: “document.owner == request.auth.claims.email” Example (Logic): title: “Public documents” description: “Determine whether the document should be publicly visible” expression: “document.type != ‘private’ && document.type != ‘internal’” Example (Data Manipulation): title: “Notification string” description: “Create a notification string with a timestamp.” expression: “’New message received at ’ + string(document.create_time)” The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information. |
| GcpUserAccessBinding | Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. |
| IngressFrom | Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the source of the request. |
| IngressPolicy | Policy for ingress into ServicePerimeter. IngressPolicies match requests based on |
| IngressSource | The source that IngressPolicy authorizes access from. |
| IngressTo | Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the ApiOperation intended to be performed on the destination of the request. |
| ListAccessLevelsResponse | A response to |
| ListAccessPoliciesResponse | A response to |
| ListGcpUserAccessBindingsResponse | Response of ListGcpUserAccessBindings. |
| ListOperationsResponse | The response message for Operations.ListOperations. |
| ListServicePerimetersResponse | A response to |
| MethodSelector | An allowed method or permission of a service specified in ApiOperation. |
| Operation | This resource represents a long-running operation that is the result of a network API call. |
| OperationCancelCall | Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns |
| OperationDeleteCall | Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns |
| OperationGetCall | 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. |
| OperationListCall | Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns |
| OperationMethods | A builder providing access to all methods supported on operation resources.
It is not used directly, but through the |
| OrganizationGcpUserAccessBindingCreateCall | Creates a GcpUserAccessBinding. If the client specifies a name, the server will ignore it. Fails if a resource already exists with the same group_key. Completion of this long-running operation does not necessarily signify that the new binding is deployed onto all affected users, which may take more time. |
| OrganizationGcpUserAccessBindingDeleteCall | Deletes a GcpUserAccessBinding. Completion of this long-running operation does not necessarily signify that the binding deletion is deployed onto all affected users, which may take more time. |
| OrganizationGcpUserAccessBindingGetCall | Gets the GcpUserAccessBinding with the given name. |
| OrganizationGcpUserAccessBindingListCall | Lists all GcpUserAccessBindings for a Google Cloud organization. |
| OrganizationGcpUserAccessBindingPatchCall | Updates a GcpUserAccessBinding. Completion of this long-running operation does not necessarily signify that the changed binding is deployed onto all affected users, which may take more time. |
| OrganizationMethods | A builder providing access to all methods supported on organization resources.
It is not used directly, but through the |
| OsConstraint | A restriction on the OS type and version of devices making requests. |
| ReplaceAccessLevelsRequest | A request to replace all existing Access Levels in an Access Policy with the Access Levels provided. This is done atomically. |
| ReplaceServicePerimetersRequest | A request to replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically. |
| ServicePerimeter |
|
| ServicePerimeterConfig |
|
| Status | The |
| VpcAccessibleServices | Specifies how APIs are allowed to communicate within the Service Perimeter. |
Enums
| Scope | Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token. |