Show / Hide Table of Contents

BusinessScenarioConfig.ReadWrite.All

Allows the app to read and write the configurations of your organization's business scenarios, on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D DELETE /solutions/businessScenarios/{businessScenarioId}
V1 D DELETE /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalizationId}
V1 D GET /solutions/businessScenarios
V1 D GET /solutions/businessScenarios/{businessScenarioId}
V1 D GET /solutions/businessScenarios/{businessScenarioId}/planner
V1 D GET /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration
V1 D GET /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration/localizations
V1 D GET /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalizationId}
V1 D GET /solutions/businessScenarios/{businessScenarioId}/planner/taskConfiguration
V1 D PATCH /solutions/businessScenarios/{businessScenarioId}
V1 D PATCH /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration
V1 D PATCH /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalizationId}
V1 D PATCH /solutions/businessScenarios/{businessScenarioId}/planner/taskConfiguration
V1 D POST /solutions/businessScenarios
V1 D POST /solutions/businessScenarios/{businessScenarioId}/planner/planConfiguration/localizations

Delegate Permission

Id 755e785b-b658-446f-bb22-5a46abd029ea
Consent Type Admin
Display String Read and write business scenario configurations
Description Allows the app to read and write the configurations of your organization's business scenarios, on behalf of the signed-in user.

Resources

businessScenario

Property Type Description
createdBy identitySet The identity of the user who created the scenario.
createdDateTime DateTimeOffset The date and time when the scenario 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 Display name of the scenario.
id String The unique identifier for the scenario. Inherited from entity.
lastModifiedBy identitySet The identity of the user who last modified the scenario.
lastModifiedDateTime DateTimeOffset The date and time when the scenario was last modified. 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.
ownerAppIds String collection Identifiers of applications that are authorized to work with this scenario.
uniqueName String Unique name of the scenario. To avoid conflicts, the recommended value for the unique name is a reverse domain name format, owned by the author of the scenario. For example, a scenario authored by *C

businessScenarioPlanner

Property Type Description
id String The unique identifier for the **b

plannerPlanConfiguration

Property Type Description
buckets plannerPlanConfigurationBucketDefinition collection List the buckets that should be created in the plan.
createdBy identitySet The identity of the creator of the plan configuration.
createdDateTime DateTimeOffset The date and time when the plan configuration 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.
defaultLanguage String The language code for the default language to be used for the names of the objects created for the plan.
id String The unique identifier for the plan configuration. Inherited from entity.
lastModifiedBy identitySet The identity of the user who last modified the plan configuration.
lastModifiedDateTime DateTimeOffset The date and time when the plan configuration was last modified. 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.

plannerPlanConfigurationBucketDefinition

Property Type Description
externalBucketId String Application-specified identifier of the bucket.

plannerPlanConfigurationBucketLocalization

Property Type Description
externalBucketId String Application-specified identifier of the bucket.
name String Name of the bucket.

plannerPlanConfigurationLocalization

Property Type Description
buckets plannerPlanConfigurationBucketLocalization collection Localized names for configured buckets in the plan configuration.
id String The unique identifier for the plan configuration location. Inherited from entity.
languageTag String The language code associated with the localized names in this object.
planTitle String Localized title of the plan.

plannerTaskConfiguration

Property Type Description
editPolicy plannerTaskPolicy Policy configuration for tasks created for the businessScenario when they are being changed outside of the scenario.
id String The unique identifier for the task configuration. Inherited from entity.

plannerTaskPolicy

Property Type Description
rules plannerTaskRoleBasedRule collection The rules that should be enforced on the tasks when they are being changed outside of the scenario, based on the role of the caller.
In This Article
Back to top Created by merill | Submit feedback