Skip to content

Commit

Permalink
Flatten additional_objects
Browse files Browse the repository at this point in the history
  • Loading branch information
papegaaij committed Oct 18, 2023
1 parent 48a8686 commit 96303fe
Show file tree
Hide file tree
Showing 39 changed files with 5,253 additions and 5,326 deletions.
248 changes: 119 additions & 129 deletions docs/data-sources/account.md

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions docs/data-sources/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ description: |-

### Read-Only

- `additional_objects` (Attributes) (see [below for nested schema](#nestedatt--additional_objects))
- `alias` (String)
- `audit` (Attributes) (see [below for nested schema](#nestedatt--audit))
- `certificate_data` (List of String)
- `expiration` (String)
- `fingerprint_sha1` (String)
Expand All @@ -38,15 +38,8 @@ description: |-
- `subject_dn` (String)
- `type` (String)

<a id="nestedatt--additional_objects"></a>
### Nested Schema for `additional_objects`

Read-Only:

- `audit` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--audit))

<a id="nestedatt--additional_objects--audit"></a>
### Nested Schema for `additional_objects.audit`
<a id="nestedatt--audit"></a>
### Nested Schema for `audit`

Read-Only:

Expand All @@ -56,7 +49,6 @@ Read-Only:
- `last_modified_by` (String)



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

Expand Down
307 changes: 150 additions & 157 deletions docs/data-sources/client.md

Large diffs are not rendered by default.

82 changes: 37 additions & 45 deletions docs/data-sources/directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,26 @@ description: |-

- `account_validity_supported` (Boolean)
- `active` (Boolean)
- `additional_objects` (Attributes) (see [below for nested schema](#nestedatt--additional_objects))
- `audit` (Attributes) (see [below for nested schema](#nestedatt--audit))
- `base_organizational_unit` (Attributes) (see [below for nested schema](#nestedatt--base_organizational_unit))
- `default_directory` (Boolean)
- `helpdesk_group` (Attributes) (see [below for nested schema](#nestedatt--helpdesk_group))
- `internal_directory` (Attributes) (see [below for nested schema](#nestedatt--internal_directory))
- `l_d_a_p_directory` (Attributes) (see [below for nested schema](#nestedatt--l_d_a_p_directory))
- `links` (Attributes List) (see [below for nested schema](#nestedatt--links))
- `maintenance_directory` (Attributes) (see [below for nested schema](#nestedatt--maintenance_directory))
- `markers` (Attributes) (see [below for nested schema](#nestedatt--markers))
- `name` (String)
- `o_id_c_directory` (Attributes) (see [below for nested schema](#nestedatt--o_id_c_directory))
- `permissions` (Attributes List) (see [below for nested schema](#nestedatt--permissions))
- `restrict2fa` (Boolean)
- `rotating_password` (String)
- `status` (Attributes) (see [below for nested schema](#nestedatt--status))
- `type` (String)
- `username_customizable` (Boolean)

<a id="nestedatt--additional_objects"></a>
### Nested Schema for `additional_objects`

Read-Only:

- `audit` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--audit))
- `markers` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--markers))
- `status` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--status))

<a id="nestedatt--additional_objects--audit"></a>
### Nested Schema for `additional_objects.audit`
<a id="nestedatt--audit"></a>
### Nested Schema for `audit`

Read-Only:

Expand All @@ -63,39 +56,6 @@ Read-Only:
- `last_modified_by` (String)


<a id="nestedatt--additional_objects--markers"></a>
### Nested Schema for `additional_objects.markers`

Read-Only:

- `markers` (Attributes List) (see [below for nested schema](#nestedatt--additional_objects--markers--markers))

<a id="nestedatt--additional_objects--markers--markers"></a>
### Nested Schema for `additional_objects.markers.markers`

Read-Only:

- `level` (String)
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--markers--markers--parameters))
- `type` (String)

<a id="nestedatt--additional_objects--markers--markers--parameters"></a>
### Nested Schema for `additional_objects.markers.markers.type`




<a id="nestedatt--additional_objects--status"></a>
### Nested Schema for `additional_objects.status`

Read-Only:

- `accounts` (Number)
- `reason` (String)
- `status` (String)



<a id="nestedatt--base_organizational_unit"></a>
### Nested Schema for `base_organizational_unit`

Expand Down Expand Up @@ -361,6 +321,28 @@ Read-Only:
### Nested Schema for `maintenance_directory`


<a id="nestedatt--markers"></a>
### Nested Schema for `markers`

Read-Only:

- `markers` (Attributes List) (see [below for nested schema](#nestedatt--markers--markers))

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

Read-Only:

- `level` (String)
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--markers--markers--parameters))
- `type` (String)

<a id="nestedatt--markers--markers--parameters"></a>
### Nested Schema for `markers.markers.parameters`




<a id="nestedatt--o_id_c_directory"></a>
### Nested Schema for `o_id_c_directory`

Expand Down Expand Up @@ -388,3 +370,13 @@ Read-Only:
- `instances` (List of String)
- `operations` (List of String)
- `type_escaped` (String)


<a id="nestedatt--status"></a>
### Nested Schema for `status`

Read-Only:

- `accounts` (Number)
- `reason` (String)
- `status` (String)
Loading

0 comments on commit 96303fe

Please sign in to comment.