Permissions Class
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.
Permissions the identity has for keys, secrets, certificates and storage.
public class Permissions
type Permissions = class
Public Class Permissions
- Inheritance
-
Permissions
Constructors
Permissions() |
Initializes a new instance of the Permissions class. |
Permissions(IList<KeyPermissions>, IList<SecretPermissions>, IList<CertificatePermissions>, IList<StoragePermissions>) |
Initializes a new instance of the Permissions class. |
Properties
Certificates |
Gets or sets permissions to certificates |
Keys |
Gets or sets permissions to keys |
Secrets |
Gets or sets permissions to secrets |
Storage |
Gets or sets permissions to storage accounts |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET