KeyUsageProperty - AWS Private CA Connector for Active Directory

KeyUsageProperty

The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

PropertyFlags

You can specify key usage for encryption, key agreement, and signature. You can use property flags or property type but not both.

Type: KeyUsagePropertyFlags object

Required: No

PropertyType

You can specify all key usages using property type ALL. You can use property type or property flags but not both.

Type: String

Valid Values: ALL

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: