2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2020-03-15 22:43:46 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|