Class: Aws::PcaConnectorAd::Types::ExtensionsV3
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ExtensionsV3
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Certificate extensions for v3 template schema
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_policies ⇒ Types::ApplicationPolicies
Application policies specify what the certificate is used for and its purpose.
-
#key_usage ⇒ Types::KeyUsage
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.
Instance Attribute Details
#application_policies ⇒ Types::ApplicationPolicies
Application policies specify what the certificate is used for and its purpose.
967 968 969 970 971 972 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 967 class ExtensionsV3 < Struct.new( :application_policies, :key_usage) SENSITIVE = [] include Aws::Structure end |
#key_usage ⇒ Types::KeyUsage
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.
967 968 969 970 971 972 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 967 class ExtensionsV3 < Struct.new( :application_policies, :key_usage) SENSITIVE = [] include Aws::Structure end |