summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumSecure.go
blob: b635938d79d41b0aeb0b5c49dd36d2f37123fb5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// SecureAssessmentAccountType undocumented
type SecureAssessmentAccountType string

const (
	// SecureAssessmentAccountTypeVAzureADAccount undocumented
	SecureAssessmentAccountTypeVAzureADAccount SecureAssessmentAccountType = "azureADAccount"
	// SecureAssessmentAccountTypeVDomainAccount undocumented
	SecureAssessmentAccountTypeVDomainAccount SecureAssessmentAccountType = "domainAccount"
	// SecureAssessmentAccountTypeVLocalAccount undocumented
	SecureAssessmentAccountTypeVLocalAccount SecureAssessmentAccountType = "localAccount"
	// SecureAssessmentAccountTypeVLocalGuestAccount undocumented
	SecureAssessmentAccountTypeVLocalGuestAccount SecureAssessmentAccountType = "localGuestAccount"
)

var (
	// SecureAssessmentAccountTypePAzureADAccount is a pointer to SecureAssessmentAccountTypeVAzureADAccount
	SecureAssessmentAccountTypePAzureADAccount = &_SecureAssessmentAccountTypePAzureADAccount
	// SecureAssessmentAccountTypePDomainAccount is a pointer to SecureAssessmentAccountTypeVDomainAccount
	SecureAssessmentAccountTypePDomainAccount = &_SecureAssessmentAccountTypePDomainAccount
	// SecureAssessmentAccountTypePLocalAccount is a pointer to SecureAssessmentAccountTypeVLocalAccount
	SecureAssessmentAccountTypePLocalAccount = &_SecureAssessmentAccountTypePLocalAccount
	// SecureAssessmentAccountTypePLocalGuestAccount is a pointer to SecureAssessmentAccountTypeVLocalGuestAccount
	SecureAssessmentAccountTypePLocalGuestAccount = &_SecureAssessmentAccountTypePLocalGuestAccount
)

var (
	_SecureAssessmentAccountTypePAzureADAccount    = SecureAssessmentAccountTypeVAzureADAccount
	_SecureAssessmentAccountTypePDomainAccount     = SecureAssessmentAccountTypeVDomainAccount
	_SecureAssessmentAccountTypePLocalAccount      = SecureAssessmentAccountTypeVLocalAccount
	_SecureAssessmentAccountTypePLocalGuestAccount = SecureAssessmentAccountTypeVLocalGuestAccount
)

// SecureBootWithDMAType undocumented
type SecureBootWithDMAType string

const (
	// SecureBootWithDMATypeVNotConfigured undocumented
	SecureBootWithDMATypeVNotConfigured SecureBootWithDMAType = "notConfigured"
	// SecureBootWithDMATypeVWithoutDMA undocumented
	SecureBootWithDMATypeVWithoutDMA SecureBootWithDMAType = "withoutDMA"
	// SecureBootWithDMATypeVWithDMA undocumented
	SecureBootWithDMATypeVWithDMA SecureBootWithDMAType = "withDMA"
)

var (
	// SecureBootWithDMATypePNotConfigured is a pointer to SecureBootWithDMATypeVNotConfigured
	SecureBootWithDMATypePNotConfigured = &_SecureBootWithDMATypePNotConfigured
	// SecureBootWithDMATypePWithoutDMA is a pointer to SecureBootWithDMATypeVWithoutDMA
	SecureBootWithDMATypePWithoutDMA = &_SecureBootWithDMATypePWithoutDMA
	// SecureBootWithDMATypePWithDMA is a pointer to SecureBootWithDMATypeVWithDMA
	SecureBootWithDMATypePWithDMA = &_SecureBootWithDMATypePWithDMA
)

var (
	_SecureBootWithDMATypePNotConfigured = SecureBootWithDMATypeVNotConfigured
	_SecureBootWithDMATypePWithoutDMA    = SecureBootWithDMATypeVWithoutDMA
	_SecureBootWithDMATypePWithDMA       = SecureBootWithDMATypeVWithDMA
)