AWS::PCAConnectorAD::Template KeyUsageFlags - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::PCAConnectorAD::Template KeyUsageFlags

The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DataEncipherment" : Boolean, "DigitalSignature" : Boolean, "KeyAgreement" : Boolean, "KeyEncipherment" : Boolean, "NonRepudiation" : Boolean }

YAML

DataEncipherment: Boolean DigitalSignature: Boolean KeyAgreement: Boolean KeyEncipherment: Boolean NonRepudiation: Boolean

Properties

DataEncipherment

DataEncipherment is asserted when the subject public key is used for directly enciphering raw user data without the use of an intermediate symmetric cipher.

Required: No

Type: Boolean

Update requires: No interruption

DigitalSignature

The digitalSignature is asserted when the subject public key is used for verifying digital signatures.

Required: No

Type: Boolean

Update requires: No interruption

KeyAgreement

KeyAgreement is asserted when the subject public key is used for key agreement.

Required: No

Type: Boolean

Update requires: No interruption

KeyEncipherment

KeyEncipherment is asserted when the subject public key is used for enciphering private or secret keys, i.e., for key transport.

Required: No

Type: Boolean

Update requires: No interruption

NonRepudiation

NonRepudiation is asserted when the subject public key is used to verify digital signatures.

Required: No

Type: Boolean

Update requires: No interruption