layout | title | type | resource |
---|---|---|---|
resource |
azuread |
provider |
azuread |
provider "azuread" {
version = "1.4.0"
# client_certificate_password - (optional) is a type of string
client_certificate_password = null
# client_certificate_path - (optional) is a type of string
client_certificate_path = null
# client_id - (optional) is a type of string
client_id = null
# client_secret - (optional) is a type of string
client_secret = null
# disable_terraform_partner_id - (optional) is a type of bool
disable_terraform_partner_id = null
# environment - (optional) is a type of string
environment = null
# metadata_host - (optional) is a type of string
metadata_host = null
# msi_endpoint - (optional) is a type of string
msi_endpoint = null
# partner_id - (optional) is a type of string
partner_id = null
# tenant_id - (optional) is a type of string
tenant_id = null
# use_msi - (optional) is a type of bool
use_msi = null
}