Skip to content

Commit

Permalink
tooling extension use
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmfwolf committed Mar 27, 2023
1 parent 41020ac commit 09b82c1
Show file tree
Hide file tree
Showing 24 changed files with 1,364 additions and 917 deletions.
1,682 changes: 845 additions & 837 deletions README.md

Large diffs are not rendered by default.

52 changes: 0 additions & 52 deletions docs/data-sources/api_authorizations_scopes.md

This file was deleted.

53 changes: 53 additions & 0 deletions docs/data-sources/apps_rules_instance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_apps_rules_instance Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_apps_rules_instance (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `apps_id` (String)

### Optional

- `actions` (Block List) (see [below for nested schema](#nestedblock--actions))
- `conditions` (Block List) An array of conditions that the user must meet in order for the rule to be applied. (see [below for nested schema](#nestedblock--conditions))
- `enabled` (Boolean) Indicates if the rule is enabled or not.
- `match` (String) Indicates how conditions should be matched.
- `name` (String) Rule Name
- `position` (Number) Indicates the order of the rule. When `null` this will default to last position.

### Read-Only

- `id` (String) The ID of this resource.

<a id="nestedblock--actions"></a>
### Nested Schema for `actions`

Optional:

- `action` (String) The action to apply
- `value` (List of String) Only applicable to provisioned and set_* actions. Items in the array will be a plain text string or valid value for the selected action.


<a id="nestedblock--conditions"></a>
### Nested Schema for `conditions`

Optional:

- `operator` (String) A valid operator for the selected condition source
- `source` (String) source field to check.
- `value` (String) A plain text string or valid value for the selected condition source


2 changes: 1 addition & 1 deletion docs/data-sources/apps_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ description: |-
- `preferred_locale_code` (String)
- `role_ids` (List of Number) A list of OneLogin Role IDs of the user
- `salt` (String) The salt value used with the password_algorithm.
- `samaccount_name` (String) The user's Active Directory username.
- `samaccountname` (String) The user's Active Directory username.
- `state` (Number)
- `status` (Number)
- `title` (String) The user's job title.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_api_authorizations Data Source - terraform-provider-onelogin"
page_title: "onelogin_auth_servers Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_api_authorizations (Data Source)
# onelogin_auth_servers (Data Source)



Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_api_authorizations_claims Data Source - terraform-provider-onelogin"
page_title: "onelogin_auth_servers_claims Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_api_authorizations_claims (Data Source)
# onelogin_auth_servers_claims (Data Source)



Expand All @@ -17,7 +17,7 @@ description: |-

### Required

- `api_authorizations_id` (String)
- `auth_servers_id` (String)

### Optional

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_api_authorizations_instance Data Source - terraform-provider-onelogin"
page_title: "onelogin_auth_servers_instance Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_api_authorizations_instance (Data Source)
# onelogin_auth_servers_instance (Data Source)



Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_apps_conditions_values Data Source - terraform-provider-onelogin"
page_title: "onelogin_auth_servers_scopes Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_apps_conditions_values (Data Source)
# onelogin_auth_servers_scopes (Data Source)



Expand All @@ -17,14 +17,13 @@ description: |-

### Required

- `apps_id` (String)
- `conditions_id` (String)
- `auth_servers_id` (String)

### Optional

- `description` (String) A description of what access the scope enables
- `filter` (Block Set) (see [below for nested schema](#nestedblock--filter))
- `name` (String) Name of the rule condition
- `value` (String) The unique identifier of the condition. This should be used when defining conditions for a rule.
- `value` (String) A value representing the api scope that with be authorized

### Read-Only

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_rules Data Source - terraform-provider-onelogin"
page_title: "onelogin_risk_rules Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_rules (Data Source)
# onelogin_risk_rules (Data Source)



Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_rules_instance Data Source - terraform-provider-onelogin"
page_title: "onelogin_risk_rules_instance Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_rules_instance (Data Source)
# onelogin_risk_rules_instance (Data Source)



Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/roles_admins.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ description: |-
- `preferred_locale_code` (String)
- `role_ids` (List of Number) A list of OneLogin Role IDs of the user
- `salt` (String) The salt value used with the password_algorithm.
- `samaccount_name` (String) The user's Active Directory username.
- `samaccountname` (String) The user's Active Directory username.
- `state` (Number)
- `status` (Number)
- `title` (String) The user's job title.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/roles_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ description: |-
- `preferred_locale_code` (String)
- `role_ids` (List of Number) A list of OneLogin Role IDs of the user
- `salt` (String) The salt value used with the password_algorithm.
- `samaccount_name` (String) The user's Active Directory username.
- `samaccountname` (String) The user's Active Directory username.
- `state` (Number)
- `status` (Number)
- `title` (String) The user's job title.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ description: |-
- `preferred_locale_code` (String)
- `role_ids` (List of Number) A list of OneLogin Role IDs of the user
- `salt` (String) The salt value used with the password_algorithm.
- `samaccount_name` (String) The user's Active Directory username.
- `samaccountname` (String) The user's Active Directory username.
- `state` (Number)
- `status` (Number)
- `title` (String) The user's job title.
Expand Down
60 changes: 60 additions & 0 deletions docs/data-sources/users_instance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_users_instance Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_users_instance (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `activated_at` (String)
- `comment` (String) Free text related to the user.
- `company` (String) The user's company.
- `created_at` (String)
- `department` (String) The user's department.
- `directory_id` (Number) The ID of the OneLogin Directory of the user.
- `distinguished_name` (String) The distinguished name of the user.
- `email` (String) A valid email for the user.
- `external_id` (String) The ID of the user in an external directory.
- `firstname` (String) The user's first name.
- `group_id` (Number) The ID of the Group in OneLogin that the user is assigned to.
- `invalid_login_attempts` (Number)
- `invitation_sent_at` (String)
- `last_login` (String)
- `lastname` (String) The user's last name.
- `locked_until` (String)
- `manager_ad_id` (String) The ID of the user's manager in Active Directory.
- `manager_user_id` (String) The OneLogin User ID for the user's manager.
- `member_of` (String) The user's directory membership.
- `password` (String) The password to set for a user.
- `password_algorithm` (String) Use this when importing a password that's already hashed. Prepend the salt value to the cleartext password value before SHA-256-encoding it
- `password_changed_at` (String)
- `password_confirmation` (String) Required if the password is being set.
- `phone` (String) The E.164 format phone number for a user.
- `preferred_locale_code` (String)
- `role_ids` (List of Number) A list of OneLogin Role IDs of the user
- `salt` (String) The salt value used with the password_algorithm.
- `samaccountname` (String) The user's Active Directory username.
- `state` (Number)
- `status` (Number)
- `title` (String) The user's job title.
- `trusted_idp_id` (Number) The ID of the OneLogin Trusted IDP of the user.
- `updated_at` (String)
- `username` (String) A username for the user.
- `userprincipalname` (String) The principle name of the user.

### Read-Only

- `id` (String) The ID of this resource.


69 changes: 69 additions & 0 deletions docs/data-sources/users_v1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "onelogin_users_v1 Data Source - terraform-provider-onelogin"
subcategory: ""
description: |-
---

# onelogin_users_v1 (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `activated_at` (String)
- `comment` (String) Free text related to the user.
- `company` (String) The user's company.
- `created_at` (String)
- `department` (String) The user's department.
- `directory_id` (Number) The ID of the OneLogin Directory of the user.
- `distinguished_name` (String) The distinguished name of the user.
- `email` (String) A valid email for the user.
- `external_id` (String) The ID of the user in an external directory.
- `filter` (Block Set) (see [below for nested schema](#nestedblock--filter))
- `firstname` (String) The user's first name.
- `group_id` (Number) The ID of the Group in OneLogin that the user is assigned to.
- `invalid_login_attempts` (Number)
- `invitation_sent_at` (String)
- `last_login` (String)
- `lastname` (String) The user's last name.
- `locked_until` (String)
- `manager_ad_id` (String) The ID of the user's manager in Active Directory.
- `manager_user_id` (String) The OneLogin User ID for the user's manager.
- `member_of` (String) The user's directory membership.
- `password` (String) The password to set for a user.
- `password_algorithm` (String) Use this when importing a password that's already hashed. Prepend the salt value to the cleartext password value before SHA-256-encoding it
- `password_changed_at` (String)
- `password_confirmation` (String) Required if the password is being set.
- `phone` (String) The E.164 format phone number for a user.
- `preferred_locale_code` (String)
- `role_ids` (List of Number) A list of OneLogin Role IDs of the user
- `salt` (String) The salt value used with the password_algorithm.
- `samaccountname` (String) The user's Active Directory username.
- `state` (Number)
- `status` (Number)
- `title` (String) The user's job title.
- `trusted_idp_id` (Number) The ID of the OneLogin Trusted IDP of the user.
- `updated_at` (String)
- `username` (String) A username for the user.
- `userprincipalname` (String) The principle name of the user.

### Read-Only

- `id` (String) The ID of this resource.

<a id="nestedblock--filter"></a>
### Nested Schema for `filter`

Required:

- `name` (String)
- `values` (List of String)


0 comments on commit 09b82c1

Please sign in to comment.