Show / Hide Table of Contents

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 Source

ApplicationId

The Object ID of a Azure Active Directory Application.

Declaration
public readonly string ApplicationId
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

ObjectId

An Object ID of a User, Service Principal or Security Group.

Declaration
public readonly string ObjectId
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.