Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Defines the lifecycle and access policies of Entitlement Management within a tenant. Abstract type from which the endUserSettings resource is derived.
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)"
}