Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.38 KB

File metadata and controls

59 lines (49 loc) · 2.38 KB
title delegationSettings resource type
description Represents the settings for a delegator or delegate.
author garchiro7
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 02/01/2025

delegationSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the settings for a delegator or delegate.

Inherits from entity.

This resource is an open type that allows additional properties beyond those documented here.

Methods

Method Return type Description
Get delegationSettings Read the properties and relationships of a delegationSettings object.
List delegates delegationSettings collection Get a list of all delegates for a user.
List delegators delegationSettings collection Get a list of all delegators for a user.

Properties

Property Type Description
allowedActions delegateAllowedActions The allowed actions for the delegator or delegate.
createdDateTime DateTimeOffset Date and time when the delegator or delegate entry was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
id String Unique identifier of the delegator or delegate. Inherited from entity.
isActive Boolean Indicates whether the delegator or delegate relationship is currently active.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.delegationSettings",
  "allowedActions": {"@odata.type": "microsoft.graph.delegateAllowedActions"},
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "isActive": "Boolean"
}