toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
RequestedAttributes
Requested
Attributes
@
Serializable
data
class
RequestedAttributes
(
val
name
:
String
,
val
names
:
Set
<
String
>
,
val
restrictions
:
Map
<
String
,
String
>
,
val
nonRevoked
:
NonRevoked
?
)
(
source
)
Members
Constructors
Requested
Attributes
Link copied to clipboard
constructor
(
name
:
String
,
names
:
Set
<
String
>
,
restrictions
:
Map
<
String
,
String
>
,
nonRevoked
:
NonRevoked
?
)
Properties
name
Link copied to clipboard
val
name
:
String
names
Link copied to clipboard
val
names
:
Set
<
String
>
non
Revoked
Link copied to clipboard
@
SerialName
(
value
=
"non_revoked"
)
val
nonRevoked
:
NonRevoked
?
restrictions
Link copied to clipboard
val
restrictions
:
Map
<
String
,
String
>