getRealmKeys

# 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.

Return

A collection of values returned by getRealmKeys.

Parameters

argument

A collection of arguments for invoking getRealmKeys.


suspend fun getRealmKeys(algorithms: List<String>? = null, realmId: String, statuses: List<String>? = null): GetRealmKeysResult

Return

A collection of values returned by getRealmKeys.

Parameters

algorithms
realmId
statuses

See also


Return

A collection of values returned by getRealmKeys.

Parameters

argument

Builder for com.pulumi.keycloak.kotlin.inputs.GetRealmKeysPlainArgs.

See also