GetRealmKeysResult

data class GetRealmKeysResult(val algorithms: List<String>? = null, val id: String, val keys: List<GetRealmKeysKey>, val realmId: String, val statuses: List<String>? = null)

A collection of values returned by getRealmKeys.

Constructors

Link copied to clipboard
constructor(algorithms: List<String>? = null, id: String, keys: List<GetRealmKeysKey>, realmId: String, statuses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithms: List<String>? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Computed) A list of keys that match the filter criteria. Each key has the following attributes:

Link copied to clipboard
Link copied to clipboard
val statuses: List<String>? = null

Key status (string)