Class GetKeyVaultAccessPolicyResult
Inheritance
System.Object
GetKeyVaultAccessPolicyResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.KeyVault.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKeyVaultAccessPolicyResult
Fields
View SourceApplicationId
The Object ID of a Azure Active Directory Application.
Declaration
public readonly string ApplicationId
Field Value
| Type | Description |
|---|---|
| System.String |
CertificatePermissions
A list of certificate permissions applicable to this Access Policy.
Declaration
public readonly ImmutableArray<string> CertificatePermissions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
KeyPermissions
A list of key permissions applicable to this Access Policy.
Declaration
public readonly ImmutableArray<string> KeyPermissions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ObjectId
An Object ID of a User, Service Principal or Security Group.
Declaration
public readonly string ObjectId
Field Value
| Type | Description |
|---|---|
| System.String |
SecretPermissions
A list of secret permissions applicable to this Access Policy.
Declaration
public readonly ImmutableArray<string> SecretPermissions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
StoragePermissions
A list of storage permissions applicable to this Access Policy.
Declaration
public readonly ImmutableArray<string> StoragePermissions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TenantId
The Azure Active Directory Tenant ID used to authenticate requests for this Key Vault.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |