RequestedAttributes

data class RequestedAttributes(val name: String, val names: Set<String>, val restrictions: Map<String, String>, val nonRevoked: NonRevoked?)(source)

Constructors

Link copied to clipboard
constructor(name: String, names: Set<String>, restrictions: Map<String, String>, nonRevoked: NonRevoked?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "non_revoked")
val nonRevoked: NonRevoked?
Link copied to clipboard