blob: a56848af9f2d21de9140dec38ca0727cd3dc1b2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ApprovalWorkflowProvider undocumented
type ApprovalWorkflowProvider struct {
// Entity is the base model of ApprovalWorkflowProvider
Entity
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// BusinessFlows undocumented
BusinessFlows []BusinessFlow `json:"businessFlows,omitempty"`
// PolicyTemplates undocumented
PolicyTemplates []GovernancePolicyTemplate `json:"policyTemplates,omitempty"`
// Requests undocumented
Requests []RequestObject `json:"requests,omitempty"`
// RequestsAwaitingMyDecision undocumented
RequestsAwaitingMyDecision []RequestObject `json:"requestsAwaitingMyDecision,omitempty"`
// BusinessFlowsWithRequestsAwaitingMyDecision undocumented
BusinessFlowsWithRequestsAwaitingMyDecision []BusinessFlow `json:"businessFlowsWithRequestsAwaitingMyDecision,omitempty"`
}
|