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 SourceE
The RSA public exponent of this Key Vault Key.
Declaration
public readonly string E
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
KeySize
Specifies the Size of this Key Vault Key.
Declaration
public readonly int KeySize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
KeyType
Specifies the Key Type of this Key Vault Key
Declaration
public readonly string KeyType
Field Value
| Type | Description |
|---|---|
| System.String |
KeyVaultId
Declaration
public readonly string KeyVaultId
Field Value
| Type | Description |
|---|---|
| System.String |
N
The RSA modulus of this Key Vault Key.
Declaration
public readonly string N
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Version
The current version of the Key Vault Key.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |