blob: 2b63116ff6b69aaa538977b84936e2337422e1ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// MDMWindowsInformationProtectionPolicyCollectionHasPayloadLinksRequestParameter undocumented
type MDMWindowsInformationProtectionPolicyCollectionHasPayloadLinksRequestParameter struct {
// PayloadIDs undocumented
PayloadIDs []string `json:"payloadIds,omitempty"`
}
|