Show / Hide Table of Contents

Class GetKeyResult

Inheritance
System.Object
GetKeyResult
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKeyResult

Fields

View Source

E

The RSA public exponent of this Key Vault Key.

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

Id

The provider-assigned unique ID for this managed resource.

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

KeyOpts

A list of JSON web key operations assigned to this Key Vault Key

Declaration
public readonly ImmutableArray<string> KeyOpts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

KeySize

Specifies the Size of this Key Vault Key.

Declaration
public readonly int KeySize
Field Value
Type Description
System.Int32
View Source

KeyType

Specifies the Key Type of this Key Vault Key

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

KeyVaultId

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

N

The RSA modulus of this Key Vault Key.

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

Name

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

Tags

A mapping of tags assigned to this Key Vault Key.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Version

The current version of the Key Vault Key.

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.