Show / Hide Table of Contents

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 Source

Algorithms

Declaration
public readonly ImmutableArray<string> Algorithms
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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

Keys

Declaration
public readonly ImmutableArray<GetRealmKeysKeyResult> Keys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetRealmKeysKeyResult>
View Source

RealmId

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

Statuses

Declaration
public readonly ImmutableArray<string> Statuses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.