Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyReleasePolicy

Package version

The policy rules under which a key can be exported.

Hierarchy

  • KeyReleasePolicy

Index

Properties

Optional contentType

contentType: undefined | string

Content type and version of key release policy Content type and version of key release policy.

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

Optional encodedPolicy

encodedPolicy: Uint8Array

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

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

Optional immutable

immutable: undefined | false | true

Defines the mutability state of the policy. Once marked immutable, this flag cannot be reset and the policy cannot be changed under any circumstances. Marks a release policy as immutable. An immutable release policy cannot be changed or updated after being marked immutable.

Generated using TypeDoc