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:

{:requestId string, :subordinateConfig {:pemIssuerChain SubordinateConfigChain, :certificateAuthority string}, :pemCaCertificate 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: 

{:requestId string,
 :subordinateConfig {:pemIssuerChain SubordinateConfigChain,
                     :certificateAuthority string},
 :pemCaCertificate 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.
sourceraw 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.
sourceraw 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.
sourceraw 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: pageToken, filter, orderBy, pageSize

Lists CertificateRevocationLists.

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

Required parameters: parent

Optional parameters: pageToken, filter, orderBy, pageSize

Lists CertificateRevocationLists.
sourceraw 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, :hexSerialNumber string, :certificate 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,
                        :hexSerialNumber string,
                        :certificate string}],
 :pemCrl string}

Update a CertificateRevocationList.
sourceraw 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 {:etag string, :auditConfigs [AuditConfig], :version integer, :bindings [Binding]}}

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 {:etag string,
          :auditConfigs [AuditConfig],
          :version integer,
          :bindings [Binding]}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
sourceraw 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.
sourceraw 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 {:subjectConfig SubjectConfig, :x509Config X509Parameters, :publicKey PublicKey}, :name string, :createTime string, :keySpec {:cloudKmsKeyVersion string, :algorithm string}, :type string, :state string, :subordinateConfig {:pemIssuerChain SubordinateConfigChain, :certificateAuthority string}, :updateTime string, :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string}, :lifetime string, :caCertificateDescriptions [{:subjectKeyId KeyId, :publicKey PublicKey, :certFingerprint CertificateFingerprint, :authorityKeyId KeyId, :x509Description X509Parameters, :aiaIssuingCertificateUrls [string], :subjectDescription SubjectDescription, :crlDistributionPoints [string]}], :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 {:subjectConfig SubjectConfig,
          :x509Config X509Parameters,
          :publicKey PublicKey},
 :name string,
 :createTime string,
 :keySpec {:cloudKmsKeyVersion string, :algorithm string},
 :type string,
 :state string,
 :subordinateConfig {:pemIssuerChain SubordinateConfigChain,
                     :certificateAuthority string},
 :updateTime string,
 :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string},
 :lifetime string,
 :caCertificateDescriptions [{:subjectKeyId KeyId,
                              :publicKey PublicKey,
                              :certFingerprint CertificateFingerprint,
                              :authorityKeyId KeyId,
                              :x509Description X509Parameters,
                              :aiaIssuingCertificateUrls [string],
                              :subjectDescription SubjectDescription,
                              :crlDistributionPoints [string]}],
 :expireTime string,
 :pemCaCertificates [string]}

Create a new CertificateAuthority in a given Project and Location.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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: pageToken, filter, pageSize, orderBy

Lists CertificateAuthorities.

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

Required parameters: parent

Optional parameters: pageToken, filter, pageSize, orderBy

Lists CertificateAuthorities.
sourceraw 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 {:subjectConfig SubjectConfig, :x509Config X509Parameters, :publicKey PublicKey}, :name string, :createTime string, :keySpec {:cloudKmsKeyVersion string, :algorithm string}, :type string, :state string, :subordinateConfig {:pemIssuerChain SubordinateConfigChain, :certificateAuthority string}, :updateTime string, :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string}, :lifetime string, :caCertificateDescriptions [{:subjectKeyId KeyId, :publicKey PublicKey, :certFingerprint CertificateFingerprint, :authorityKeyId KeyId, :x509Description X509Parameters, :aiaIssuingCertificateUrls [string], :subjectDescription SubjectDescription, :crlDistributionPoints [string]}], :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 {:subjectConfig SubjectConfig,
          :x509Config X509Parameters,
          :publicKey PublicKey},
 :name string,
 :createTime string,
 :keySpec {:cloudKmsKeyVersion string, :algorithm string},
 :type string,
 :state string,
 :subordinateConfig {:pemIssuerChain SubordinateConfigChain,
                     :certificateAuthority string},
 :updateTime string,
 :accessUrls {:crlAccessUrls [string], :caCertificateAccessUrl string},
 :lifetime string,
 :caCertificateDescriptions [{:subjectKeyId KeyId,
                              :publicKey PublicKey,
                              :certFingerprint CertificateFingerprint,
                              :authorityKeyId KeyId,
                              :x509Description X509Parameters,
                              :aiaIssuingCertificateUrls [string],
                              :subjectDescription SubjectDescription,
                              :crlDistributionPoints [string]}],
 :expireTime string,
 :pemCaCertificates [string]}

Update a CertificateAuthority.
sourceraw 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.
sourceraw 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: validateOnly, issuingCertificateAuthorityId, certificateId, requestId

Body:

