diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ConditionalAccessGrantControlsModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ConditionalAccessGrantControlsModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ConditionalAccessGrantControlsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ConditionalAccessGrantControlsModel.go new file mode 100644 index 00000000..d9c23587 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ConditionalAccessGrantControlsModel.go @@ -0,0 +1,17 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ConditionalAccessGrantControls undocumented +type ConditionalAccessGrantControls struct { + // Object is the base model of ConditionalAccessGrantControls + Object + // Operator undocumented + Operator *string `json:"operator,omitempty"` + // BuiltInControls undocumented + BuiltInControls []ConditionalAccessGrantControl `json:"builtInControls,omitempty"` + // CustomAuthenticationFactors undocumented + CustomAuthenticationFactors []string `json:"customAuthenticationFactors,omitempty"` + // TermsOfUse undocumented + TermsOfUse []string `json:"termsOfUse,omitempty"` +} |