Data Source: azuread_access_package_catalog_role

Gets information about an access package catalog role.

API Permissions

The following API permissions are required in order to use this data source.

When authenticated with a service principal, this data source requires one of the following application roles: EntitlementManagement.Read.All or Directory.Read.All

When authenticated with a user principal, this data source does not require any additional roles.

Example Usage (by Group Display Name)

Look up by display name

data "azuread_access_package_catalog_role" "example" {
  display_name = "Catalog owner"
}

Look up by object ID

data "azuread_access_package_catalog_role" "example" {
  object_id = "00000000-0000-0000-0000-000000000000"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: