Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-musumeci authored Apr 5, 2023
1 parent bc9a43d commit fa4e08f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/resources/kopicloud_user_disable_account.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "kopicloud_user_disable_account Resource - KopiCloud AD Provider"
subcategory: ""
description: "KopiCloud AD Provider - kopicloud_user_disable_account (Resource)"
Expand Down Expand Up @@ -28,7 +27,13 @@ output "OUTPUT_user_disable_account" {
}
```

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

Use the parameter **ShowFields** to select user fields to show. This optional argument is a comma-separated string with the name of the fields you want to be returned
- Example: ShowFields=All or ShowFields=* : Return all User Fields
- Example: ShowFields=Username,Firstname : Return Only Username and Firstname Fields
- Example: ShowFields=Null or Empty : Return Default Fields (Username, Firstname, Lastname, Display_Name, Description, Company, Office, Department, Email_Address)

## Schema

### Required
Expand Down

0 comments on commit fa4e08f

Please sign in to comment.