You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`display_name` (String) Display name of the organization. Defaults to name.
59
59
-`group_sync` (Block, Optional) Group sync settings to sync groups from an IdP. (see [below for nested schema](#nestedblock--group_sync))
60
60
-`icon` (String)
61
-
-`role_sync` (Block, Optional) Role sync settings to sync organization roles from an IdP. (see [below for nested schema](#nestedblock--role_sync))
62
61
-`org_sync_idp_groups` (Set of String) Claims from the IdP provider that will give users access to this organization.
62
+
-`role_sync` (Block, Optional) Role sync settings to sync organization roles from an IdP. (see [below for nested schema](#nestedblock--role_sync))
63
63
64
64
### Read-Only
65
65
66
66
-`id` (String) Organization ID
67
67
68
68
<aid="nestedblock--group_sync"></a>
69
-
70
69
### Nested Schema for `group_sync`
71
70
72
71
Optional:
@@ -76,8 +75,8 @@ Optional:
76
75
-`mapping` (Map of List of String) A map from OIDC group name to Coder group ID.
77
76
-`regex_filter` (String) A regular expression that will be used to filter the groups returned by the OIDC provider. Any group not matched will be ignored.
78
77
79
-
<aid="nestedblock--role_sync"></a>
80
78
79
+
<aid="nestedblock--role_sync"></a>
81
80
### Nested Schema for `role_sync`
82
81
83
82
Optional:
@@ -94,7 +93,6 @@ Import is supported using the following syntax:
0 commit comments