CreateIdentifierRequestBindingDto

data class CreateIdentifierRequestBindingDto(var organisationId: String, var name: String, var keyId: String?, var key: CreateIdentifierKeyRequestBindingDto?, var did: CreateIdentifierDidRequestBindingDto?, var certificates: List<CreateCertificateRequestBindingDto>?, var certificateAuthorities: List<CreateCertificateAuthorityRequestBindingDto>?)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Deprecated. Use the key field instead.

Link copied to clipboard
Link copied to clipboard