azure::identity¶
Creates a Identity.
Example¶
azure::identity identity-example
name: "identity-example"
resource-group: $(azure::resource-group resource-group-example-identity)
tags: {
Name: "identity-example"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| name | The name of the identity. (Required) |
| resource-group | The resource group under which the identity would reside. (Required) |
| tags map | Tags for the identity. |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the identity. |
| client-id | The client ID of the identity. |
| principal-id | The principal ID of the identity. |
| tenant-id | The tenant ID of the identity. |