CertificateSigningRequestCondition class

CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object.

Constructors

CertificateSigningRequestCondition({DateTime? lastTransitionTime, DateTime? lastUpdateTime, String? message, String? reason, required String status, required String type})
Default constructor.
const
CertificateSigningRequestCondition.fromJson(Map<String, dynamic> json)
Creates a CertificateSigningRequestCondition from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastTransitionTime DateTime?
lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time.
final
lastUpdateTime DateTime?
lastUpdateTime is the time of the last update to this condition.
final
message String?
message contains a human readable message with details about the request state.
final
reason String?
reason indicates a brief reason for the request state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown".
final
type String
type of the condition. Known conditions are "Approved", "Denied", and "Failed".
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a CertificateSigningRequestCondition instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited