Skip to content

SearchGroupTMRTemporaryKeysOpts

data class SearchGroupTMRTemporaryKeysOpts@JvmOverloadsconstructor(val groupId: String = "", val page: Int = 1, val all: Boolean = false)

SealdSearchGroupTMRTemporaryKeysOpts holds the tmr filters used when searching group TMR temporary keys.

Constructors

SearchGroupTMRTemporaryKeysOpts@JvmOverloads
constructor(groupId: String = "", page: Int = 1, all: Boolean = false)

Properties

NameSummary
allval all: Boolean = false
Should return all pages after Page.
groupIdval groupId: String
Return only the TMR temporary keys that give access to this groupId.
pageval page: Int = 1
Page to return.