{:revocationDetails {:revocationState string, :revocationTime string}, :labels {}, :certificateTemplate string, :issuerCertificateAuthority string, :config {:subjectConfig SubjectConfig, :x509Config X509Parameters, :publicKey PublicKey}, :name string, :createTime string, :subjectMode string, :updateTime string, :pemCertificate string, :pemCsr string, :lifetime string, :certificateDescription {:subjectKeyId KeyId, :publicKey PublicKey, :certFingerprint CertificateFingerprint, :authorityKeyId KeyId, :x509Description X509Parameters, :aiaIssuingCertificateUrls [string], :subjectDescription SubjectDescription, :crlDistributionPoints [string]}, :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: validateOnly, issuingCertificateAuthorityId, certificateId, requestId

Body: 

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

Create a new Certificate in a given Project, Location from a particular CaPool.
sourceraw 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.
sourceraw 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: pageSize, orderBy, pageToken, filter

Lists Certificates.

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

Required parameters: parent

Optional parameters: pageSize, orderBy, pageToken, filter

Lists Certificates.
sourceraw 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 {:subjectConfig SubjectConfig, :x509Config X509Parameters, :publicKey PublicKey}, :name string, :createTime string, :subjectMode string, :updateTime string, :pemCertificate string, :pemCsr string, :lifetime string, :certificateDescription {:subjectKeyId KeyId, :publicKey PublicKey, :certFingerprint CertificateFingerprint, :authorityKeyId KeyId, :x509Description X509Parameters, :aiaIssuingCertificateUrls [string], :subjectDescription SubjectDescription, :crlDistributionPoints [string]}, :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 {:subjectConfig SubjectConfig,
          :x509Config X509Parameters,
          :publicKey PublicKey},
 :name string,
 :createTime string,
 :subjectMode string,
 :updateTime string,
 :pemCertificate string,
 :pemCsr string,
 :lifetime string,
 :certificateDescription {:subjectKeyId KeyId,
                          :publicKey PublicKey,
                          :certFingerprint CertificateFingerprint,
                          :authorityKeyId KeyId,
                          :x509Description X509Parameters,
                          :aiaIssuingCertificateUrls [string],
                          :subjectDescription SubjectDescription,
                          :crlDistributionPoints [string]},
 :pemCertificateChain [string]}

Update a Certificate. Currently, the only field you can update is the labels field.
sourceraw 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.
sourceraw 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: requestId, caPoolId

Body:

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

Create a CaPool.

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

Required parameters: parent

Optional parameters: requestId, caPoolId

Body: 

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

Create a CaPool.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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, orderBy, pageSize, filter

Lists CaPools.

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

Required parameters: parent

Optional parameters: pageToken, orderBy, pageSize, filter

Lists CaPools.
sourceraw 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:

{:issuancePolicy {:maximumLifetime string, :identityConstraints CertificateIdentityConstraints, :passthroughExtensions CertificateExtensionConstraints, :baselineValues X509Parameters, :allowedIssuanceModes IssuanceModes, :allowedKeyTypes [AllowedKeyType]}, :publishingOptions {:publishCaCert boolean, :publishCrl boolean}, :labels {}, :tier string, :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: 

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

Update a CaPool.
sourceraw 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 {:etag string, :auditConfigs [AuditConfig], :version integer, :bindings [Binding]}}

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 {:etag string,
          :auditConfigs [AuditConfig],
          :version integer,
          :bindings [Binding]}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
sourceraw 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.
sourceraw 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: certificateTemplateId, requestId

Body:

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

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: certificateTemplateId, requestId

Body: 

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

Create a new CertificateTemplate in a given Project and Location.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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: pageToken, filter, orderBy, pageSize

Lists CertificateTemplates.

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

Required parameters: parent

Optional parameters: pageToken, filter, orderBy, pageSize

Lists CertificateTemplates.
sourceraw 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:

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

Update a CertificateTemplate.

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

Required parameters: name

Optional parameters: updateMask, requestId

Body: 

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

Update a CertificateTemplate.
sourceraw 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 {:etag string, :auditConfigs [AuditConfig], :version integer, :bindings [Binding]}}

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 {:etag string,
          :auditConfigs [AuditConfig],
          :version integer,
          :bindings [Binding]}}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
sourceraw 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.
sourceraw 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.
sourceraw docstring

locations-list$clj

(locations-list$ auth parameters)

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

Required parameters: name

Optional parameters: filter, pageToken, pageSize

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: filter, pageToken, pageSize

Lists information about the supported locations for this service.
sourceraw 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`.
sourceraw 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`.
sourceraw 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.
sourceraw 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: pageToken, filter, pageSize

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: pageToken, filter, pageSize

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

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

× close