IdentityAccessSecretPermission Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IdentityAccessSecretPermission.
public enum IdentityAccessSecretPermission
type IdentityAccessSecretPermission =
Public Enum IdentityAccessSecretPermission
- Inheritance
-
IdentityAccessSecretPermission
Fields
Name | Value | Description |
---|---|---|
All | 0 | all. |
Get | 1 | get. |
List | 2 | list. |
Set | 3 | set. |
Delete | 4 | delete. |
Backup | 5 | backup. |
Restore | 6 | restore. |
Recover | 7 | recover. |
Purge | 8 | purge. |