GoogleCloudIntegrationsV1alphaCertificate class
The certificate definition
Constructors
- GoogleCloudIntegrationsV1alphaCertificate({String? certificateStatus, String? credentialId, String? description, String? displayName, String? name, GoogleCloudIntegrationsV1alphaClientCertificate? rawCertificate, String? requestorId, String? validEndTime, String? validStartTime})
- GoogleCloudIntegrationsV1alphaCertificate.fromJson(Map json_)
Properties
- certificateStatus ↔ String?
-
Status of the certificate
Possible string values are:
getter/setter pair
- credentialId ↔ String?
-
Credential id that will be used to register with trawler INTERNAL_ONLY
getter/setter pair
- description ↔ String?
-
Description of the certificate
getter/setter pair
- displayName ↔ String?
-
Name of the certificate
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Auto generated primary key
getter/setter pair
- rawCertificate ↔ GoogleCloudIntegrationsV1alphaClientCertificate?
-
Input only.
getter/setter pair
- requestorId ↔ String?
-
Requestor ID to be used to register certificate with trawler
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validEndTime ↔ String?
-
The timestamp after which certificate will expire
getter/setter pair
- validStartTime ↔ String?
-
The timestamp after which certificate will be valid
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited