ProjectsLocationsCaPoolsCertificateAuthoritiesResource class

Constructors

ProjectsLocationsCaPoolsCertificateAuthoritiesResource(ApiRequester client)

Properties

certificateRevocationLists ProjectsLocationsCaPoolsCertificateAuthoritiesCertificateRevocationListsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate(ActivateCertificateAuthorityRequest request, String name, {String? $fields}) Future<Operation>
Activate a CertificateAuthority that is in state AWAITING_USER_ACTIVATION and is of type SUBORDINATE.
create(CertificateAuthority request, String parent, {String? certificateAuthorityId, String? requestId, String? $fields}) Future<Operation>
Create a new CertificateAuthority in a given Project and Location.
delete(String name, {bool? ignoreActiveCertificates, bool? ignoreDependentResources, String? requestId, bool? skipGracePeriod, String? $fields}) Future<Operation>
Delete a CertificateAuthority.
disable(DisableCertificateAuthorityRequest request, String name, {String? $fields}) Future<Operation>
Disable a CertificateAuthority.
enable(EnableCertificateAuthorityRequest request, String name, {String? $fields}) Future<Operation>
Enable a CertificateAuthority.
fetch(String name, {String? $fields}) Future<FetchCertificateAuthorityCsrResponse>
Fetch a certificate signing request (CSR) from a CertificateAuthority that is in state AWAITING_USER_ACTIVATION and is of type SUBORDINATE.
get(String name, {String? $fields}) Future<CertificateAuthority>
Returns a CertificateAuthority.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListCertificateAuthoritiesResponse>
Lists CertificateAuthorities.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CertificateAuthority request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Update a CertificateAuthority.
toString() String
A string representation of this object.
inherited
undelete(UndeleteCertificateAuthorityRequest request, String name, {String? $fields}) Future<Operation>
Undelete a CertificateAuthority that has been deleted.

Operators

operator ==(Object other) bool
The equality operator.
inherited