mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
58 lines
3.1 KiB
Go
58 lines
3.1 KiB
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// SharedPCAccountDeletionPolicyType undocumented
|
|
type SharedPCAccountDeletionPolicyType string
|
|
|
|
const (
|
|
// SharedPCAccountDeletionPolicyTypeVImmediate undocumented
|
|
SharedPCAccountDeletionPolicyTypeVImmediate SharedPCAccountDeletionPolicyType = "immediate"
|
|
// SharedPCAccountDeletionPolicyTypeVDiskSpaceThreshold undocumented
|
|
SharedPCAccountDeletionPolicyTypeVDiskSpaceThreshold SharedPCAccountDeletionPolicyType = "diskSpaceThreshold"
|
|
// SharedPCAccountDeletionPolicyTypeVDiskSpaceThresholdOrInactiveThreshold undocumented
|
|
SharedPCAccountDeletionPolicyTypeVDiskSpaceThresholdOrInactiveThreshold SharedPCAccountDeletionPolicyType = "diskSpaceThresholdOrInactiveThreshold"
|
|
)
|
|
|
|
var (
|
|
// SharedPCAccountDeletionPolicyTypePImmediate is a pointer to SharedPCAccountDeletionPolicyTypeVImmediate
|
|
SharedPCAccountDeletionPolicyTypePImmediate = &_SharedPCAccountDeletionPolicyTypePImmediate
|
|
// SharedPCAccountDeletionPolicyTypePDiskSpaceThreshold is a pointer to SharedPCAccountDeletionPolicyTypeVDiskSpaceThreshold
|
|
SharedPCAccountDeletionPolicyTypePDiskSpaceThreshold = &_SharedPCAccountDeletionPolicyTypePDiskSpaceThreshold
|
|
// SharedPCAccountDeletionPolicyTypePDiskSpaceThresholdOrInactiveThreshold is a pointer to SharedPCAccountDeletionPolicyTypeVDiskSpaceThresholdOrInactiveThreshold
|
|
SharedPCAccountDeletionPolicyTypePDiskSpaceThresholdOrInactiveThreshold = &_SharedPCAccountDeletionPolicyTypePDiskSpaceThresholdOrInactiveThreshold
|
|
)
|
|
|
|
var (
|
|
_SharedPCAccountDeletionPolicyTypePImmediate = SharedPCAccountDeletionPolicyTypeVImmediate
|
|
_SharedPCAccountDeletionPolicyTypePDiskSpaceThreshold = SharedPCAccountDeletionPolicyTypeVDiskSpaceThreshold
|
|
_SharedPCAccountDeletionPolicyTypePDiskSpaceThresholdOrInactiveThreshold = SharedPCAccountDeletionPolicyTypeVDiskSpaceThresholdOrInactiveThreshold
|
|
)
|
|
|
|
// SharedPCAllowedAccountType undocumented
|
|
type SharedPCAllowedAccountType string
|
|
|
|
const (
|
|
// SharedPCAllowedAccountTypeVNotConfigured undocumented
|
|
SharedPCAllowedAccountTypeVNotConfigured SharedPCAllowedAccountType = "notConfigured"
|
|
// SharedPCAllowedAccountTypeVGuest undocumented
|
|
SharedPCAllowedAccountTypeVGuest SharedPCAllowedAccountType = "guest"
|
|
// SharedPCAllowedAccountTypeVDomain undocumented
|
|
SharedPCAllowedAccountTypeVDomain SharedPCAllowedAccountType = "domain"
|
|
)
|
|
|
|
var (
|
|
// SharedPCAllowedAccountTypePNotConfigured is a pointer to SharedPCAllowedAccountTypeVNotConfigured
|
|
SharedPCAllowedAccountTypePNotConfigured = &_SharedPCAllowedAccountTypePNotConfigured
|
|
// SharedPCAllowedAccountTypePGuest is a pointer to SharedPCAllowedAccountTypeVGuest
|
|
SharedPCAllowedAccountTypePGuest = &_SharedPCAllowedAccountTypePGuest
|
|
// SharedPCAllowedAccountTypePDomain is a pointer to SharedPCAllowedAccountTypeVDomain
|
|
SharedPCAllowedAccountTypePDomain = &_SharedPCAllowedAccountTypePDomain
|
|
)
|
|
|
|
var (
|
|
_SharedPCAllowedAccountTypePNotConfigured = SharedPCAllowedAccountTypeVNotConfigured
|
|
_SharedPCAllowedAccountTypePGuest = SharedPCAllowedAccountTypeVGuest
|
|
_SharedPCAllowedAccountTypePDomain = SharedPCAllowedAccountTypeVDomain
|
|
)
|