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