highbond_system_user (Data Source)
Schema
Required
first_name | String | The first name of the user |
last_name | String | The last name of the user |
Optional
id | String | The ID of this resource. |
Read-Only
is_available | Boolean | This flag can be used to check if data source is available or not | |||||||||||||||
users | List of Object | ||||||||||||||||
Nested Schema for `users`Read-Only
|
Example Usage
data "highbond_system_user" "user" {
first_name = "firstname"
last_name = "lastname"
}