Skip to content

Add ability to set custom roles on group SAML links

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

Allow the creation and maintenance of Group SAML Links using Custom Roles for Ultimate customers.

Adds an optional int field to the resource gitlab_group_saml_link called member_role_id.

For example:

resource "gitlab_group_saml_link" "test_custom_role" {
  group           = "12345"
  access_level    = "developer"
  saml_group_name = "samlgroupname1"
  member_role_id  = 123
}
Edited by 🤖 GitLab Bot 🤖

Merge request reports