summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/TrustFrameworkModel.go
blob: 919b63151e7d17e6d0dafbc86c266def8490b87d (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

// TrustFramework undocumented
type TrustFramework struct {
	// Entity is the base model of TrustFramework
	Entity
	// Policies undocumented
	Policies []TrustFrameworkPolicy `json:"policies,omitempty"`
	// KeySets undocumented
	KeySets []TrustFrameworkKeySet `json:"keySets,omitempty"`
}