mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
44 lines
1.4 KiB
Go
44 lines
1.4 KiB
Go
// Code generated by msgraph.go/gen DO NOT EDIT.
|
|
|
|
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"`
|
|
}
|
|
|
|
// 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"`
|
|
}
|