Class GetRealmKeysResult
Inheritance
System.Object
GetRealmKeysResult
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.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetRealmKeysResult
Fields
View SourceAlgorithms
Declaration
public readonly ImmutableArray<string> Algorithms
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Keys
Declaration
public readonly ImmutableArray<GetRealmKeysKeyResult> Keys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRealmKeysKeyResult> |
RealmId
Declaration
public readonly string RealmId
Field Value
| Type | Description |
|---|---|
| System.String |
Statuses
Declaration
public readonly ImmutableArray<string> Statuses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |