blob: 22f227ebbde8de8613ef708ca8768bb0d68e0b48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// UserGovernanceCriteria undocumented
type UserGovernanceCriteria struct {
// GovernanceCriteria is the base model of UserGovernanceCriteria
GovernanceCriteria
// UserID undocumented
UserID *string `json:"userId,omitempty"`
}
|