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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.AccessPolicyEntryTypeConverter))]
public class AccessPolicyEntry : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IAccessPolicyEntry
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.AccessPolicyEntryTypeConverter))>]
type AccessPolicyEntry = class
interface IAccessPolicyEntry
interface IJsonSerializable
Public Class AccessPolicyEntry
Implements IAccessPolicyEntry
- Inheritance
-
AccessPolicyEntry
- Attributes
- Implements
Constructors
AccessPolicyEntry() |
Creates an new AccessPolicyEntry instance. |
Properties
ApplicationId |
Application ID of the client making request on behalf of a principal |
ObjectId |
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. |
PermissionCertificate |
Permissions to certificates |
PermissionKey |
Permissions to keys |
PermissionSecret |
Permissions to secrets |
PermissionStorage |
Permissions to storage accounts |
TenantId |
The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccessPolicyEntry. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccessPolicyEntry. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IAccessPolicyEntry. |
FromJsonString(String) |
Creates a new instance of AccessPolicyEntry, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccessPolicyEntry into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |