Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type ConditionalAccessConditionSet struct {
Applications ConditionalAccessApplications `json:"applications"`

// Authentication flows included in the policy scope.
AuthenticationFlows *ConditionalAccessAuthenticationFlows `json:"authenticationFlows,omitempty"`
AuthenticationFlows *ConditionalAccessAuthenticationFlows `json:"authenticationFlows"`

// Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients,
// exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor
Expand Down
Loading