diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AlternativeSecurityIDModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/AlternativeSecurityIDModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AlternativeSecurityIDModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AlternativeSecurityIDModel.go deleted file mode 100644 index 19ce9531..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/AlternativeSecurityIDModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// 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"` -} |