AccessPolicyEntry 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.
An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
public class AccessPolicyEntry
type AccessPolicyEntry = class
Public Class AccessPolicyEntry
- Inheritance
-
AccessPolicyEntry
Constructors
AccessPolicyEntry() |
Initializes a new instance of the AccessPolicyEntry class. |
AccessPolicyEntry(Guid, String, Permissions, Nullable<Guid>) |
Initializes a new instance of the AccessPolicyEntry class. |
Properties
ApplicationId |
Gets or sets Application ID of the client making request on behalf of a principal |
ObjectId |
Gets or sets the object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies. |
Permissions |
Gets or sets permissions the identity has for keys, secrets and certificates. |
TenantId |
Gets or sets the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET