ServicePrincipal
ServicePrincipal
Section titled “ServicePrincipal”Azure Service Principal
resource "azure_subscription" "name" {service_principal "name" { ...}}
Attributes
Section titled “Attributes”Attribute | Description |
---|---|
Name name requiredtype: string |
The name of the service principal.
|
Roles roles type: []string |
The roles that will be assigned to the service principal.
|
ServicePrincipalID service_principal_id type: string |
Output parameters |
AppID app_id type: string |
|
Password password type: string |
Computed Attributes
Section titled “Computed Attributes”These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Attribute | Description |
---|