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

package msgraph

// EncryptionReadinessState undocumented
type EncryptionReadinessState string

const (
	// EncryptionReadinessStateVNotReady undocumented
	EncryptionReadinessStateVNotReady EncryptionReadinessState = "notReady"
	// EncryptionReadinessStateVReady undocumented
	EncryptionReadinessStateVReady EncryptionReadinessState = "ready"
)

var (
	// EncryptionReadinessStatePNotReady is a pointer to EncryptionReadinessStateVNotReady
	EncryptionReadinessStatePNotReady = &_EncryptionReadinessStatePNotReady
	// EncryptionReadinessStatePReady is a pointer to EncryptionReadinessStateVReady
	EncryptionReadinessStatePReady = &_EncryptionReadinessStatePReady
)

var (
	_EncryptionReadinessStatePNotReady = EncryptionReadinessStateVNotReady
	_EncryptionReadinessStatePReady    = EncryptionReadinessStateVReady
)

// EncryptionState undocumented
type EncryptionState string

const (
	// EncryptionStateVNotEncrypted undocumented
	EncryptionStateVNotEncrypted EncryptionState = "notEncrypted"
	// EncryptionStateVEncrypted undocumented
	EncryptionStateVEncrypted EncryptionState = "encrypted"
)

var (
	// EncryptionStatePNotEncrypted is a pointer to EncryptionStateVNotEncrypted
	EncryptionStatePNotEncrypted = &_EncryptionStatePNotEncrypted
	// EncryptionStatePEncrypted is a pointer to EncryptionStateVEncrypted
	EncryptionStatePEncrypted = &_EncryptionStatePEncrypted
)

var (
	_EncryptionStatePNotEncrypted = EncryptionStateVNotEncrypted
	_EncryptionStatePEncrypted    = EncryptionStateVEncrypted
)