Type Alias: RevokeResult
RevokeResult = {
proxySessions
: {[proxySessionId
:string
]:"ok"
|"ko"
; };sealdIds
: {[sealdId
:string
]:"ok"
|"ko"
; };symEncKey
: {[symEncKeyId
:string
]:"ok"
|"ko"
; };tmrAccesses
: {[tmrAccessId
:string
]:"ok"
|"ko"
; };unregisteredRecipients
: {[unregisteredUser
:string
]:"ok"
|"ko"
; }; }
Properties
proxySessions
proxySessions: {[
proxySessionId
:string
]:"ok"
|"ko"
; }
Of the form { 'proxySessionId': 'ok'|'ko' }
.
Index Signature
[proxySessionId
: string
]: "ok"
| "ko"
sealdIds
sealdIds: {[
sealdId
:string
]:"ok"
|"ko"
; }
Of the form { 'sealdId': 'ok'|'ko' }
.
Index Signature
[sealdId
: string
]: "ok"
| "ko"
symEncKey
symEncKey: {[
symEncKeyId
:string
]:"ok"
|"ko"
; }
Of the form { 'symEncKeyId': 'ok'|'ko' }
.
Index Signature
[symEncKeyId
: string
]: "ok"
| "ko"
tmrAccesses
tmrAccesses: {[
tmrAccessId
:string
]:"ok"
|"ko"
; }
Of the form { 'tmrAccessId': 'ok'|'ko' }
.
Index Signature
[tmrAccessId
: string
]: "ok"
| "ko"
unregisteredRecipients
unregisteredRecipients: {[
unregisteredUser
:string
]:"ok"
|"ko"
; }
Of the form { 'email@domain.com': 'ok'|'ko' }
or {'AP/${userId}@${appId}': 'ok'|'ko' }
Index Signature
[unregisteredUser
: string
]: "ok"
| "ko"