blob: 85bf59d1e6bcfbc93fc96d86cba7dd44084bf6e3 (
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
// WindowsInformationProtectionIPRangeCollection undocumented
type WindowsInformationProtectionIPRangeCollection struct {
// Object is the base model of WindowsInformationProtectionIPRangeCollection
Object
// DisplayName Display name
DisplayName *string `json:"displayName,omitempty"`
// Ranges Collection of ip ranges
Ranges []IPRange `json:"ranges,omitempty"`
}
|