Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.privateca.projects

Certificate Authority API: projects. The Certificate Authority Service API is a highly-available, scalable service that enables you to simplify and automate the management of private certificate authorities (CAs) while staying in control of your private keys." See: https://cloud.google.com/api/reference/rest/v1/projects

Certificate Authority API: projects.
The Certificate Authority Service API is a highly-available, scalable service that enables you to simplify and automate the management of private certificate authorities (CAs) while staying in control of your private keys." 
See: https://cloud.google.com/api/reference/rest/v1/projects
raw docstring

locations-caPools-certificateAuthorities-activate$clj

(locations-caPools-certificateAuthorities-activate$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/activate

Required parameters: name

Optional parameters: none

Body:

{:subordinateConfig {:certificateAuthority string, :pemIssuerChain SubordinateConfigChain}, :pemCaCertificate string, :requestId string}

Activate a CertificateAuthority that is in state AWAITING_USER_ACTIVATION and is of type SUBORDINATE. After the parent Certificate Authority signs a certificate signing request from FetchCertificateAuthorityCsr, this method can complete the activation process.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/activate

Required parameters: name

Optional parameters: none

Body: 

{:subordinateConfig {:certificateAuthority string,
                     :pemIssuerChain SubordinateConfigChain},
 :pemCaCertificate string,
 :requestId string}

Activate a CertificateAuthority that is in state AWAITING_USER_ACTIVATION and is of type SUBORDINATE. After the parent Certificate Authority signs a certificate signing request from FetchCertificateAuthorityCsr, this method can complete the activation process.
raw docstring

locations-caPools-certificateAuthorities-certificateRevocationLists-get$clj

(locations-caPools-certificateAuthorities-certificateRevocationLists-get$
  auth
  parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/get

Required parameters: name

Optional parameters: none

Returns a CertificateRevocationList.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/get

Required parameters: name

Optional parameters: none

Returns a CertificateRevocationList.
raw docstring

locations-caPools-certificateAuthorities-certificateRevocationLists-getIamPolicy$clj

(locations-caPools-certificateAuthorities-certificateRevocationLists-getIamPolicy$
  auth
  parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
raw docstring

locations-caPools-certificateAuthorities-certificateRevocationLists-list$clj

(locations-caPools-certificateAuthorities-certificateRevocationLists-list$
  auth
  parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/list

Required parameters: parent

Optional parameters: pageSize, orderBy, pageToken, filter

Lists CertificateRevocationLists.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/list

Required parameters: parent

Optional parameters: pageSize, orderBy, pageToken, filter

Lists CertificateRevocationLists.
raw docstring

locations-caPools-certificateAuthorities-certificateRevocationLists-patch$clj

(locations-caPools-certificateAuthorities-certificateRevocationLists-patch$
  auth
  parameters
  body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body:

{:sequenceNumber string, :labels {}, :accessUrl string, :name string, :createTime string, :revisionId string, :state string, :updateTime string, :revokedCertificates [{:revocationReason string, :certificate string, :hexSerialNumber string}], :pemCrl string}

Update a CertificateRevocationList.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

{:sequenceNumber string,
 :labels {},
 :accessUrl string,
 :name string,
 :createTime string,
 :revisionId string,
 :state string,
 :updateTime string,
 :revokedCertificates [{:revocationReason string,
                        :certificate string,
                        :hexSerialNumber string}],
 :pemCrl string}

Update a CertificateRevocationList.
raw docstring

locations-caPools-certificateAuthorities-certificateRevocationLists-setIamPolicy$clj

(locations-caPools-certificateAuthorities-certificateRevocationLists-setIamPolicy$
  auth
  parameters
  body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:updateMask string, :policy {:auditConfigs [AuditConfig], :version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:updateMask string,
 :policy {:auditConfigs [AuditConfig],
          :version integer,
          :bindings [Binding],
          :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
raw docstring

locations-caPools-certificateAuthorities-certificateRevocationLists-testIamPermissions$clj

(locations-caPools-certificateAuthorities-certificateRevocationLists-testIamPermissions$
  auth
  parameters
  body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/certificateRevocationLists/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
raw docstring

locations-caPools-certificateAuthorities-create$clj

(locations-caPools-certificateAuthorities-create$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/create

Required parameters: parent

Optional parameters: certificateAuthorityId, requestId

Body:

{:labels {}, :tier string, :deleteTime string, :gcsBucket string, :config {:publicKey PublicKey, :subjectConfig SubjectConfig, :x509Config X509Parameters}, :name string, :createTime string, :keySpec {:algorithm string, :cloudKmsKeyVersion string}, :type string, :state string, :subordinateConfig {:certificateAuthority string, :pemIssuerChain SubordinateConfigChain}, :updateTime string, :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string}, :lifetime string, :caCertificateDescriptions [{:crlDistributionPoints [string], :subjectKeyId KeyId, :x509Description X509Parameters, :subjectDescription SubjectDescription, :authorityKeyId KeyId, :publicKey PublicKey, :aiaIssuingCertificateUrls [string], :certFingerprint CertificateFingerprint}], :expireTime string, :pemCaCertificates [string]}

Create a new CertificateAuthority in a given Project and Location.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/create

Required parameters: parent

Optional parameters: certificateAuthorityId, requestId

Body: 

{:labels {},
 :tier string,
 :deleteTime string,
 :gcsBucket string,
 :config {:publicKey PublicKey,
          :subjectConfig SubjectConfig,
          :x509Config X509Parameters},
 :name string,
 :createTime string,
 :keySpec {:algorithm string, :cloudKmsKeyVersion string},
 :type string,
 :state string,
 :subordinateConfig {:certificateAuthority string,
                     :pemIssuerChain SubordinateConfigChain},
 :updateTime string,
 :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string},
 :lifetime string,
 :caCertificateDescriptions [{:crlDistributionPoints [string],
                              :subjectKeyId KeyId,
                              :x509Description X509Parameters,
                              :subjectDescription SubjectDescription,
                              :authorityKeyId KeyId,
                              :publicKey PublicKey,
                              :aiaIssuingCertificateUrls [string],
                              :certFingerprint CertificateFingerprint}],
 :expireTime string,
 :pemCaCertificates [string]}

Create a new CertificateAuthority in a given Project and Location.
raw docstring

locations-caPools-certificateAuthorities-delete$clj

(locations-caPools-certificateAuthorities-delete$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/delete

Required parameters: name

Optional parameters: ignoreActiveCertificates, requestId

Delete a CertificateAuthority.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/delete

Required parameters: name

Optional parameters: ignoreActiveCertificates, requestId

Delete a CertificateAuthority.
raw docstring

locations-caPools-certificateAuthorities-disable$clj

(locations-caPools-certificateAuthorities-disable$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/disable

Required parameters: name

Optional parameters: none

Body:

{:requestId string}

Disable a CertificateAuthority.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/disable

Required parameters: name

Optional parameters: none

Body: 

{:requestId string}

Disable a CertificateAuthority.
raw docstring

locations-caPools-certificateAuthorities-enable$clj

(locations-caPools-certificateAuthorities-enable$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/enable

Required parameters: name

Optional parameters: none

Body:

{:requestId string}

Enable a CertificateAuthority.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/enable

Required parameters: name

Optional parameters: none

Body: 

{:requestId string}

Enable a CertificateAuthority.
raw docstring

locations-caPools-certificateAuthorities-fetch$clj

(locations-caPools-certificateAuthorities-fetch$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/fetch

Required parameters: name

Optional parameters: none

Fetch a certificate signing request (CSR) from a CertificateAuthority that is in state AWAITING_USER_ACTIVATION and is of type SUBORDINATE. The CSR must then be signed by the desired parent Certificate Authority, which could be another CertificateAuthority resource, or could be an on-prem certificate authority. See also ActivateCertificateAuthority.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/fetch

Required parameters: name

Optional parameters: none

Fetch a certificate signing request (CSR) from a CertificateAuthority that is in state AWAITING_USER_ACTIVATION and is of type SUBORDINATE. The CSR must then be signed by the desired parent Certificate Authority, which could be another CertificateAuthority resource, or could be an on-prem certificate authority. See also ActivateCertificateAuthority.
raw docstring

locations-caPools-certificateAuthorities-get$clj

(locations-caPools-certificateAuthorities-get$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/get

Required parameters: name

Optional parameters: none

Returns a CertificateAuthority.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/get

Required parameters: name

Optional parameters: none

Returns a CertificateAuthority.
raw docstring

locations-caPools-certificateAuthorities-list$clj

(locations-caPools-certificateAuthorities-list$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/list

Required parameters: parent

Optional parameters: pageSize, orderBy, pageToken, filter

Lists CertificateAuthorities.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/list

Required parameters: parent

Optional parameters: pageSize, orderBy, pageToken, filter

Lists CertificateAuthorities.
raw docstring

locations-caPools-certificateAuthorities-patch$clj

(locations-caPools-certificateAuthorities-patch$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/patch

Required parameters: name

Optional parameters: requestId, updateMask

Body:

{:labels {}, :tier string, :deleteTime string, :gcsBucket string, :config {:publicKey PublicKey, :subjectConfig SubjectConfig, :x509Config X509Parameters}, :name string, :createTime string, :keySpec {:algorithm string, :cloudKmsKeyVersion string}, :type string, :state string, :subordinateConfig {:certificateAuthority string, :pemIssuerChain SubordinateConfigChain}, :updateTime string, :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string}, :lifetime string, :caCertificateDescriptions [{:crlDistributionPoints [string], :subjectKeyId KeyId, :x509Description X509Parameters, :subjectDescription SubjectDescription, :authorityKeyId KeyId, :publicKey PublicKey, :aiaIssuingCertificateUrls [string], :certFingerprint CertificateFingerprint}], :expireTime string, :pemCaCertificates [string]}

Update a CertificateAuthority.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/patch

Required parameters: name

Optional parameters: requestId, updateMask

Body: 

{:labels {},
 :tier string,
 :deleteTime string,
 :gcsBucket string,
 :config {:publicKey PublicKey,
          :subjectConfig SubjectConfig,
          :x509Config X509Parameters},
 :name string,
 :createTime string,
 :keySpec {:algorithm string, :cloudKmsKeyVersion string},
 :type string,
 :state string,
 :subordinateConfig {:certificateAuthority string,
                     :pemIssuerChain SubordinateConfigChain},
 :updateTime string,
 :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string},
 :lifetime string,
 :caCertificateDescriptions [{:crlDistributionPoints [string],
                              :subjectKeyId KeyId,
                              :x509Description X509Parameters,
                              :subjectDescription SubjectDescription,
                              :authorityKeyId KeyId,
                              :publicKey PublicKey,
                              :aiaIssuingCertificateUrls [string],
                              :certFingerprint CertificateFingerprint}],
 :expireTime string,
 :pemCaCertificates [string]}

Update a CertificateAuthority.
raw docstring

locations-caPools-certificateAuthorities-undelete$clj

(locations-caPools-certificateAuthorities-undelete$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/undelete

Required parameters: name

Optional parameters: none

Body:

{:requestId string}

Undelete a CertificateAuthority that has been deleted.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificateAuthorities/undelete

Required parameters: name

Optional parameters: none

Body: 

{:requestId string}

Undelete a CertificateAuthority that has been deleted.
raw docstring

locations-caPools-certificates-create$clj

(locations-caPools-certificates-create$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/create

Required parameters: parent

Optional parameters: certificateId, issuingCertificateAuthorityId, requestId, validateOnly

Body:

{:revocationDetails {:revocationState string, :revocationTime string}, :labels {}, :certificateTemplate string, :issuerCertificateAuthority string, :config {:publicKey PublicKey, :subjectConfig SubjectConfig, :x509Config X509Parameters}, :name string, :createTime string, :subjectMode string, :updateTime string, :pemCertificate string, :pemCsr string, :lifetime string, :certificateDescription {:crlDistributionPoints [string], :subjectKeyId KeyId, :x509Description X509Parameters, :subjectDescription SubjectDescription, :authorityKeyId KeyId, :publicKey PublicKey, :aiaIssuingCertificateUrls [string], :certFingerprint CertificateFingerprint}, :pemCertificateChain [string]}

Create a new Certificate in a given Project, Location from a particular CaPool.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/create

Required parameters: parent

Optional parameters: certificateId, issuingCertificateAuthorityId, requestId, validateOnly

Body: 

{:revocationDetails {:revocationState string, :revocationTime string},
 :labels {},
 :certificateTemplate string,
 :issuerCertificateAuthority string,
 :config {:publicKey PublicKey,
          :subjectConfig SubjectConfig,
          :x509Config X509Parameters},
 :name string,
 :createTime string,
 :subjectMode string,
 :updateTime string,
 :pemCertificate string,
 :pemCsr string,
 :lifetime string,
 :certificateDescription {:crlDistributionPoints [string],
                          :subjectKeyId KeyId,
                          :x509Description X509Parameters,
                          :subjectDescription SubjectDescription,
                          :authorityKeyId KeyId,
                          :publicKey PublicKey,
                          :aiaIssuingCertificateUrls [string],
                          :certFingerprint CertificateFingerprint},
 :pemCertificateChain [string]}

Create a new Certificate in a given Project, Location from a particular CaPool.
raw docstring

locations-caPools-certificates-get$clj

(locations-caPools-certificates-get$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/get

Required parameters: name

Optional parameters: none

Returns a Certificate.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/get

Required parameters: name

Optional parameters: none

Returns a Certificate.
raw docstring

locations-caPools-certificates-list$clj

(locations-caPools-certificates-list$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/list

Required parameters: parent

Optional parameters: orderBy, filter, pageToken, pageSize

Lists Certificates.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/list

Required parameters: parent

Optional parameters: orderBy, filter, pageToken, pageSize

Lists Certificates.
raw docstring

locations-caPools-certificates-patch$clj

(locations-caPools-certificates-patch$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/patch

Required parameters: name

Optional parameters: requestId, updateMask

Body:

{:revocationDetails {:revocationState string, :revocationTime string}, :labels {}, :certificateTemplate string, :issuerCertificateAuthority string, :config {:publicKey PublicKey, :subjectConfig SubjectConfig, :x509Config X509Parameters}, :name string, :createTime string, :subjectMode string, :updateTime string, :pemCertificate string, :pemCsr string, :lifetime string, :certificateDescription {:crlDistributionPoints [string], :subjectKeyId KeyId, :x509Description X509Parameters, :subjectDescription SubjectDescription, :authorityKeyId KeyId, :publicKey PublicKey, :aiaIssuingCertificateUrls [string], :certFingerprint CertificateFingerprint}, :pemCertificateChain [string]}

Update a Certificate. Currently, the only field you can update is the labels field.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/patch

Required parameters: name

Optional parameters: requestId, updateMask

Body: 

{:revocationDetails {:revocationState string, :revocationTime string},
 :labels {},
 :certificateTemplate string,
 :issuerCertificateAuthority string,
 :config {:publicKey PublicKey,
          :subjectConfig SubjectConfig,
          :x509Config X509Parameters},
 :name string,
 :createTime string,
 :subjectMode string,
 :updateTime string,
 :pemCertificate string,
 :pemCsr string,
 :lifetime string,
 :certificateDescription {:crlDistributionPoints [string],
                          :subjectKeyId KeyId,
                          :x509Description X509Parameters,
                          :subjectDescription SubjectDescription,
                          :authorityKeyId KeyId,
                          :publicKey PublicKey,
                          :aiaIssuingCertificateUrls [string],
                          :certFingerprint CertificateFingerprint},
 :pemCertificateChain [string]}

Update a Certificate. Currently, the only field you can update is the labels field.
raw docstring

locations-caPools-certificates-revoke$clj

(locations-caPools-certificates-revoke$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/revoke

Required parameters: name

Optional parameters: none

Body:

{:requestId string, :reason string}

Revoke a Certificate.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/certificates/revoke

Required parameters: name

Optional parameters: none

Body: 

{:requestId string, :reason string}

Revoke a Certificate.
raw docstring

locations-caPools-create$clj

(locations-caPools-create$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/create

Required parameters: parent

Optional parameters: caPoolId, requestId

Body:

{:tier string, :publishingOptions {:publishCrl boolean, :publishCaCert boolean}, :labels {}, :issuancePolicy {:baselineValues X509Parameters, :maximumLifetime string, :allowedIssuanceModes IssuanceModes, :passthroughExtensions CertificateExtensionConstraints, :identityConstraints CertificateIdentityConstraints, :allowedKeyTypes [AllowedKeyType]}, :name string}

Create a CaPool.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/create

Required parameters: parent

Optional parameters: caPoolId, requestId

Body: 

{:tier string,
 :publishingOptions {:publishCrl boolean, :publishCaCert boolean},
 :labels {},
 :issuancePolicy {:baselineValues X509Parameters,
                  :maximumLifetime string,
                  :allowedIssuanceModes IssuanceModes,
                  :passthroughExtensions CertificateExtensionConstraints,
                  :identityConstraints CertificateIdentityConstraints,
                  :allowedKeyTypes [AllowedKeyType]},
 :name string}

Create a CaPool.
raw docstring

locations-caPools-delete$clj

(locations-caPools-delete$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/delete

Required parameters: name

Optional parameters: requestId

Delete a CaPool.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/delete

Required parameters: name

Optional parameters: requestId

Delete a CaPool.
raw docstring

locations-caPools-fetchCaCerts$clj

(locations-caPools-fetchCaCerts$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/fetchCaCerts

Required parameters: caPool

Optional parameters: none

Body:

{:requestId string}

FetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all ACTIVE CertificateAuthority resources in the CaPool.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/fetchCaCerts

Required parameters: caPool

Optional parameters: none

Body: 

{:requestId string}

FetchCaCerts returns the current trust anchor for the CaPool. This will include CA certificate chains for all ACTIVE CertificateAuthority resources in the CaPool.
raw docstring

locations-caPools-get$clj

(locations-caPools-get$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/get

Required parameters: name

Optional parameters: none

Returns a CaPool.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/get

Required parameters: name

Optional parameters: none

Returns a CaPool.
raw docstring

locations-caPools-getIamPolicy$clj

(locations-caPools-getIamPolicy$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
raw docstring

locations-caPools-list$clj

(locations-caPools-list$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize, orderBy

Lists CaPools.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize, orderBy

Lists CaPools.
raw docstring

locations-caPools-patch$clj

(locations-caPools-patch$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/patch

Required parameters: name

Optional parameters: requestId, updateMask

Body:

{:tier string, :publishingOptions {:publishCrl boolean, :publishCaCert boolean}, :labels {}, :issuancePolicy {:baselineValues X509Parameters, :maximumLifetime string, :allowedIssuanceModes IssuanceModes, :passthroughExtensions CertificateExtensionConstraints, :identityConstraints CertificateIdentityConstraints, :allowedKeyTypes [AllowedKeyType]}, :name string}

Update a CaPool.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/patch

Required parameters: name

Optional parameters: requestId, updateMask

Body: 

{:tier string,
 :publishingOptions {:publishCrl boolean, :publishCaCert boolean},
 :labels {},
 :issuancePolicy {:baselineValues X509Parameters,
                  :maximumLifetime string,
                  :allowedIssuanceModes IssuanceModes,
                  :passthroughExtensions CertificateExtensionConstraints,
                  :identityConstraints CertificateIdentityConstraints,
                  :allowedKeyTypes [AllowedKeyType]},
 :name string}

Update a CaPool.
raw docstring

locations-caPools-setIamPolicy$clj

(locations-caPools-setIamPolicy$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:updateMask string, :policy {:auditConfigs [AuditConfig], :version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:updateMask string,
 :policy {:auditConfigs [AuditConfig],
          :version integer,
          :bindings [Binding],
          :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
raw docstring

locations-caPools-testIamPermissions$clj

(locations-caPools-testIamPermissions$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

https://cloud.google.com/api/reference/rest/v1/projects/locations/caPools/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
raw docstring

locations-certificateTemplates-create$clj

(locations-certificateTemplates-create$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/create

Required parameters: parent

Optional parameters: requestId, certificateTemplateId

Body:

{:createTime string, :labels {}, :predefinedValues {:aiaOcspServers [string], :keyUsage KeyUsage, :additionalExtensions [X509Extension], :caOptions CaOptions, :policyIds [ObjectId]}, :updateTime string, :name string, :description string, :passthroughExtensions {:knownExtensions [string], :additionalExtensions [ObjectId]}, :identityConstraints {:allowSubjectPassthrough boolean, :allowSubjectAltNamesPassthrough boolean, :celExpression Expr}}

Create a new CertificateTemplate in a given Project and Location.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/create

Required parameters: parent

Optional parameters: requestId, certificateTemplateId

Body: 

{:createTime string,
 :labels {},
 :predefinedValues {:aiaOcspServers [string],
                    :keyUsage KeyUsage,
                    :additionalExtensions [X509Extension],
                    :caOptions CaOptions,
                    :policyIds [ObjectId]},
 :updateTime string,
 :name string,
 :description string,
 :passthroughExtensions {:knownExtensions [string],
                         :additionalExtensions [ObjectId]},
 :identityConstraints {:allowSubjectPassthrough boolean,
                       :allowSubjectAltNamesPassthrough boolean,
                       :celExpression Expr}}

Create a new CertificateTemplate in a given Project and Location.
raw docstring

locations-certificateTemplates-delete$clj

(locations-certificateTemplates-delete$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/delete

Required parameters: name

Optional parameters: requestId

DeleteCertificateTemplate deletes a CertificateTemplate.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/delete

Required parameters: name

Optional parameters: requestId

DeleteCertificateTemplate deletes a CertificateTemplate.
raw docstring

locations-certificateTemplates-get$clj

(locations-certificateTemplates-get$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/get

Required parameters: name

Optional parameters: none

Returns a CertificateTemplate.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/get

Required parameters: name

Optional parameters: none

Returns a CertificateTemplate.
raw docstring

locations-certificateTemplates-getIamPolicy$clj

(locations-certificateTemplates-getIamPolicy$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
raw docstring

locations-certificateTemplates-list$clj

(locations-certificateTemplates-list$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/list

Required parameters: parent

Optional parameters: filter, orderBy, pageSize, pageToken

Lists CertificateTemplates.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/list

Required parameters: parent

Optional parameters: filter, orderBy, pageSize, pageToken

Lists CertificateTemplates.
raw docstring

locations-certificateTemplates-patch$clj

(locations-certificateTemplates-patch$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body:

{:createTime string, :labels {}, :predefinedValues {:aiaOcspServers [string], :keyUsage KeyUsage, :additionalExtensions [X509Extension], :caOptions CaOptions, :policyIds [ObjectId]}, :updateTime string, :name string, :description string, :passthroughExtensions {:knownExtensions [string], :additionalExtensions [ObjectId]}, :identityConstraints {:allowSubjectPassthrough boolean, :allowSubjectAltNamesPassthrough boolean, :celExpression Expr}}

Update a CertificateTemplate.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/patch

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

{:createTime string,
 :labels {},
 :predefinedValues {:aiaOcspServers [string],
                    :keyUsage KeyUsage,
                    :additionalExtensions [X509Extension],
                    :caOptions CaOptions,
                    :policyIds [ObjectId]},
 :updateTime string,
 :name string,
 :description string,
 :passthroughExtensions {:knownExtensions [string],
                         :additionalExtensions [ObjectId]},
 :identityConstraints {:allowSubjectPassthrough boolean,
                       :allowSubjectAltNamesPassthrough boolean,
                       :celExpression Expr}}

Update a CertificateTemplate.
raw docstring

locations-certificateTemplates-setIamPolicy$clj

(locations-certificateTemplates-setIamPolicy$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:updateMask string, :policy {:auditConfigs [AuditConfig], :version integer, :bindings [Binding], :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:updateMask string,
 :policy {:auditConfigs [AuditConfig],
          :version integer,
          :bindings [Binding],
          :etag string}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
raw docstring

locations-certificateTemplates-testIamPermissions$clj

(locations-certificateTemplates-testIamPermissions$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

https://cloud.google.com/api/reference/rest/v1/projects/locations/certificateTemplates/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
raw docstring

locations-get$clj

(locations-get$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.

https://cloud.google.com/api/reference/rest/v1/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.
raw docstring

locations-list$clj

(locations-list$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists information about the supported locations for this service.

https://cloud.google.com/api/reference/rest/v1/projects/locations/list

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists information about the supported locations for this service.
raw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

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 google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

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 `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
raw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none

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 google.rpc.Code.UNIMPLEMENTED.

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none

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 `google.rpc.Code.UNIMPLEMENTED`.
raw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none

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.

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none

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

locations-operations-list$clj

(locations-operations-list$ auth parameters)

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

https://cloud.google.com/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
raw docstring

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

× close