summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/UserPfxIntendedPurposeEnum.go
blob: 6d2515cba4b9632f45d3b08ebe3a419cbf8e250c (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
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// UserPfxIntendedPurpose undocumented
type UserPfxIntendedPurpose int

const (
	// UserPfxIntendedPurposeVUnassigned undocumented
	UserPfxIntendedPurposeVUnassigned UserPfxIntendedPurpose = 0
	// UserPfxIntendedPurposeVSmimeEncryption undocumented
	UserPfxIntendedPurposeVSmimeEncryption UserPfxIntendedPurpose = 1
	// UserPfxIntendedPurposeVSmimeSigning undocumented
	UserPfxIntendedPurposeVSmimeSigning UserPfxIntendedPurpose = 2
	// UserPfxIntendedPurposeVVpn undocumented
	UserPfxIntendedPurposeVVpn UserPfxIntendedPurpose = 4
	// UserPfxIntendedPurposeVWifi undocumented
	UserPfxIntendedPurposeVWifi UserPfxIntendedPurpose = 8
)

// UserPfxIntendedPurposePUnassigned returns a pointer to UserPfxIntendedPurposeVUnassigned
func UserPfxIntendedPurposePUnassigned() *UserPfxIntendedPurpose {
	v := UserPfxIntendedPurposeVUnassigned
	return &v
}

// UserPfxIntendedPurposePSmimeEncryption returns a pointer to UserPfxIntendedPurposeVSmimeEncryption
func UserPfxIntendedPurposePSmimeEncryption() *UserPfxIntendedPurpose {
	v := UserPfxIntendedPurposeVSmimeEncryption
	return &v
}

// UserPfxIntendedPurposePSmimeSigning returns a pointer to UserPfxIntendedPurposeVSmimeSigning
func UserPfxIntendedPurposePSmimeSigning() *UserPfxIntendedPurpose {
	v := UserPfxIntendedPurposeVSmimeSigning
	return &v
}

// UserPfxIntendedPurposePVpn returns a pointer to UserPfxIntendedPurposeVVpn
func UserPfxIntendedPurposePVpn() *UserPfxIntendedPurpose {
	v := UserPfxIntendedPurposeVVpn
	return &v
}

// UserPfxIntendedPurposePWifi returns a pointer to UserPfxIntendedPurposeVWifi
func UserPfxIntendedPurposePWifi() *UserPfxIntendedPurpose {
	v := UserPfxIntendedPurposeVWifi
	return &v
}