summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelApproval.go
blob: 190198d2ad122998d108e3cdc596b08dd86e4ae1 (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-generate.go 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"`
}