OrganizationsEnvironmentsKeystoresAliasesResource class

Constructors

OrganizationsEnvironmentsKeystoresAliasesResource(ApiRequester client)

Properties

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

Methods

create(GoogleApiHttpBody request, String parent, {String? P_password, String? alias, String? format, bool? ignoreExpiryValidation, bool? ignoreNewlineValidation, String? $fields}) Future<GoogleCloudApigeeV1Alias>
Creates an alias from a key/certificate pair.
csr(String name, {String? $fields}) Future<GoogleApiHttpBody>
Generates a PKCS #10 Certificate Signing Request for the private key in an alias.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1Alias>
Deletes an alias.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1Alias>
Gets an alias.
getCertificate(String name, {String? $fields}) Future<GoogleApiHttpBody>
Gets the certificate from an alias in PEM-encoded form.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GoogleApiHttpBody request, String name, {bool? ignoreExpiryValidation, bool? ignoreNewlineValidation, String? $fields}) Future<GoogleCloudApigeeV1Alias>
Updates the certificate in an alias.

Operators

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