Package version:

Interface KeyReleasePolicy

The policy rules under which a key can be exported.

Hierarchy

  • KeyReleasePolicy

Properties

contentType?: string

Content type and version of key release policy.

Defaults to "application/json; charset=utf-8" if omitted.

encodedPolicy?: Uint8Array

The policy rules under which the key can be released. Encoded based on the contentType.

For more information regarding the release policy grammar for Azure Key Vault, please refer to:

immutable?: boolean

Marks a release policy as immutable. An immutable release policy cannot be changed or updated after being marked immutable.

Generated using TypeDoc