Type Alias: AuthorizeRecipientResult
AuthorizeRecipientResult = {
addedHairlessRecipients
: {[key
:string
]: {already_recipient
:boolean
;already_seald
:boolean
;error
: {code
:string
;id
:string
; };status
:number
; }; };addedRecipients
: {[key
:string
]: {error
:null
| {code
:string
;id
:string
; };status
:number
; }; };proxySessions
: {[key
:string
]: {rights
:UserRights
; }; }; }
Properties
addedHairlessRecipients
addedHairlessRecipients: {[
key
:string
]: {already_recipient
:boolean
;already_seald
:boolean
;error
: {code
:string
;id
:string
; };status
:number
; }; }
Index Signature
[key
: string
]: { already_recipient
: boolean
; already_seald
: boolean
; error
: { code
: string
; id
: string
; }; status
: number
; }
addedRecipients
addedRecipients: {[
key
:string
]: {error
:null
| {code
:string
;id
:string
; };status
:number
; }; }
Index Signature
[key
: string
]: { error
: null
| { code
: string
; id
: string
; }; status
: number
; }
proxySessions
proxySessions: {[
key
:string
]: {rights
:UserRights
; }; }
Index Signature
[key
: string
]: { rights
: UserRights
; }