2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// BusinessFlow undocumented
|
|
|
|
type BusinessFlow struct {
|
|
|
|
// Entity is the base model of BusinessFlow
|
|
|
|
Entity
|
|
|
|
// DisplayName undocumented
|
|
|
|
DisplayName *string `json:"displayName,omitempty"`
|
|
|
|
// Description undocumented
|
|
|
|
Description *string `json:"description,omitempty"`
|
|
|
|
// DeDuplicationID undocumented
|
|
|
|
DeDuplicationID *string `json:"deDuplicationId,omitempty"`
|
|
|
|
// SchemaID undocumented
|
|
|
|
SchemaID *string `json:"schemaId,omitempty"`
|
|
|
|
// CustomData undocumented
|
|
|
|
CustomData *string `json:"customData,omitempty"`
|
|
|
|
// RecordVersion undocumented
|
|
|
|
RecordVersion *string `json:"recordVersion,omitempty"`
|
|
|
|
// Policy undocumented
|
|
|
|
Policy *GovernancePolicy `json:"policy,omitempty"`
|
|
|
|
// PolicyTemplateID undocumented
|
|
|
|
PolicyTemplateID *string `json:"policyTemplateId,omitempty"`
|
|
|
|
// Settings undocumented
|
|
|
|
Settings *BusinessFlowSettings `json:"settings,omitempty"`
|
|
|
|
}
|
2020-03-15 22:43:46 +00:00
|
|
|
|
|
|
|
// BusinessFlowSettings undocumented
|
|
|
|
type BusinessFlowSettings struct {
|
|
|
|
// AccessReviewSettings is the base model of BusinessFlowSettings
|
|
|
|
AccessReviewSettings
|
|
|
|
// DurationInDays undocumented
|
|
|
|
DurationInDays *int `json:"durationInDays,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
// BusinessFlowTemplate undocumented
|
|
|
|
type BusinessFlowTemplate struct {
|
|
|
|
// Entity is the base model of BusinessFlowTemplate
|
|
|
|
Entity
|
|
|
|
// DisplayName undocumented
|
|
|
|
DisplayName *string `json:"displayName,omitempty"`
|
|
|
|
}
|