Liking cljdoc? Tell your friends :D

happygapi.accesscontextmanager.accessPolicies

Access Context Manager API: accessPolicies. An API for setting attribute based access control to requests to GCP services. See: https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies

Access Context Manager API: accessPolicies.
An API for setting attribute based access control to requests to GCP services.
See: https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies
raw docstring

accessLevels-create$clj

(accessLevels-create$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/create

Required parameters: parent

Optional parameters: none

Body:

{:description string, :name string, :basic {:combiningFunction string, :conditions [Condition]}, :custom {:expr Expr}, :title string}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/create

Required parameters: parent

Optional parameters: none

Body: 

{:description string,
 :name string,
 :basic {:combiningFunction string, :conditions [Condition]},
 :custom {:expr Expr},
 :title string}

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.
sourceraw docstring

accessLevels-delete$clj

(accessLevels-delete$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/delete

Required parameters: name

Optional parameters: none

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/delete

Required parameters: name

Optional parameters: none

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.
sourceraw docstring

accessLevels-get$clj

(accessLevels-get$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/get

Required parameters: name

Optional parameters: accessLevelFormat

Get an Access Level by resource name.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/get

Required parameters: name

Optional parameters: accessLevelFormat

Get an Access Level by resource name.
sourceraw docstring

accessLevels-list$clj

(accessLevels-list$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/list

Required parameters: parent

Optional parameters: pageToken, pageSize, accessLevelFormat

List all Access Levels for an access policy.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/list

Required parameters: parent

Optional parameters: pageToken, pageSize, accessLevelFormat

List all Access Levels for an access policy.
sourceraw docstring

accessLevels-patch$clj

(accessLevels-patch$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:description string, :name string, :basic {:combiningFunction string, :conditions [Condition]}, :custom {:expr Expr}, :title string}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:description string,
 :name string,
 :basic {:combiningFunction string, :conditions [Condition]},
 :custom {:expr Expr},
 :title string}

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.
sourceraw docstring

accessLevels-replaceAll$clj

(accessLevels-replaceAll$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/replaceAll

Required parameters: parent

Optional parameters: none

Body:

{:accessLevels [{:description string, :name string, :basic BasicLevel, :custom CustomLevel, :title string}], :etag string}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/accessLevels/replaceAll

Required parameters: parent

Optional parameters: none

Body: 

{:accessLevels [{:description string,
                 :name string,
                 :basic BasicLevel,
                 :custom CustomLevel,
                 :title string}],
 :etag string}

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.
sourceraw docstring

create$clj

(create$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/create

Required parameters: none

Optional parameters: none

Body:

{:name string, :etag string, :title string, :parent string}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/create

Required parameters: none

Optional parameters: none

Body: 

{:name string, :etag string, :title string, :parent string}

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.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/delete

Required parameters: name

Optional parameters: none

Delete an AccessPolicy by resource name. The longrunning Operation will have a successful status once the AccessPolicy has been removed from long-lasting storage.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/delete

Required parameters: name

Optional parameters: none

Delete an AccessPolicy by resource name. The longrunning Operation will have a successful status once the AccessPolicy has been removed from long-lasting storage.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/get

Required parameters: name

Optional parameters: none

Get an AccessPolicy by name.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/get

Required parameters: name

Optional parameters: none

Get an AccessPolicy by name.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/list

Required parameters: none

Optional parameters: parent, pageToken, pageSize

List all AccessPolicies under a container.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/list

Required parameters: none

Optional parameters: parent, pageToken, pageSize

List all AccessPolicies under a container.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :etag string, :title string, :parent string}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string, :etag string, :title string, :parent string}

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.
sourceraw docstring

servicePerimeters-commit$clj

(servicePerimeters-commit$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/commit

Required parameters: parent

Optional parameters: none

Body:

{:etag string}

Commit the dry-run spec for all the Service Perimeters in an Access Policy. A commit operation on a Service Perimeter involves copying its spec field to that Service Perimeter's status field. Only Service Perimeters with use_explicit_dry_run_spec field set to true are affected by a commit operation. The longrunning operation from this RPC will have a successful status once the dry-run specs for all the Service Perimeters have been committed. If a commit fails, it will cause the longrunning operation to return an error response and the entire commit operation will be cancelled. When successful, Operation.response field will contain CommitServicePerimetersResponse. The dry_run and the spec fields will be cleared after a successful commit operation.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/commit

Required parameters: parent

Optional parameters: none

Body: 

{:etag string}

Commit the dry-run spec for all the Service Perimeters in an Access Policy. A commit operation on a Service Perimeter involves copying its `spec` field to that Service Perimeter's `status` field. Only Service Perimeters with `use_explicit_dry_run_spec` field set to true are affected by a commit operation. The longrunning operation from this RPC will have a successful status once the dry-run specs for all the Service Perimeters have been committed. If a commit fails, it will cause the longrunning operation to return an error response and the entire commit operation will be cancelled. When successful, Operation.response field will contain CommitServicePerimetersResponse. The `dry_run` and the `spec` fields will be cleared after a successful commit operation.
sourceraw docstring

servicePerimeters-create$clj

(servicePerimeters-create$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :perimeterType string, :spec {:resources [string], :ingressPolicies [IngressPolicy], :egressPolicies [EgressPolicy], :vpcAccessibleServices VpcAccessibleServices, :accessLevels [string], :restrictedServices [string]}, :status {:resources [string], :ingressPolicies [IngressPolicy], :egressPolicies [EgressPolicy], :vpcAccessibleServices VpcAccessibleServices, :accessLevels [string], :restrictedServices [string]}, :description string, :title string, :useExplicitDryRunSpec boolean}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :perimeterType string,
 :spec {:resources [string],
        :ingressPolicies [IngressPolicy],
        :egressPolicies [EgressPolicy],
        :vpcAccessibleServices VpcAccessibleServices,
        :accessLevels [string],
        :restrictedServices [string]},
 :status {:resources [string],
          :ingressPolicies [IngressPolicy],
          :egressPolicies [EgressPolicy],
          :vpcAccessibleServices VpcAccessibleServices,
          :accessLevels [string],
          :restrictedServices [string]},
 :description string,
 :title string,
 :useExplicitDryRunSpec boolean}

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.
sourceraw docstring

servicePerimeters-delete$clj

(servicePerimeters-delete$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/delete

Required parameters: name

Optional parameters: none

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/delete

Required parameters: name

Optional parameters: none

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.
sourceraw docstring

servicePerimeters-get$clj

(servicePerimeters-get$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/get

Required parameters: name

Optional parameters: none

Get a Service Perimeter by resource name.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/get

Required parameters: name

Optional parameters: none

Get a Service Perimeter by resource name.
sourceraw docstring

servicePerimeters-list$clj

(servicePerimeters-list$ auth parameters)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List all Service Perimeters for an access policy.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List all Service Perimeters for an access policy.
sourceraw docstring

servicePerimeters-patch$clj

(servicePerimeters-patch$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :perimeterType string, :spec {:resources [string], :ingressPolicies [IngressPolicy], :egressPolicies [EgressPolicy], :vpcAccessibleServices VpcAccessibleServices, :accessLevels [string], :restrictedServices [string]}, :status {:resources [string], :ingressPolicies [IngressPolicy], :egressPolicies [EgressPolicy], :vpcAccessibleServices VpcAccessibleServices, :accessLevels [string], :restrictedServices [string]}, :description string, :title string, :useExplicitDryRunSpec boolean}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:name string,
 :perimeterType string,
 :spec {:resources [string],
        :ingressPolicies [IngressPolicy],
        :egressPolicies [EgressPolicy],
        :vpcAccessibleServices VpcAccessibleServices,
        :accessLevels [string],
        :restrictedServices [string]},
 :status {:resources [string],
          :ingressPolicies [IngressPolicy],
          :egressPolicies [EgressPolicy],
          :vpcAccessibleServices VpcAccessibleServices,
          :accessLevels [string],
          :restrictedServices [string]},
 :description string,
 :title string,
 :useExplicitDryRunSpec boolean}

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.
sourceraw docstring

servicePerimeters-replaceAll$clj

(servicePerimeters-replaceAll$ auth parameters body)

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/replaceAll

Required parameters: parent

Optional parameters: none

Body:

{:servicePerimeters [{:name string, :perimeterType string, :spec ServicePerimeterConfig, :status ServicePerimeterConfig, :description string, :title string, :useExplicitDryRunSpec boolean}], :etag string}

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.

https://cloud.google.com/access-context-manager/docs/reference/rest/api/reference/rest/v1/accessPolicies/servicePerimeters/replaceAll

Required parameters: parent

Optional parameters: none

Body: 

{:servicePerimeters [{:name string,
                      :perimeterType string,
                      :spec ServicePerimeterConfig,
                      :status ServicePerimeterConfig,
                      :description string,
                      :title string,
                      :useExplicitDryRunSpec boolean}],
 :etag string}

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close