| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
RestrictedSignIn |
| Modifier and Type | Method and Description |
|---|---|
SignIn |
SignIn.Builder.build() |
SignIn |
SignIn.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
SignIn |
SignIn.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
SignIn |
SignIn.withAlternateSignInName(String alternateSignInName) |
SignIn |
SignIn.withAppDisplayName(String appDisplayName) |
SignIn |
SignIn.withAppId(String appId) |
SignIn |
SignIn.withAuthenticationRequirement(String authenticationRequirement) |
SignIn |
SignIn.withClientAppUsed(String clientAppUsed) |
SignIn |
SignIn.withConditionalAccessStatus(ConditionalAccessStatus conditionalAccessStatus) |
SignIn |
SignIn.withCorrelationId(String correlationId) |
SignIn |
SignIn.withCreatedDateTime(OffsetDateTime createdDateTime) |
SignIn |
SignIn.withDeviceDetail(DeviceDetail deviceDetail) |
SignIn |
SignIn.withIpAddress(String ipAddress) |
SignIn |
SignIn.withIsInteractive(Boolean isInteractive) |
SignIn |
SignIn.withLocation(SignInLocation location) |
SignIn |
SignIn.withMfaDetail(MfaDetail mfaDetail) |
SignIn |
SignIn.withOriginalRequestId(String originalRequestId) |
SignIn |
SignIn.withProcessingTimeInMilliseconds(Integer processingTimeInMilliseconds) |
SignIn |
SignIn.withResourceDisplayName(String resourceDisplayName) |
SignIn |
SignIn.withResourceId(String resourceId) |
SignIn |
SignIn.withResourceTenantId(String resourceTenantId) |
SignIn |
SignIn.withRiskDetail(RiskDetail riskDetail) |
SignIn |
SignIn.withRiskLevelAggregated(RiskLevel riskLevelAggregated) |
SignIn |
SignIn.withRiskLevelDuringSignIn(RiskLevel riskLevelDuringSignIn) |
SignIn |
SignIn.withRiskState(RiskState riskState) |
SignIn |
SignIn.withServicePrincipalId(String servicePrincipalId) |
SignIn |
SignIn.withServicePrincipalName(String servicePrincipalName) |
SignIn |
SignIn.withStatus(SignInStatus status) |
SignIn |
SignIn.withTokenIssuerName(String tokenIssuerName) |
SignIn |
SignIn.withTokenIssuerType(TokenIssuerType tokenIssuerType) |
SignIn |
SignIn.withUserAgent(String userAgent) |
SignIn |
SignIn.withUserDisplayName(String userDisplayName) |
SignIn |
SignIn.withUserId(String userId) |
SignIn |
SignIn.withUserPrincipalName(String userPrincipalName) |
Copyright © 2018–2020. All rights reserved.