summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumEncrypt.go
blob: 5d5ad504feb05fbc63a51a17a6b57e7a72ca8301 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// EncryptWith undocumented
type EncryptWith string

const (
	// EncryptWithVTemplate undocumented
	EncryptWithVTemplate EncryptWith = "template"
	// EncryptWithVUserDefinedRights undocumented
	EncryptWithVUserDefinedRights EncryptWith = "userDefinedRights"
)

var (
	// EncryptWithPTemplate is a pointer to EncryptWithVTemplate
	EncryptWithPTemplate = &_EncryptWithPTemplate
	// EncryptWithPUserDefinedRights is a pointer to EncryptWithVUserDefinedRights
	EncryptWithPUserDefinedRights = &_EncryptWithPUserDefinedRights
)

var (
	_EncryptWithPTemplate          = EncryptWithVTemplate
	_EncryptWithPUserDefinedRights = EncryptWithVUserDefinedRights
)