delegatedAdminAccessContainer resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

An admin access container through which directory roles are assigned via an access assignment.

Properties

Property Type Description
accessContainerId String The identifier of the access container (for example, a security group). For "securityGroup" access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant.
accessContainerType delegatedAdminAccessContainerType The type of access container (for example, security group) that will be assigned one or more roles through a delegated admin relationship. The possible values are: securityGroup, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.delegatedAdminAccessContainer",
  "accessContainerId": "String",
  "accessContainerType": "String"
}