You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBusiness.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"`
}