LedgerUserOutput interface
Properties
| assigned |
Represents an assignable role. |
| user |
Identifier for the user. This must either be an AAD object id or a certificate fingerprint. |
Property Details
assignedRole
Represents an assignable role.
assignedRole: "Administrator" | "Contributor" | "Reader"
Property Value
"Administrator" | "Contributor" | "Reader"
userId
Identifier for the user. This must either be an AAD object id or a certificate fingerprint.
userId?: string
Property Value
string