summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelSingle.go
blob: 1f93e5b80d8adfe3bf297a846a0b92ee11bb3e46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// SingleSignOnExtension undocumented
type SingleSignOnExtension struct {
	// Object is the base model of SingleSignOnExtension
	Object
}

// SingleValueLegacyExtendedProperty undocumented
type SingleValueLegacyExtendedProperty struct {
	// Entity is the base model of SingleValueLegacyExtendedProperty
	Entity
	// Value undocumented
	Value *string `json:"value,omitempty"`
}