public class RestrictedSignIn extends SignIn implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
RestrictedSignIn.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
targetTenantId |
alternateSignInName, appDisplayName, appId, appliedConditionalAccessPolicies, appliedConditionalAccessPoliciesNextLink, authenticationDetails, authenticationDetailsNextLink, authenticationMethodsUsed, authenticationMethodsUsedNextLink, authenticationProcessingDetails, authenticationProcessingDetailsNextLink, authenticationRequirement, authenticationRequirementPolicies, authenticationRequirementPoliciesNextLink, clientAppUsed, conditionalAccessStatus, correlationId, createdDateTime, deviceDetail, ipAddress, isInteractive, location, mfaDetail, networkLocationDetails, networkLocationDetailsNextLink, originalRequestId, processingTimeInMilliseconds, resourceDisplayName, resourceId, resourceTenantId, riskDetail, riskEventTypes, riskEventTypes_v2, riskEventTypes_v2NextLink, riskEventTypesNextLink, riskLevelAggregated, riskLevelDuringSignIn, riskState, servicePrincipalId, servicePrincipalName, signInEventTypes, signInEventTypesNextLink, status, tokenIssuerName, tokenIssuerType, userAgent, userDisplayName, userId, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RestrictedSignIn() |
| Modifier and Type | Method and Description |
|---|---|
static RestrictedSignIn.Builder |
builderRestrictedSignIn()
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<String> |
getTargetTenantId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
RestrictedSignIn |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
RestrictedSignIn |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
RestrictedSignIn |
withTargetTenantId(String targetTenantId) |
builderSignIn, getAlternateSignInName, getAppDisplayName, getAppId, getAppliedConditionalAccessPolicies, getAppliedConditionalAccessPolicies, getAuthenticationDetails, getAuthenticationDetails, getAuthenticationMethodsUsed, getAuthenticationMethodsUsed, getAuthenticationProcessingDetails, getAuthenticationProcessingDetails, getAuthenticationRequirement, getAuthenticationRequirementPolicies, getAuthenticationRequirementPolicies, getClientAppUsed, getConditionalAccessStatus, getCorrelationId, getCreatedDateTime, getDeviceDetail, getIpAddress, getIsInteractive, getLocation, getMfaDetail, getNetworkLocationDetails, getNetworkLocationDetails, getOriginalRequestId, getProcessingTimeInMilliseconds, getResourceDisplayName, getResourceId, getResourceTenantId, getRiskDetail, getRiskEventTypes_v2, getRiskEventTypes_v2, getRiskEventTypes, getRiskEventTypes, getRiskLevelAggregated, getRiskLevelDuringSignIn, getRiskState, getServicePrincipalId, getServicePrincipalName, getSignInEventTypes, getSignInEventTypes, getStatus, getTokenIssuerName, getTokenIssuerType, getUserAgent, getUserDisplayName, getUserId, getUserPrincipalName, withAlternateSignInName, withAppDisplayName, withAppId, withAuthenticationRequirement, withClientAppUsed, withConditionalAccessStatus, withCorrelationId, withCreatedDateTime, withDeviceDetail, withIpAddress, withIsInteractive, withLocation, withMfaDetail, withOriginalRequestId, withProcessingTimeInMilliseconds, withResourceDisplayName, withResourceId, withResourceTenantId, withRiskDetail, withRiskLevelAggregated, withRiskLevelDuringSignIn, withRiskState, withServicePrincipalId, withServicePrincipalName, withStatus, withTokenIssuerName, withTokenIssuerType, withUserAgent, withUserDisplayName, withUserId, withUserPrincipalNameprotected String targetTenantId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class SignInpublic static RestrictedSignIn.Builder builderRestrictedSignIn()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class SignInpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class SignInpublic RestrictedSignIn withTargetTenantId(String targetTenantId)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class SignInpublic RestrictedSignIn patch()
this with changed fields reset.public RestrictedSignIn put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.