IndustryData-TimePeriod.ReadWrite.All
Allows the app to read and write time period definitions on behalf of the signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
IndustryData-TimePeriod.ReadWrite.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 7afa7744-a782-4a32-b8c2-e3db637e8de7 | b6d56528-3032-4f9d-830f-5a24a25e6661 |
DisplayText | Manage time period definitions | Manage time period definitions |
Description | Allows the app to read and write time period definitions without a signed-in user. | Allows the app to read and write time period definitions on behalf of the signed-in user. |
AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods |
---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: referenceDefinition
Property | Type | Description |
---|---|---|
code | String | The code value for the definition that must be unique within the referenceType. |
createdDateTime | DateTimeOffset | The date and time when the definition was created. 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 . |
displayName | String | A human-readable representation of the reference code value for display in a user interface. |
isDisabled | Boolean | Indicates whether the definition is disabled. |
lastModifiedDateTime | DateTimeOffset | The date and time when the definition was most recently changed. 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 . |
referenceType | String | The categorical type for a collection of enumerated values. |
sortIndex | Int32 | The index that specifies the order in which to present the definition to the user. Must be unique within the referenceType. |
source | String | The standards body or organization source which defined the code. |