azuredevops_user_entitlement

Manages a user entitlement within Azure DevOps.

Example Usage

resource "azuredevops_user_entitlement" "example" {
  principal_name = "foo@contoso.com"
}

Argument Reference

NOTE: A user can only be referenced by it's principal_name or by the combination of origin_id and origin.

Attributes Reference

The following attributes are exported:

Import

The resources allows the import via the UUID of a user entitlement or by using the principal name of a user owning an entitlement.

PAT Permissions Required