scalr_iam_user
Data Source: scalr_iam_user
Retrieves the details of a Scalr user.
Example Usage
data "scalr_iam_user" "example1" {
id = "user-xxxxxxxxxx"
}
data "scalr_iam_user" "example2" {
email = "[email protected]"
}
Schema
Optional
email
(String) An email of a user.id
(String) An identifier of a user.
Read-Only
full_name
(String) A full name of the user.identity_providers
(List of String) A list of the identity providers the user belongs to.status
(String) A system status of the user.teams
(List of String) A list of the team identifiers the user belongs to.username
(String) A username of the user.
Updated 3 months ago