mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
48 lines
1.5 KiB
Go
48 lines
1.5 KiB
Go
|
// 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
|
||
|
)
|