// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // SignInFrequencySessionControl undocumented type SignInFrequencySessionControl struct { // ConditionalAccessSessionControl is the base model of SignInFrequencySessionControl ConditionalAccessSessionControl // Value undocumented Value *int `json:"value,omitempty"` // Type undocumented Type *SigninFrequencyType `json:"type,omitempty"` }