Edit

Share via


controlConfiguration 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.

Defines the lifecycle and access policies of Entitlement Management within a tenant.

Inherits from entity.

Methods

None.

Properties

Property Type Description
createdBy String The userPrincipalName of the user or identity that created the control configuration.
createdDateTime DateTimeOffset The date and time the control configuration was created.
id String The unique identifier for the control configuration. Inherited from entity.
isEnabled Boolean Determines whether or not the control configuration is enabled.
modifiedBy String The userPrincipalName of the user or identity that modified the control configuration.
modifiedDateTime DateTimeOffset The date and time the control configuration was modified.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.controlConfiguration",
  "id": "String (identifier)",
  "isEnabled": "Boolean",
  "createdBy": "String",
  "createdDateTime": "String (timestamp)",
  "modifiedBy": "String",
  "modifiedDateTime": "String (timestamp)"
}