| org_id |
Organization id in nnnnnn format. |
number |
✓ |
|
| custom_roles |
Map of role name => list of permissions to create in this project. |
map(list(string)) |
|
{} |
| iam_additive_members |
Map of member lists used to set non authoritative bindings, keyed by role. |
map(list(string)) |
|
{} |
| iam_additive_roles |
List of roles used to set non authoritative bindings. |
list(string) |
|
[] |
| iam_audit_config |
Service audit logging configuration. Service as key, map of log permission (eg DATA_READ) and excluded members as value for each service. |
map(map(list(string))) |
|
{} |
| iam_members |
Map of member lists used to set authoritative bindings, keyed by role. |
map(list(string)) |
|
{} |
| iam_roles |
List of roles used to set authoritative bindings. |
list(string) |
|
[] |
| policy_boolean |
Map of boolean org policies and enforcement value, set value to null for policy restore. |
map(bool) |
|
{} |
| policy_list |
Map of list org policies, status is true for allow, false for deny, null for restore. Values can only be used for allow or deny. |
map(object({...})) |
|
{} |