mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
88 lines
3.6 KiB
Go
88 lines
3.6 KiB
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// FileHashType undocumented
|
||
|
type FileHashType string
|
||
|
|
||
|
const (
|
||
|
// FileHashTypeVUnknown undocumented
|
||
|
FileHashTypeVUnknown FileHashType = "unknown"
|
||
|
// FileHashTypeVSha1 undocumented
|
||
|
FileHashTypeVSha1 FileHashType = "sha1"
|
||
|
// FileHashTypeVSha256 undocumented
|
||
|
FileHashTypeVSha256 FileHashType = "sha256"
|
||
|
// FileHashTypeVMd5 undocumented
|
||
|
FileHashTypeVMd5 FileHashType = "md5"
|
||
|
// FileHashTypeVAuthenticodeHash256 undocumented
|
||
|
FileHashTypeVAuthenticodeHash256 FileHashType = "authenticodeHash256"
|
||
|
// FileHashTypeVLsHash undocumented
|
||
|
FileHashTypeVLsHash FileHashType = "lsHash"
|
||
|
// FileHashTypeVCtph undocumented
|
||
|
FileHashTypeVCtph FileHashType = "ctph"
|
||
|
// FileHashTypeVUnknownFutureValue undocumented
|
||
|
FileHashTypeVUnknownFutureValue FileHashType = "unknownFutureValue"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// FileHashTypePUnknown is a pointer to FileHashTypeVUnknown
|
||
|
FileHashTypePUnknown = &_FileHashTypePUnknown
|
||
|
// FileHashTypePSha1 is a pointer to FileHashTypeVSha1
|
||
|
FileHashTypePSha1 = &_FileHashTypePSha1
|
||
|
// FileHashTypePSha256 is a pointer to FileHashTypeVSha256
|
||
|
FileHashTypePSha256 = &_FileHashTypePSha256
|
||
|
// FileHashTypePMd5 is a pointer to FileHashTypeVMd5
|
||
|
FileHashTypePMd5 = &_FileHashTypePMd5
|
||
|
// FileHashTypePAuthenticodeHash256 is a pointer to FileHashTypeVAuthenticodeHash256
|
||
|
FileHashTypePAuthenticodeHash256 = &_FileHashTypePAuthenticodeHash256
|
||
|
// FileHashTypePLsHash is a pointer to FileHashTypeVLsHash
|
||
|
FileHashTypePLsHash = &_FileHashTypePLsHash
|
||
|
// FileHashTypePCtph is a pointer to FileHashTypeVCtph
|
||
|
FileHashTypePCtph = &_FileHashTypePCtph
|
||
|
// FileHashTypePUnknownFutureValue is a pointer to FileHashTypeVUnknownFutureValue
|
||
|
FileHashTypePUnknownFutureValue = &_FileHashTypePUnknownFutureValue
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_FileHashTypePUnknown = FileHashTypeVUnknown
|
||
|
_FileHashTypePSha1 = FileHashTypeVSha1
|
||
|
_FileHashTypePSha256 = FileHashTypeVSha256
|
||
|
_FileHashTypePMd5 = FileHashTypeVMd5
|
||
|
_FileHashTypePAuthenticodeHash256 = FileHashTypeVAuthenticodeHash256
|
||
|
_FileHashTypePLsHash = FileHashTypeVLsHash
|
||
|
_FileHashTypePCtph = FileHashTypeVCtph
|
||
|
_FileHashTypePUnknownFutureValue = FileHashTypeVUnknownFutureValue
|
||
|
)
|
||
|
|
||
|
// FileVaultState undocumented
|
||
|
type FileVaultState string
|
||
|
|
||
|
const (
|
||
|
// FileVaultStateVSuccess undocumented
|
||
|
FileVaultStateVSuccess FileVaultState = "success"
|
||
|
// FileVaultStateVDriveEncryptedByUser undocumented
|
||
|
FileVaultStateVDriveEncryptedByUser FileVaultState = "driveEncryptedByUser"
|
||
|
// FileVaultStateVUserDeferredEncryption undocumented
|
||
|
FileVaultStateVUserDeferredEncryption FileVaultState = "userDeferredEncryption"
|
||
|
// FileVaultStateVEscrowNotEnabled undocumented
|
||
|
FileVaultStateVEscrowNotEnabled FileVaultState = "escrowNotEnabled"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// FileVaultStatePSuccess is a pointer to FileVaultStateVSuccess
|
||
|
FileVaultStatePSuccess = &_FileVaultStatePSuccess
|
||
|
// FileVaultStatePDriveEncryptedByUser is a pointer to FileVaultStateVDriveEncryptedByUser
|
||
|
FileVaultStatePDriveEncryptedByUser = &_FileVaultStatePDriveEncryptedByUser
|
||
|
// FileVaultStatePUserDeferredEncryption is a pointer to FileVaultStateVUserDeferredEncryption
|
||
|
FileVaultStatePUserDeferredEncryption = &_FileVaultStatePUserDeferredEncryption
|
||
|
// FileVaultStatePEscrowNotEnabled is a pointer to FileVaultStateVEscrowNotEnabled
|
||
|
FileVaultStatePEscrowNotEnabled = &_FileVaultStatePEscrowNotEnabled
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_FileVaultStatePSuccess = FileVaultStateVSuccess
|
||
|
_FileVaultStatePDriveEncryptedByUser = FileVaultStateVDriveEncryptedByUser
|
||
|
_FileVaultStatePUserDeferredEncryption = FileVaultStateVUserDeferredEncryption
|
||
|
_FileVaultStatePEscrowNotEnabled = FileVaultStateVEscrowNotEnabled
|
||
|
)
|