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
-`members` (Attributes Map) Manages the members of an Elastic Cloud organization. The key of each entry should be the email of the member. (see [below for nested schema](#nestedatt--members))
128
+
129
+
### Read-Only
130
+
131
+
-`id` (String) Organization ID
132
+
133
+
<aid="nestedatt--members"></a>
134
+
### Nested Schema for `members`
135
+
136
+
Optional:
137
+
138
+
-`deployment_roles` (Attributes Set) Grant access to one or more deployments. For more info see: [Deployment instance roles](https://www.elastic.co/guide/en/cloud/current/ec-user-privileges.html#ec_instance_access_roles). (see [below for nested schema](#nestedatt--members--deployment_roles))
139
+
-`organization_role` (String) The optional organization role for the member. Can be one of `organization-admin`, `billing-admin`. For more info see: [Organization roles](https://www.elastic.co/guide/en/cloud/current/ec-user-privileges.html#ec_organization_level_roles)
140
+
-`project_elasticsearch_roles` (Attributes Set) Roles assigned for elasticsearch projects. For more info see: [Serverless elasticsearch roles](https://www.elastic.co/docs/current/serverless/general/assign-user-roles#es) (see [below for nested schema](#nestedatt--members--project_elasticsearch_roles))
141
+
-`project_observability_roles` (Attributes Set) Roles assigned for observability projects. For more info see: [Serverless observability roles](https://www.elastic.co/docs/current/serverless/general/assign-user-roles#observability) (see [below for nested schema](#nestedatt--members--project_observability_roles))
142
+
-`project_security_roles` (Attributes Set) Roles assigned for security projects. For more info see: [Serverless security roles](https://www.elastic.co/docs/current/serverless/general/assign-user-roles#security) (see [below for nested schema](#nestedatt--members--project_security_roles))
143
+
144
+
Read-Only:
145
+
146
+
-`email` (String) Email address of the user.
147
+
-`invitation_pending` (Boolean) Set to true while the user has not yet accepted their invitation to the organization.
148
+
-`user_id` (String) User ID.
149
+
150
+
<aid="nestedatt--members--deployment_roles"></a>
151
+
### Nested Schema for `members.deployment_roles`
152
+
153
+
Required:
154
+
155
+
-`role` (String) Assigned role. Must be on of `viewer`, `editor` or `admin`.
156
+
157
+
Optional:
158
+
159
+
-`all_deployments` (Boolean) Role applies to all deployments in the organization.
160
+
-`application_roles` (Set of String) If provided, the user assigned this role assignment will be granted this application role when signing in to the deployment(s) specified in the role assignment.
161
+
-`deployment_ids` (Set of String) Role applies to deployments listed here.
-`all_projects` (Boolean) Role applies to all projects in the organization.
174
+
-`application_roles` (Set of String) If provided, the user assigned this role assignment will be granted this application role when signing in to the project(s) specified in the role assignment.
175
+
-`project_ids` (Set of String) Role applies to projects listed here.
-`all_projects` (Boolean) Role applies to all projects in the organization.
188
+
-`application_roles` (Set of String) If provided, the user assigned this role assignment will be granted this application role when signing in to the project(s) specified in the role assignment.
189
+
-`project_ids` (Set of String) Role applies to projects listed here.
-`all_projects` (Boolean) Role applies to all projects in the organization.
202
+
-`application_roles` (Set of String) If provided, the user assigned this role assignment will be granted this application role when signing in to the project(s) specified in the role assignment.
203
+
-`project_ids` (Set of String) Role applies to projects listed here.
0 commit comments