ProjectsLocationsCertificateAuthoritiesResource class

Constructors

ProjectsLocationsCertificateAuthoritiesResource(ApiRequester client)

Properties

certificateRevocationLists ProjectsLocationsCertificateAuthoritiesCertificateRevocationListsResource
no setter
certificates ProjectsLocationsCertificateAuthoritiesCertificatesResource
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 PENDING_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.
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 PENDING_ACTIVATION and is of type SUBORDINATE.
get(String name, {String? $fields}) Future<CertificateAuthority>
Returns a CertificateAuthority.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
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.
restore(RestoreCertificateAuthorityRequest request, String name, {String? $fields}) Future<Operation>
Restore a CertificateAuthority that is scheduled for deletion.
scheduleDelete(ScheduleDeleteCertificateAuthorityRequest request, String name, {String? $fields}) Future<Operation>
Schedule a CertificateAuthority for deletion.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited

Operators

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