Show / Hide Table of Contents

Class GetRealmKeys

Inheritance
System.Object
GetRealmKeys
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 static class GetRealmKeys

Methods

View Source

InvokeAsync(GetRealmKeysArgs, InvokeOptions)

# keycloak..getRealmKeys data source

Use this data source to get the keys of a realm. Keys can be filtered by algorithm and status.

Remarks:

  • A key must meet all filter criteria
  • This datasource may return more than one value.
  • If no key matches the filter criteria, then an error is returned.

Argument Reference

The following arguments are supported:

  • realm_id - (Required) The realm of which the keys are retrieved.
  • algorithms - (Optional) When specified, keys are filtered by algorithm (values for algorithm: HS256, RS256,AES, ...)
  • status - (Optional) When specified, keys are filtered by status (values for status: ACTIVE, DISABLED and PASSIVE)
Declaration
public static Task<GetRealmKeysResult> InvokeAsync(GetRealmKeysArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetRealmKeysArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetRealmKeysResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.