blob: 179b998cc275f19464626e23128e9818f9541c59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkforceIntegrationEncryption undocumented
type WorkforceIntegrationEncryption struct {
// Object is the base model of WorkforceIntegrationEncryption
Object
// Protocol undocumented
Protocol *WorkforceIntegrationEncryptionProtocol `json:"protocol,omitempty"`
// Secret undocumented
Secret *string `json:"secret,omitempty"`
}
|