highbond_system_user (Data Source)

Example Usage

data "highbond_system_user" "user" {
  first_name = "firstname"
  last_name  = "lastname"
}

Schema

Required

  • first_name (String) The first name of the user
  • last_name (String) The last name of the user

Read-Only

  • id (String) The ID of this resource.
  • is_available (Boolean) This flag can be used to check if data source is available or not
  • users (List of Object) (see below for nested schema)

Nested Schema for users

Read-Only:

  • email (String)
  • first_name (String)
  • id (String)
  • last_name (String)
  • user_type (String)