github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelAlternative.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AlternativeSecurityID undocumented
     6  type AlternativeSecurityID struct {
     7  	// Object is the base model of AlternativeSecurityID
     8  	Object
     9  	// Type undocumented
    10  	Type *int `json:"type,omitempty"`
    11  	// IdentityProvider undocumented
    12  	IdentityProvider *string `json:"identityProvider,omitempty"`
    13  	// Key undocumented
    14  	Key *Binary `json:"key,omitempty"`
    15  }