GoogleAppsCloudidentityDevicesV1CertificateAttributes class

Stores information about a certificate.

Constructors

GoogleAppsCloudidentityDevicesV1CertificateAttributes({GoogleAppsCloudidentityDevicesV1CertificateTemplate? certificateTemplate, String? fingerprint, String? issuer, String? serialNumber, String? subject, String? thumbprint, String? validationState, String? validityExpirationTime, String? validityStartTime})
GoogleAppsCloudidentityDevicesV1CertificateAttributes.fromJson(Map json_)

Properties

certificateTemplate GoogleAppsCloudidentityDevicesV1CertificateTemplate?
The X.509 extension for CertificateTemplate.
getter/setter pair
fingerprint String?
The encoded certificate fingerprint.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer String?
The name of the issuer of this certificate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
Serial number of the certificate, Example: "123456789".
getter/setter pair
subject String?
The subject name of this certificate.
getter/setter pair
thumbprint String?
The certificate thumbprint.
getter/setter pair
validationState String?
Validation state of this certificate.
getter/setter pair
validityExpirationTime String?
Certificate not valid at or after this timestamp.
getter/setter pair
validityStartTime String?
Certificate not valid before this timestamp.
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