SslCertificateManagedSslCertificate class
Configuration and status of a managed SSL certificate.
Constructors
-
SslCertificateManagedSslCertificate({Map<
String, String> ? domainStatus, List<String> ? domains, String? status}) - SslCertificateManagedSslCertificate.fromJson(Map json_)
Properties
-
domains
↔ List<
String> ? -
The domains for which a managed SSL certificate will be generated.
getter/setter pair
-
domainStatus
↔ Map<
String, String> ? -
Detailed statuses of the domains specified for managed certificate
resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Status 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