-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michal Wasilewski <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "spacelift_idp_group_mapping Resource - terraform-provider-spacelift" | ||
subcategory: "" | ||
description: |- | ||
spacelift_idp_group_mapping represents a mapping (binding) between a user group (as provided by IdP) and a Spacelift User Management Policy. If you assign permissions (a Policy) to a user group, all users in the group will have those permissions unless the user's permissions are higher than the group's permissions. | ||
--- | ||
|
||
# spacelift_idp_group_mapping (Resource) | ||
|
||
`spacelift_idp_group_mapping` represents a mapping (binding) between a user group (as provided by IdP) and a Spacelift User Management Policy. If you assign permissions (a Policy) to a user group, all users in the group will have those permissions unless the user's permissions are higher than the group's permissions. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Name of the mapping - should be unique in one account | ||
- `policy` (Block List, Min: 1) (see [below for nested schema](#nestedblock--policy)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--policy"></a> | ||
### Nested Schema for `policy` | ||
|
||
Required: | ||
|
||
- `role` (String) Type of access to the space. Possible values are: READ, WRITE, ADMIN | ||
- `space_id` (String) ID (slug) of the space the user group will have access to |
This file was deleted.
Oops, something went wrong.