Class: Aws::PcaConnectorAd::Types::KeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::KeyUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#critical ⇒ Boolean
Sets the key usage extension to critical.
-
#usage_flags ⇒ Types::KeyUsageFlags
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.
Instance Attribute Details
#critical ⇒ Boolean
Sets the key usage extension to critical.
1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1257 class KeyUsage < Struct.new( :critical, :usage_flags) SENSITIVE = [] include Aws::Structure end |
#usage_flags ⇒ Types::KeyUsageFlags
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.
1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1257 class KeyUsage < Struct.new( :critical, :usage_flags) SENSITIVE = [] include Aws::Structure end |