CertificateIssuanceConfig class
CertificateIssuanceConfig specifies how to issue and manage a certificate.
Constructors
-
CertificateIssuanceConfig({CertificateAuthorityConfig? certificateAuthorityConfig, String? createTime, String? description, String? keyAlgorithm, Map<
String, String> ? labels, String? lifetime, String? name, int? rotationWindowPercentage, String? updateTime}) - CertificateIssuanceConfig.fromJson(Map json_)
Properties
- certificateAuthorityConfig ↔ CertificateAuthorityConfig?
-
The CA that issues the workload certificate.
getter/setter pair
- createTime ↔ String?
-
The creation timestamp of a CertificateIssuanceConfig.
getter/setter pair
- description ↔ String?
-
One or more paragraphs of text description of a CertificateIssuanceConfig.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyAlgorithm ↔ String?
-
The key algorithm to use when generating the private key.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Set of labels associated with a CertificateIssuanceConfig.
getter/setter pair
- lifetime ↔ String?
-
Workload certificate lifetime requested.
getter/setter pair
- name ↔ String?
-
A user-defined name of the certificate issuance config.
getter/setter pair
- rotationWindowPercentage ↔ int?
-
Specifies the percentage of elapsed time of the certificate lifetime to
wait before renewing the certificate.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The last update timestamp of a CertificateIssuanceConfig.
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