Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
57
vendor/github.com/yaegashi/msgraph.go/beta/EnumShared.go
generated
vendored
Normal file
57
vendor/github.com/yaegashi/msgraph.go/beta/EnumShared.go
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
// 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
|
||||
)
|
||||
Reference in New Issue
Block a user