Authorizations
Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"
Path Parameters
Organization ID
The name of the Organization's Enterprise Connection
Body
The purpose of this default role is to be associated to your users if:
- you choose to not expose your IDPs groups to the SAML / OIDC connection
- no associated group is found in your
group_mappingsdefined
You can define either a Qovery provided role (i.e viewer) or one of your custom role`s uuid.
- if
true, roles will be synchronized at each user login according to yourgroup_mappingsconfiguration based on your IDP groups - if
false, no synchronization is done for your users andgroup_mappingsconfiguration will be ignored
This will allow to create mapping rules based on your IDP group names.
It's a dictionnary having:
- key: either a Qovery provided role (i.e
viewer) or one of your custom role`s uuid - value: an array of your IDP group names
Example: "I want to associate the Qovery role devops to my IDP groups ['Administrators', 'DevSecOps']"
Response
Update enterprise connection
The purpose of this default role is to be associated to your users if:
- you choose to not expose your IDPs groups to the SAML / OIDC connection
- no associated group is found in your
group_mappingsdefined
You can define either a Qovery provided role (i.e viewer) or one of your custom role`s uuid.
- if
true, roles will be synchronized at each user login according to yourgroup_mappingsconfiguration based on your IDP groups - if
false, no synchronization is done for your users andgroup_mappingsconfiguration will be ignored
This will allow to create mapping rules based on your IDP group names.
It's a dictionnary having:
- key: either a Qovery provided role (i.e
viewer) or one of your custom role`s uuid - value: an array of your IDP group names
Example: "I want to associate the Qovery role devops to my IDP groups ['Administrators', 'DevSecOps']"