Resource: azuread_access_package

Manages an Access Package within Identity Governance in Azure Active Directory.

API Permissions

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

When authenticated with a service principal, this resource requires the following application role: EntitlementManagement.ReadWrite.All.

When authenticated with a user principal, this resource requires one of the following directory roles: Catalog owner, Access package manager or Global Administrator

Example Usage

resource "azuread_access_package_catalog" "example" {
  display_name = "example-catalog"
  description  = "Example catalog"
}

resource "azuread_access_package" "example" {
  catalog_id   = azuread_access_package_catalog.example.id
  display_name = "access-package"
  description  = "Access Package"
}

Argument Reference

Attributes Reference

In addition to all arguments above, the following attributes are exported:

Import

Access Packages can be imported using the id, e.g.

terraform import azuread_access_package.example_package 00000000-0000-0000-0000-000000000000