DecryptCredentialPolicy
No description
enum DecryptCredentialPolicy {
NEVER
ALWAYS
DEFINE_PER_CREDENTIAL
}
Values
DecryptCredentialPolicy.NEVER
Never allow decryption of a credential of this type.
DecryptCredentialPolicy.ALWAYS
Always allow decryption of a credential of this type..
DecryptCredentialPolicy.DEFINE_PER_CREDENTIAL
Define on credential whether decryption is possible or not for this type.
Member Of
CredentialsPurpose object