ManagedCertificate class

Configuration and state of a Managed Certificate.

Certificate Manager provisions and renews Managed Certificates automatically, for as long as it's authorized to do so.

Constructors

ManagedCertificate({List<AuthorizationAttemptInfo>? authorizationAttemptInfo, List<String>? dnsAuthorizations, List<String>? domains, String? issuanceConfig, ProvisioningIssue? provisioningIssue, String? state})
ManagedCertificate.fromJson(Map json_)

Properties

authorizationAttemptInfo List<AuthorizationAttemptInfo>?
Detailed state of the latest authorization attempt for each domain specified for managed certificate resource.
getter/setter pair
dnsAuthorizations List<String>?
Authorizations that will be used for performing domain authorization.
getter/setter pair
domains List<String>?
The domains for which a managed SSL certificate will be generated.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuanceConfig String?
The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format projects / * /locations / * /certificateIssuanceConfigs / * .
getter/setter pair
provisioningIssue ProvisioningIssue?
Information about issues with provisioning a Managed Certificate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the managed certificate resource.
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