github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelSingle.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // SingleSignOnExtension undocumented
     6  type SingleSignOnExtension struct {
     7  	// Object is the base model of SingleSignOnExtension
     8  	Object
     9  }
    10  
    11  // SingleValueLegacyExtendedProperty undocumented
    12  type SingleValueLegacyExtendedProperty struct {
    13  	// Entity is the base model of SingleValueLegacyExtendedProperty
    14  	Entity
    15  	// Value undocumented
    16  	Value *string `json:"value,omitempty"`
    17  }