diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelAlternative.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelAlternative.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlternative.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlternative.go new file mode 100644 index 00000000..19ce9531 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlternative.go @@ -0,0 +1,15 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// AlternativeSecurityID undocumented +type AlternativeSecurityID struct { + // Object is the base model of AlternativeSecurityID + Object + // Type undocumented + Type *int `json:"type,omitempty"` + // IdentityProvider undocumented + IdentityProvider *string `json:"identityProvider,omitempty"` + // Key undocumented + Key *Binary `json:"key,omitempty"` +} |