diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:27:18 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:27:18 +0800 |
| commit | e9c24f4af7ed56760f6db7941827d09f6db9020b (patch) | |
| tree | 62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumBit.go | |
| parent | 58d5e7cfda4781d8a57ec52aefd02983835c301a (diff) | |
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumBit.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumBit.go | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumBit.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumBit.go new file mode 100644 index 0000000..38ea31d --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumBit.go @@ -0,0 +1,89 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +// BitLockerEncryptionMethod undocumented +type BitLockerEncryptionMethod string + +const ( + // BitLockerEncryptionMethodVAesCbc128 undocumented + BitLockerEncryptionMethodVAesCbc128 BitLockerEncryptionMethod = "aesCbc128" + // BitLockerEncryptionMethodVAesCbc256 undocumented + BitLockerEncryptionMethodVAesCbc256 BitLockerEncryptionMethod = "aesCbc256" + // BitLockerEncryptionMethodVXtsAes128 undocumented + BitLockerEncryptionMethodVXtsAes128 BitLockerEncryptionMethod = "xtsAes128" + // BitLockerEncryptionMethodVXtsAes256 undocumented + BitLockerEncryptionMethodVXtsAes256 BitLockerEncryptionMethod = "xtsAes256" +) + +var ( + // BitLockerEncryptionMethodPAesCbc128 is a pointer to BitLockerEncryptionMethodVAesCbc128 + BitLockerEncryptionMethodPAesCbc128 = &_BitLockerEncryptionMethodPAesCbc128 + // BitLockerEncryptionMethodPAesCbc256 is a pointer to BitLockerEncryptionMethodVAesCbc256 + BitLockerEncryptionMethodPAesCbc256 = &_BitLockerEncryptionMethodPAesCbc256 + // BitLockerEncryptionMethodPXtsAes128 is a pointer to BitLockerEncryptionMethodVXtsAes128 + BitLockerEncryptionMethodPXtsAes128 = &_BitLockerEncryptionMethodPXtsAes128 + // BitLockerEncryptionMethodPXtsAes256 is a pointer to BitLockerEncryptionMethodVXtsAes256 + BitLockerEncryptionMethodPXtsAes256 = &_BitLockerEncryptionMethodPXtsAes256 +) + +var ( + _BitLockerEncryptionMethodPAesCbc128 = BitLockerEncryptionMethodVAesCbc128 + _BitLockerEncryptionMethodPAesCbc256 = BitLockerEncryptionMethodVAesCbc256 + _BitLockerEncryptionMethodPXtsAes128 = BitLockerEncryptionMethodVXtsAes128 + _BitLockerEncryptionMethodPXtsAes256 = BitLockerEncryptionMethodVXtsAes256 +) + +// BitLockerRecoveryInformationType undocumented +type BitLockerRecoveryInformationType string + +const ( + // BitLockerRecoveryInformationTypeVPasswordAndKey undocumented + BitLockerRecoveryInformationTypeVPasswordAndKey BitLockerRecoveryInformationType = "passwordAndKey" + // BitLockerRecoveryInformationTypeVPasswordOnly undocumented + BitLockerRecoveryInformationTypeVPasswordOnly BitLockerRecoveryInformationType = "passwordOnly" +) + +var ( + // BitLockerRecoveryInformationTypePPasswordAndKey is a pointer to BitLockerRecoveryInformationTypeVPasswordAndKey + BitLockerRecoveryInformationTypePPasswordAndKey = &_BitLockerRecoveryInformationTypePPasswordAndKey + // BitLockerRecoveryInformationTypePPasswordOnly is a pointer to BitLockerRecoveryInformationTypeVPasswordOnly + BitLockerRecoveryInformationTypePPasswordOnly = &_BitLockerRecoveryInformationTypePPasswordOnly +) + +var ( + _BitLockerRecoveryInformationTypePPasswordAndKey = BitLockerRecoveryInformationTypeVPasswordAndKey + _BitLockerRecoveryInformationTypePPasswordOnly = BitLockerRecoveryInformationTypeVPasswordOnly +) + +// BitLockerRecoveryPasswordRotationType undocumented +type BitLockerRecoveryPasswordRotationType string + +const ( + // BitLockerRecoveryPasswordRotationTypeVNotConfigured undocumented + BitLockerRecoveryPasswordRotationTypeVNotConfigured BitLockerRecoveryPasswordRotationType = "notConfigured" + // BitLockerRecoveryPasswordRotationTypeVDisabled undocumented + BitLockerRecoveryPasswordRotationTypeVDisabled BitLockerRecoveryPasswordRotationType = "disabled" + // BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd undocumented + BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd BitLockerRecoveryPasswordRotationType = "enabledForAzureAd" + // BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid undocumented + BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid BitLockerRecoveryPasswordRotationType = "enabledForAzureAdAndHybrid" +) + +var ( + // BitLockerRecoveryPasswordRotationTypePNotConfigured is a pointer to BitLockerRecoveryPasswordRotationTypeVNotConfigured + BitLockerRecoveryPasswordRotationTypePNotConfigured = &_BitLockerRecoveryPasswordRotationTypePNotConfigured + // BitLockerRecoveryPasswordRotationTypePDisabled is a pointer to BitLockerRecoveryPasswordRotationTypeVDisabled + BitLockerRecoveryPasswordRotationTypePDisabled = &_BitLockerRecoveryPasswordRotationTypePDisabled + // BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd is a pointer to BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd + BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd = &_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd + // BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid is a pointer to BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid + BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid = &_BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid +) + +var ( + _BitLockerRecoveryPasswordRotationTypePNotConfigured = BitLockerRecoveryPasswordRotationTypeVNotConfigured + _BitLockerRecoveryPasswordRotationTypePDisabled = BitLockerRecoveryPasswordRotationTypeVDisabled + _BitLockerRecoveryPasswordRotationTypePEnabledForAzureAd = BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAd + _BitLockerRecoveryPasswordRotationTypePEnabledForAzureAdAndHybrid = BitLockerRecoveryPasswordRotationTypeVEnabledForAzureAdAndHybrid +) |
