diff --git a/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md b/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md index 960f58eb90c..cd9cb7bdd4a 100644 --- a/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md +++ b/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md @@ -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: | |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.| diff --git a/api-reference/beta/api/rbacapplication-post-roleeligibilityschedulerequests.md b/api-reference/beta/api/rbacapplication-post-roleeligibilityschedulerequests.md index 21bb5f2dec5..21911f4327b 100644 --- a/api-reference/beta/api/rbacapplication-post-roleeligibilityschedulerequests.md +++ b/api-reference/beta/api/rbacapplication-post-roleeligibilityschedulerequests.md @@ -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.| diff --git a/api-reference/beta/api/rbacapplication-rolescheduleinstances.md b/api-reference/beta/api/rbacapplication-rolescheduleinstances.md index 23ed3434dd5..a606351b4fc 100644 --- a/api-reference/beta/api/rbacapplication-rolescheduleinstances.md +++ b/api-reference/beta/api/rbacapplication-rolescheduleinstances.md @@ -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| diff --git a/api-reference/beta/api/rbacapplication-roleschedules.md b/api-reference/beta/api/rbacapplication-roleschedules.md index a8875a2b132..50b605db673 100644 --- a/api-reference/beta/api/rbacapplication-roleschedules.md +++ b/api-reference/beta/api/rbacapplication-roleschedules.md @@ -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 diff --git a/api-reference/v1.0/resources/accesspackageassignmentpolicy.md b/api-reference/v1.0/resources/accesspackageassignmentpolicy.md index 47fc3a84e91..a5f84e49b08 100644 --- a/api-reference/v1.0/resources/accesspackageassignmentpolicy.md +++ b/api-reference/v1.0/resources/accesspackageassignmentpolicy.md @@ -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.| diff --git a/api-reference/v1.0/resources/azureactivedirectorytenant.md b/api-reference/v1.0/resources/azureactivedirectorytenant.md index 6472d653a4c..0651aedd05a 100644 --- a/api-reference/v1.0/resources/azureactivedirectorytenant.md +++ b/api-reference/v1.0/resources/azureactivedirectorytenant.md @@ -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. diff --git a/api-reference/v1.0/resources/channel.md b/api-reference/v1.0/resources/channel.md index cc773730aad..4a50bb1a1f3 100644 --- a/api-reference/v1.0/resources/channel.md +++ b/api-reference/v1.0/resources/channel.md @@ -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.| diff --git a/api-reference/v1.0/resources/chatmessage.md b/api-reference/v1.0/resources/chatmessage.md index ef9c5e6474d..dac358f3f92 100644 --- a/api-reference/v1.0/resources/chatmessage.md +++ b/api-reference/v1.0/resources/chatmessage.md @@ -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. diff --git a/api-reference/v1.0/resources/conditionalaccesspolicy.md b/api-reference/v1.0/resources/conditionalaccesspolicy.md index 147250b6d62..e74d2c7cf60 100644 --- a/api-reference/v1.0/resources/conditionalaccesspolicy.md +++ b/api-reference/v1.0/resources/conditionalaccesspolicy.md @@ -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).| diff --git a/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md b/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md index b5bc8bfe363..6659e169bb6 100644 --- a/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md +++ b/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md @@ -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 diff --git a/api-reference/v1.0/resources/delegatedadminrelationship.md b/api-reference/v1.0/resources/delegatedadminrelationship.md index f86a1007af2..59b82860b5e 100644 --- a/api-reference/v1.0/resources/delegatedadminrelationship.md +++ b/api-reference/v1.0/resources/delegatedadminrelationship.md @@ -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 | diff --git a/api-reference/v1.0/resources/directoryrole.md b/api-reference/v1.0/resources/directoryrole.md index c1dd2a150b1..bbc94c5b08a 100644 --- a/api-reference/v1.0/resources/directoryrole.md +++ b/api-reference/v1.0/resources/directoryrole.md @@ -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| diff --git a/api-reference/v1.0/resources/domainidentitysource.md b/api-reference/v1.0/resources/domainidentitysource.md index 455e5ad43b9..e3075e732d3 100644 --- a/api-reference/v1.0/resources/domainidentitysource.md +++ b/api-reference/v1.0/resources/domainidentitysource.md @@ -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. diff --git a/api-reference/v1.0/resources/externaldomainfederation.md b/api-reference/v1.0/resources/externaldomainfederation.md index 573fab86843..29d73bb4e30 100644 --- a/api-reference/v1.0/resources/externaldomainfederation.md +++ b/api-reference/v1.0/resources/externaldomainfederation.md @@ -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. diff --git a/api-reference/v1.0/resources/insights-shared.md b/api-reference/v1.0/resources/insights-shared.md index 9ae03dc19c6..a66650fd527 100644 --- a/api-reference/v1.0/resources/insights-shared.md +++ b/api-reference/v1.0/resources/insights-shared.md @@ -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 | diff --git a/api-reference/v1.0/resources/insights-trending.md b/api-reference/v1.0/resources/insights-trending.md index bde1ee423aa..4df3215486f 100644 --- a/api-reference/v1.0/resources/insights-trending.md +++ b/api-reference/v1.0/resources/insights-trending.md @@ -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. | diff --git a/api-reference/v1.0/resources/reminder.md b/api-reference/v1.0/resources/reminder.md index b77bd2cfde6..31d7d8e12d8 100644 --- a/api-reference/v1.0/resources/reminder.md +++ b/api-reference/v1.0/resources/reminder.md @@ -19,7 +19,7 @@ A reminder for an [event](event.md) in a user [calendar](calendar.md). |:---------------|:--------|:----------| |changeKey|String|Identifies the version of the reminder. Every time the reminder is changed, **changeKey** changes as well. This allows Exchange to apply changes to the correct version of the object.| |eventEndTime|[DateTimeTimeZone](datetimetimezone.md)|The date, time and time zone that the event ends.| -|eventId|String|The unique ID of the event. Read only.| +|eventId|String|The unique ID of the event. Read-only.| |eventLocation|[Location](location.md)|The location of the event.| |eventStartTime|[DateTimeTimeZone](datetimetimezone.md)|The date, time, and time zone that the event starts.| |eventSubject|String|The text of the event's subject line.| diff --git a/api-reference/v1.0/resources/serviceannouncement.md b/api-reference/v1.0/resources/serviceannouncement.md index 8f31821036b..05af5b42ab8 100644 --- a/api-reference/v1.0/resources/serviceannouncement.md +++ b/api-reference/v1.0/resources/serviceannouncement.md @@ -28,9 +28,9 @@ None. ## Relationships |Relationship|Type|Description| |-|-|-| -|healthOverviews|Collection([serviceHealth](servicehealth.md))|A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.| -|issues|Collection([serviceHealthIssue](servicehealthissue.md))|A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.| -|messages|Collection([serviceUpdateMessage](serviceupdatemessage.md))|A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.| +|healthOverviews|Collection([serviceHealth](servicehealth.md))|A collection of service health information for tenant. This property is a contained navigation property, it is nullable and read-only.| +|issues|Collection([serviceHealthIssue](servicehealthissue.md))|A collection of service issues for tenant. This property is a contained navigation property, it is nullable and read-only.| +|messages|Collection([serviceUpdateMessage](serviceupdatemessage.md))|A collection of service messages for tenant. This property is a contained navigation property, it is nullable and read-only.| ## JSON representation The following JSON representation shows the resource type.