Class: Aws::ACMPCA::Types::ExtendedKeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ExtendedKeyUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the ‘KeyUsage` extension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extended_key_usage_object_identifier ⇒ String
Specifies a custom ‘ExtendedKeyUsage` with an object identifier (OID).
-
#extended_key_usage_type ⇒ String
Specifies a standard ‘ExtendedKeyUsage` as defined as in [RFC 5280].
Instance Attribute Details
#extended_key_usage_object_identifier ⇒ String
Specifies a custom ‘ExtendedKeyUsage` with an object identifier (OID).
1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1150 class ExtendedKeyUsage < Struct.new( :extended_key_usage_type, :extended_key_usage_object_identifier) SENSITIVE = [] include Aws::Structure end |
#extended_key_usage_type ⇒ String
Specifies a standard ‘ExtendedKeyUsage` as defined as in [RFC 5280].
1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1150 class ExtendedKeyUsage < Struct.new( :extended_key_usage_type, :extended_key_usage_object_identifier) SENSITIVE = [] include Aws::Structure end |