Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.38 KB

Invitation.md

File metadata and controls

21 lines (16 loc) · 1.38 KB

Invitation

Properties

Name Type Description Notes
id int [readonly]
client_id int [readonly]
redirect_uri str User will be redirected to this uri when they accept the invitation
cloud_name str
cloud_role int Role the user will have when they accept the invitation * `100` - admin * `50` - user
email str email of the user to invite
project_name str [optional]
project_role int, none_type Role the user will have when they accept the invitation * `100` - admin * `50` - user * `25` - guest [optional]
status str A: Accepted D: Denied P: Pending * `A` - accepted * `D` - denied * `P` - pending [optional]
sender_provider_sub str OIDC sub of the sender. The original sub from the provider is used instead of the broker sub [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]