Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
papegaaij committed Nov 7, 2023
1 parent 4ef44c1 commit ed2a2b2
Show file tree
Hide file tree
Showing 9 changed files with 2,305 additions and 34 deletions.
34 changes: 34 additions & 0 deletions docs/data-sources/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Read-Only:
- `last_used` (String)
- `links` (Attributes List) (see [below for nested schema](#nestedatt--groups--links))
- `name` (String)
- `organizational_unit` (Attributes) (see [below for nested schema](#nestedatt--groups--organizational_unit))
- `permissions` (Attributes List) (see [below for nested schema](#nestedatt--groups--permissions))
- `provisioning_end_time` (String)
- `rights` (String)
Expand Down Expand Up @@ -183,6 +184,39 @@ Read-Only:
- `type_escaped` (String)


<a id="nestedatt--groups--organizational_unit"></a>
### Nested Schema for `groups.organizational_unit`

Read-Only:

- `links` (Attributes List) (see [below for nested schema](#nestedatt--groups--organizational_unit--links))
- `name` (String)
- `permissions` (Attributes List) (see [below for nested schema](#nestedatt--groups--organizational_unit--permissions))
- `uuid` (String)

<a id="nestedatt--groups--organizational_unit--links"></a>
### Nested Schema for `groups.organizational_unit.links`

Read-Only:

- `href` (String)
- `id` (Number)
- `rel` (String)
- `type_escaped` (String)


<a id="nestedatt--groups--organizational_unit--permissions"></a>
### Nested Schema for `groups.organizational_unit.permissions`

Read-Only:

- `full` (String)
- `instances` (List of String)
- `operations` (List of String)
- `type_escaped` (String)



<a id="nestedatt--groups--permissions"></a>
### Nested Schema for `groups.permissions`

Expand Down
Loading

0 comments on commit ed2a2b2

Please sign in to comment.