ClearCredentialRegistryRequest.PerTypeConfig


class ClearCredentialRegistryRequest.PerTypeConfig


Configures how to clear the registries for a given type.

Summary

Public constructors

PerTypeConfig(
    isDeleteAll: Boolean,
    type: String,
    registryIds: List<String>
)

constructs an instance of PerTypeConfig

Public properties

Boolean

whether to delete all registries for the given type

List<String>

the IDs of the registries for the given type to delete, matching one or more RegisterCredentialsRequest.id used during credential registration

String

the type of registry to clear, matching the RegisterCredentialsRequest.type provided provided during the RegistryManager.registerCredentials call

Public constructors

PerTypeConfig

Added in 1.0.0-alpha02
PerTypeConfig(
    isDeleteAll: Boolean,
    type: String,
    registryIds: List<String>
)

constructs an instance of PerTypeConfig

Parameters
isDeleteAll: Boolean

whether to delete all registries for the given type

type: String

the type of registry to clear, matching the RegisterCredentialsRequest.type provided provided during the RegistryManager.registerCredentials call

registryIds: List<String>

the IDs of the registries for the given type to delete, matching one or more RegisterCredentialsRequest.id used during credential registration

Public properties

isDeleteAll

Added in 1.0.0-alpha02
val isDeleteAllBoolean

whether to delete all registries for the given type

registryIds

Added in 1.0.0-alpha02
val registryIdsList<String>

the IDs of the registries for the given type to delete, matching one or more RegisterCredentialsRequest.id used during credential registration

type

Added in 1.0.0-alpha02
val typeString

the type of registry to clear, matching the RegisterCredentialsRequest.type provided provided during the RegistryManager.registerCredentials call