Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6d380fe
Fix Read-only capitalization in accesspackageassignmentpolicy.md
JarbasHorst Jun 18, 2026
7f03215
Fix Read-only capitalization in azureactivedirectorytenant.md
JarbasHorst Jun 18, 2026
9ca0d77
Fix Read-only capitalization in channel.md
JarbasHorst Jun 18, 2026
ae07e75
Fix Read-only capitalization in chatmessage.md
JarbasHorst Jun 18, 2026
d136843
Fix Read-only capitalization in conditionalaccesspolicy.md
JarbasHorst Jun 18, 2026
5e9c15c
Fix Read-only capitalization in crosscloudazureactivedirectorytenant.md
JarbasHorst Jun 18, 2026
ec18733
Fix Read-only capitalization in delegatedadminrelationship.md
JarbasHorst Jun 18, 2026
f899bf1
Fix Read-only capitalization in directoryrole.md
JarbasHorst Jun 18, 2026
5dc3b8f
Fix Read-only capitalization in domainidentitysource.md
JarbasHorst Jun 18, 2026
8d3b680
Fix Read-only capitalization in externaldomainfederation.md
JarbasHorst Jun 18, 2026
5dc09ea
Fix Read-only capitalization in insights-shared.md
JarbasHorst Jun 18, 2026
47b4d80
Fix Read-only capitalization in insights-trending.md
JarbasHorst Jun 18, 2026
39491f7
Fix Read-only capitalization in reminder.md
JarbasHorst Jun 18, 2026
8c139e0
Fix Read-only capitalization in serviceannouncement.md
JarbasHorst Jun 18, 2026
eaa4f7c
Fix Read-only capitalization in rbacapplication-post-roleassignmentsc…
JarbasHorst Jun 18, 2026
876c2db
Fix Read-only capitalization in rbacapplication-post-roleeligibilitys…
JarbasHorst Jun 18, 2026
ed3556b
Fix Read-only capitalization in rbacapplication-rolescheduleinstances.md
JarbasHorst Jun 18, 2026
d87a985
Fix Read-only capitalization in rbacapplication-roleschedules.md
JarbasHorst Jun 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the properties that are required when you create the [
|id|String|The unique identifier for the unifiedRoleAssignmentScheduleRequest. Key, not nullable, Read-only.|
|action|String|Represents the type of the operation on the role assignment. The possible values are: <ul><li>`AdminAssign`: For administrators to assign roles to users or groups.</li><li>`AdminRemove`: For administrators to remove users or groups from roles.</li><li> `AdminUpdate`: For administrators to change existing role assignments.</li><li>`AdminExtend`: For administrators to extend expiring assignments.</li><li>`AdminRenew`: For administrators to renew expired assignments.</li><li>`SelfActivate`: For users to activate their assignments.</li><li>`SelfDeactivate`: For users to deactivate their active assignments.</li><li>`SelfExtend`: For users to request to extend their expiring assignments.</li><li>`SelfRenew`: For users to request to renew their expired assignments.</li></ul> |
|principalId|String|Identifier of the principal to which the assignment is being granted to.|
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition the assignment is for. Read only.|
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition the assignment is for. Read-only.|
|directoryScopeId|String|Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use `/` for tenant-wide scope. Use **appScopeId** to limit the scope to an application only. |
|appScopeId|String|Identifier of the app-specific scope when the assignment scope is app-specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use `/` for tenant-wide app scopes. Use **directoryScopeId** to limit the scope to particular directory objects, for example, administrative units.|
|isValidationOnly|Boolean|Specifies whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following table shows the optional and required properties when you create t
|isValidationOnly|Boolean|A Boolean that determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.|
|justification|String|A message provided by users and administrators when create the request about why it is needed. Optional when **action** is `AdminRemove`.|
|principalId|String|Identifier of the principal to which the assignment is being granted to. For example, a user or a group. For groups, they must be assignable to roles, that is, the **isAssignableToRole** of the group property set to `true`.|
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition the assignment is for. Required. Read only.|
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition the assignment is for. Required. Read-only.|
|scheduleInfo|[requestSchedule](../resources/requestschedule.md)|The schedule object of the role assignment request. This property is not required when the **action** is `AdminRemove`.|
|ticketInfo|[ticketInfo](../resources/ticketinfo.md)|The ticketInfo object attached to the role assignment request which includes details of the ticket number and ticket system. Optional.|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following table shows the query parameters that can be used with this method
|directoryScopeId|String|Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use `/` for tenant-wide scope. Use **appScopeId** to limit the scope to an application only. |
|appScopeId|String|Identifier of the app-specific scope when the assignment scope is app-specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use `/` for tenant-wide app scopes. Use **directoryScopeId** to limit the scope to particular directory objects, for example, administrative units. |
|principalId|String|Identifier of the principal to which the schedules belong. |
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition for the assignment. Read only.|
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition for the assignment. Read-only.|

## Request headers
|Name|Description|
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/rbacapplication-roleschedules.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following table shows the query parameters that can be used with this method
|directoryScopeId|String|Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use `/` for tenant-wide scope. Use **appScopeId** to limit the scope to an application only. |
|appScopeId|String|Identifier of the app-specific scope when the assignment scope is app-specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use `/` for tenant-wide app scopes. Use **directoryScopeId** to limit the scope to particular directory objects, for example, administrative units. |
|principalId|String| Identifier of the principal to which the assignment is being granted to. Can be a group or a user. |
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition for the assignment. Read only.|
|roleDefinitionId|String|Identifier of the unifiedRoleDefinition for the assignment. Read-only.|


## Request headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To assign a user to an access package, [create an accessPackageAssignmentRequest
|description|String|The description of the policy.|
|displayName|String|The display name of the policy.|
|expiration|[expirationPattern](../resources/expirationpattern.md)|The expiration date for assignments created in this policy.|
|id|String|Read only.|
|id|String|Read-only.|
|modifiedDateTime|DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
|requestApprovalSettings|[accessPackageAssignmentApprovalSettings](../resources/accesspackageassignmentapprovalsettings.md)|Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.|
|requestorSettings|[accessPackageAssignmentRequestorSettings](../resources/accesspackageassignmentrequestorsettings.md)|Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request.|
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/resources/azureactivedirectorytenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Used in the identity sources of an [connectedOrganization](connectedOrganization
## Properties
|Property|Type|Description|
|:---|:---|:---|
|displayName|String|The name of the Microsoft Entra tenant. Read only. |
|tenantId|String|The ID of the Microsoft Entra tenant. Read only. |
|displayName|String|The name of the Microsoft Entra tenant. Read-only. |
|tenantId|String|The ID of the Microsoft Entra tenant. Read-only. |

## Relationships
None.
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/resources/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ where files are shared, and where tabs are added.

| Property | Type |Description|
|:---------------|:--------|:----------|
|createdDateTime|dateTimeOffset|Read only. Timestamp at which the channel was created.|
|createdDateTime|dateTimeOffset|Read-only. Timestamp at which the channel was created.|
|description|String|Optional textual description for the channel.|
|displayName|String|Channel name as it will appear to the user in Microsoft Teams. The maximum length is 50 characters.|
|email|String| The email address for sending messages to the channel. Read-only.|
Expand Down
6 changes: 3 additions & 3 deletions api-reference/v1.0/resources/chatmessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ Represents an individual chat message within a [channel](channel.md) or [chat](c
|chatId|string|If the message was sent in a chat, represents the identity of the chat.|
|channelIdentity|[channelIdentity](channelidentity.md)|If the message was sent in a channel, represents identity of the channel.|
|createdDateTime|dateTimeOffset|Timestamp of when the chat message was created.|
|deletedDateTime|dateTimeOffset|Read only. Timestamp at which the chat message was deleted, or null if not deleted. |
|deletedDateTime|dateTimeOffset|Read-only. Timestamp at which the chat message was deleted, or null if not deleted. |
|etag| string | Read-only. Version number of the chat message. |
|eventDetail|[eventMessageDetail](../resources/eventmessagedetail.md)|Read-only. If present, represents details of an event that happened in a **chat**, a **channel**, or a **team**, for example, adding new members. For event messages, the **messageType** property will be set to `systemEventMessage`.|
|from|[chatMessageFromIdentitySet](chatmessagefromidentityset.md)| Details of the sender of the chat message. Can only be set during [migration](/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams).|
|id|String| Read-only. Unique ID of the message. IDs are unique within a chat/channel/reply-to-message, but might be duplicated in other chats/channels/reply-to-messages. |
|importance|string | The importance of the chat message. The possible values are: `normal`, `high`, `urgent`.|
|lastModifiedDateTime|dateTimeOffset|Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. |
|lastEditedDateTime|dateTimeOffset|Read only. Timestamp when edits to the chat message were made. Triggers an "Edited" flag in the Teams UI. If no edits are made the value is `null`.|
|lastModifiedDateTime|dateTimeOffset|Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. |
|lastEditedDateTime|dateTimeOffset|Read-only. Timestamp when edits to the chat message were made. Triggers an "Edited" flag in the Teams UI. If no edits are made the value is `null`.|
|locale|string|Locale of the chat message set by the client. Always set to `en-us`.|
|mentions|[chatMessageMention](chatmessagemention.md) collection| List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag.|
|messageHistory|[chatMessageHistoryItem](../resources/chatmessagehistoryitem.md) collection|List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/resources/conditionalaccesspolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Represents a Microsoft Entra Conditional Access policy. Conditional access polic
| Property | Type | Description |
|:-------------|:------------|:------------|
|conditions|[conditionalAccessConditionSet](conditionalaccessconditionset.md)| Specifies the rules that must be met for the policy to apply. Required. |
|createdDateTime|DateTimeOffset| The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Readonly. |
|createdDateTime|DateTimeOffset| The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Read-only. |
|displayName|String| Specifies a display name for the conditionalAccessPolicy object. |
|grantControls|[conditionalAccessGrantControls](conditionalaccessgrantcontrols.md)| Specifies the grant controls that must be fulfilled to pass the policy. |
|id|String| Specifies the identifier of a conditionalAccessPolicy object. Read-only.|
|modifiedDateTime| DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Readonly. |
|modifiedDateTime| DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Read-only. |
|sessionControls|[conditionalAccessSessionControls](conditionalaccesssessioncontrols.md)| Specifies the session controls that are enforced after sign-in. |
|state|conditionalAccessPolicyState| Specifies the state of the conditionalAccessPolicy object. The possible values are: `enabled`, `disabled`, `enabledForReportingButNotEnforced`. Required. |
|templateId|String|Specifies the unique identifier of a [Conditional Access template](../resources/conditionalaccesstemplate.md). Inherited from [entity](../resources/entity.md).|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Used in the identity sources of a [connectedOrganization](connectedOrganization.

| Property | Type | Description |
| :--------------------------- | :------------------------ | :---------- |
| cloudInstance | String | The ID of the cloud where the tenant is located, one of `microsoftonline.com`, `microsoftonline.us` or `partner.microsoftonline.cn`. Read only. |
| displayName |String | The name of the Microsoft Entra tenant. Read only. |
| tenantId |String | The ID of the Microsoft Entra tenant. Read only. |
| cloudInstance | String | The ID of the cloud where the tenant is located, one of `microsoftonline.com`, `microsoftonline.us` or `partner.microsoftonline.cn`. Read-only. |
| displayName |String | The name of the Microsoft Entra tenant. Read-only. |
| tenantId |String | The ID of the Microsoft Entra tenant. Read-only. |

## Relationships

Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/resources/delegatedadminrelationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Represents a delegated admin relationship between a partner and customer.
|endDateTime|DateTimeOffset|The date and time in ISO 8601 format and in UTC time when the **status** of relationship changes to either `terminated` or `expired`. Calculated as `endDateTime = activatedDateTime + duration`. Read-only.|
|id|String|The unique identifier of the relationship. Read-only. Inherited from [entity](../resources/entity.md).|
|lastModifiedDateTime|DateTimeOffset|The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only.|
|status|delegatedAdminRelationshipStatus|The status of the relationship. Read Only. The possible values are: `activating`, `active`, `approvalPending`, `approved`, `created`, `expired`, `expiring`, `terminated`, `terminating`, `terminationRequested`, `unknownFutureValue`. Supports `$orderby`.|
|status|delegatedAdminRelationshipStatus|The status of the relationship. Read-only. The possible values are: `activating`, `active`, `approvalPending`, `approved`, `created`, `expired`, `expiring`, `terminated`, `terminating`, `terminationRequested`, `unknownFutureValue`. Supports `$orderby`.|

### delegatedAdminRelationshipStatus values
| Member | Description |
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/resources/directoryrole.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This resource supports:
|description|String|The description for the directory role. Read-only. Supports `$filter` (`eq`), `$search`, `$select`. |
|displayName|String|The display name for the directory role. Read-only. Supports `$filter` (`eq`), `$search`, `$select`. |
|id|String|The unique identifier for the directory role. Inherited from [directoryObject](directoryobject.md). Key, Not nullable, Read-only. Supports `$filter` (`eq`), `$select`.|
|roleTemplateId|String| The **id** of the [directoryRoleTemplate](directoryroletemplate.md) that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. Supports `$filter` (`eq`), `$select`. |
|roleTemplateId|String| The **id** of the [directoryRoleTemplate](directoryroletemplate.md) that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read-only. Supports `$filter` (`eq`), `$select`. |

## Relationships
| Relationship | Type |Description|
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/resources/domainidentitysource.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Used in the identity sources of an [connectedOrganization](connectedOrganization
## Properties
|Property|Type|Description|
|:---|:---|:---|
|displayName|String|The name of the identity source, typically also the domain name. Read only. |
|domainName|String|The domain name. Read only. |
|displayName|String|The name of the identity source, typically also the domain name. Read-only. |
|domainName|String|The domain name. Read-only. |

## Relationships
None.
Expand Down
6 changes: 3 additions & 3 deletions api-reference/v1.0/resources/externaldomainfederation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Used in the identity sources of an [connectedOrganization](connectedOrganization
## Properties
|Property|Type|Description|
|:---|:---|:---|
|displayName|String|The name of the identity source, typically also the domain name. Read only. |
|domainName|String|The domain name. Read only. |
|issuerUri|String|The issuerURI of the incoming federation. Read only. |
|displayName|String|The name of the identity source, typically also the domain name. Read-only. |
|domainName|String|The domain name. Read-only. |
|issuerUri|String|The issuerURI of the incoming federation. Read-only. |

## Relationships
None.
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/resources/insights-shared.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ An insight representing files shared with or by a specific user. The following s

| Property | Type | Description |
| ------------- |--------------- | -------------|
| id | String | Unique identifier of the relationship. Read only. |
| lastShared | [sharingDetail](insights-sharingdetail.md) | Details about the shared item. Read only. |
| id | String | Unique identifier of the relationship. Read-only. |
| lastShared | [sharingDetail](insights-sharingdetail.md) | Details about the shared item. Read-only. |
| resourceReference | [resourceReference](insights-resourcereference.md) | Reference properties of the shared document, such as the url and type of the document. Read-only |
| resourceVisualization | [resourceVisualization](insights-resourcevisualization.md) | Properties that you can use to visualize the document in your experience. Read-only |

Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/resources/insights-trending.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Rich relationship connecting a user to documents that are trending around the us

| Property | Type | Description |
| ------------- |--------------- | -------------|
| id | String | Unique identifier of the relationship. Read only. |
| id | String | Unique identifier of the relationship. Read-only. |
| lastModifiedDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`|
| resourceReference | [resourceReference](insights-resourcereference.md) | Reference properties of the trending document, such as the url and type of the document. |
| resourceVisualization | [resourceVisualization](insights-resourcevisualization.md) | Properties that you can use to visualize the document in your experience. |
Expand Down
Loading
Loading