mirror of
				https://github.com/42wim/matterbridge.git
				synced 2025-11-04 15:57:32 +01: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
 | 
						|
)
 |