AuthorizedCertificate class

An SSL certificate that a user has been authorized to administer.

A user is authorized to administer any certificate that applies to one of their authorized domains.

Constructors

AuthorizedCertificate({CertificateRawData? certificateRawData, String? displayName, int? domainMappingsCount, List<String>? domainNames, String? expireTime, String? id, ManagedCertificate? managedCertificate, String? name, List<String>? visibleDomainMappings})
AuthorizedCertificate.fromJson(Map json_)

Properties

certificateRawData CertificateRawData?
The SSL certificate serving the AuthorizedCertificate resource.
getter/setter pair
displayName String?
The user-specified display name of the certificate.
getter/setter pair
domainMappingsCount int?
Aggregate count of the domain mappings with this certificate mapped.
getter/setter pair
domainNames List<String>?
Topmost applicable domains of this certificate.
getter/setter pair
expireTime String?
The time when this certificate expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Relative name of the certificate.
getter/setter pair
managedCertificate ManagedCertificate?
Only applicable if this certificate is managed by App Engine.
getter/setter pair
name String?
Full path to the AuthorizedCertificate resource in the API.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleDomainMappings List<String>?
The full paths to user visible Domain Mapping resources that have this certificate mapped.
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