approvalSolution resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the provisioning status of the approval solution for a tenant.
Methods
Method | Return type | Description |
---|---|---|
Get | approvalSolution | Read the properties and relationships of an approvalSolution object. |
Provision | None | Provisions an approval solution instance on behalf of the tenant. |
List approval items | approvalItem collection | Get the approvalItem resources from the approvalItems navigation property. |
Create approval item | approvalItem | Create a new approvalItem object. |
Get approval operation | approvalOperation | Get an approvalOperation object. |
Properties
Property | Type | Description |
---|---|---|
provisioningStatus | provisionState | The approval provisioning status for a tenant on an environment. The possible values are: notProvisioned , provisioningInProgress , provisioningFailed , provisioningCompleted , unknownFutureValue . |
Relationships
Relationship | Type | Description |
---|---|---|
approvalItems | approvalItem collection | A collection of approval items. |
approvalOperations | approvalOperation collection | A collection of approval operations. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.approvalSolution",
"provisioningStatus": "String"
}