AwsCertificateManagerCertificateExtendedKeyUsage class
Contains information about an extended key usage X.509 v3 extension object.
Constructors
- AwsCertificateManagerCertificateExtendedKeyUsage.new({String? name, String? oId})
-
AwsCertificateManagerCertificateExtendedKeyUsage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of an extension value. Indicates the purpose for which the
certificate public key can be used.
final
- oId → String?
-
An object identifier (OID) for the extension value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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