Data Source: azuread_client_config

Use this data source to access the configuration of the AzureAD provider.

API Permissions

No additional roles are required to use this data source.

Example Usage

data "azuread_client_config" "current" {}

output "object_id" {
  value = data.azuread_client_config.current.object_id
}

Argument Reference

This data source does not have any arguments.

Attributes Reference

The following attributes are exported: