mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
41 lines
2.0 KiB
Go
41 lines
2.0 KiB
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// FolderProtectionType undocumented
|
||
|
type FolderProtectionType string
|
||
|
|
||
|
const (
|
||
|
// FolderProtectionTypeVUserDefined undocumented
|
||
|
FolderProtectionTypeVUserDefined FolderProtectionType = "userDefined"
|
||
|
// FolderProtectionTypeVEnable undocumented
|
||
|
FolderProtectionTypeVEnable FolderProtectionType = "enable"
|
||
|
// FolderProtectionTypeVAuditMode undocumented
|
||
|
FolderProtectionTypeVAuditMode FolderProtectionType = "auditMode"
|
||
|
// FolderProtectionTypeVBlockDiskModification undocumented
|
||
|
FolderProtectionTypeVBlockDiskModification FolderProtectionType = "blockDiskModification"
|
||
|
// FolderProtectionTypeVAuditDiskModification undocumented
|
||
|
FolderProtectionTypeVAuditDiskModification FolderProtectionType = "auditDiskModification"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// FolderProtectionTypePUserDefined is a pointer to FolderProtectionTypeVUserDefined
|
||
|
FolderProtectionTypePUserDefined = &_FolderProtectionTypePUserDefined
|
||
|
// FolderProtectionTypePEnable is a pointer to FolderProtectionTypeVEnable
|
||
|
FolderProtectionTypePEnable = &_FolderProtectionTypePEnable
|
||
|
// FolderProtectionTypePAuditMode is a pointer to FolderProtectionTypeVAuditMode
|
||
|
FolderProtectionTypePAuditMode = &_FolderProtectionTypePAuditMode
|
||
|
// FolderProtectionTypePBlockDiskModification is a pointer to FolderProtectionTypeVBlockDiskModification
|
||
|
FolderProtectionTypePBlockDiskModification = &_FolderProtectionTypePBlockDiskModification
|
||
|
// FolderProtectionTypePAuditDiskModification is a pointer to FolderProtectionTypeVAuditDiskModification
|
||
|
FolderProtectionTypePAuditDiskModification = &_FolderProtectionTypePAuditDiskModification
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_FolderProtectionTypePUserDefined = FolderProtectionTypeVUserDefined
|
||
|
_FolderProtectionTypePEnable = FolderProtectionTypeVEnable
|
||
|
_FolderProtectionTypePAuditMode = FolderProtectionTypeVAuditMode
|
||
|
_FolderProtectionTypePBlockDiskModification = FolderProtectionTypeVBlockDiskModification
|
||
|
_FolderProtectionTypePAuditDiskModification = FolderProtectionTypeVAuditDiskModification
|
||
|
)
|