public class OnPremisesConditionalAccessSettings extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
OnPremisesConditionalAccessSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected List<String> |
excludedGroups |
protected String |
excludedGroupsNextLink |
protected List<String> |
includedGroups |
protected String |
includedGroupsNextLink |
protected Boolean |
overrideDefaultRule |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OnPremisesConditionalAccessSettings() |
| Modifier and Type | Method and Description |
|---|---|
static OnPremisesConditionalAccessSettings.Builder |
builderOnPremisesConditionalAccessSettings()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getEnabled()
“Indicates if on premises conditional access is enabled for this organization”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getExcludedGroups()
“User groups that will be exempt by on premises conditional access.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getExcludedGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)
“User groups that will be exempt by on premises conditional access.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getIncludedGroups()
“User groups that will be targeted by on premises conditional access.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getIncludedGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)
“User groups that will be targeted by on premises conditional access.
|
Optional<Boolean> |
getOverrideDefaultRule()
“Override the default access rule when allowing a device to ensure access is
granted.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
OnPremisesConditionalAccessSettings |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OnPremisesConditionalAccessSettings |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
OnPremisesConditionalAccessSettings |
withEnabled(Boolean enabled)
Returns an immutable copy of
this with just the enabled field
changed. |
OnPremisesConditionalAccessSettings |
withOverrideDefaultRule(Boolean overrideDefaultRule)
Returns an immutable copy of
this with just the overrideDefaultRule field changed. |
protected Boolean enabled
protected String includedGroupsNextLink
protected String excludedGroupsNextLink
protected Boolean overrideDefaultRule
protected OnPremisesConditionalAccessSettings()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static OnPremisesConditionalAccessSettings.Builder builderOnPremisesConditionalAccessSettings()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<Boolean> getEnabled()
public OnPremisesConditionalAccessSettings withEnabled(Boolean enabled)
this with just the enabled field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Indicates if on premises conditional access is enabled for this organization”
enabled - new value of enabled field (as defined in service metadata)this with just the enabled field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getIncludedGroups()
public com.github.davidmoten.odata.client.CollectionPage<String> getIncludedGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludedGroups()
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludedGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<Boolean> getOverrideDefaultRule()
public OnPremisesConditionalAccessSettings withOverrideDefaultRule(Boolean overrideDefaultRule)
this with just the overrideDefaultRule field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Override the default access rule when allowing a device to ensure access is granted.”
overrideDefaultRule - new value of overrideDefaultRule field (as defined in service metadata)this with just the overrideDefaultRule field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic OnPremisesConditionalAccessSettings patch()
this with changed fields reset.public OnPremisesConditionalAccessSettings put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.