Package odata.msgraph.client.beta.entity
Class SignIn
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.SignIn
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
RestrictedSignIn
public class SignIn extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignIn.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSignIn()
-
Method Summary
-
-
-
Field Detail
-
appDisplayName
protected String appDisplayName
-
appId
protected String appId
-
appliedConditionalAccessPolicies
protected List<AppliedConditionalAccessPolicy> appliedConditionalAccessPolicies
-
appliedConditionalAccessPoliciesNextLink
protected String appliedConditionalAccessPoliciesNextLink
-
authenticationDetails
protected List<AuthenticationDetail> authenticationDetails
-
authenticationDetailsNextLink
protected String authenticationDetailsNextLink
-
authenticationMethodsUsedNextLink
protected String authenticationMethodsUsedNextLink
-
authenticationProcessingDetailsNextLink
protected String authenticationProcessingDetailsNextLink
-
authenticationProtocol
protected ProtocolType authenticationProtocol
-
authenticationRequirement
protected String authenticationRequirement
-
authenticationRequirementPolicies
protected List<AuthenticationRequirementPolicy> authenticationRequirementPolicies
-
authenticationRequirementPoliciesNextLink
protected String authenticationRequirementPoliciesNextLink
-
autonomousSystemNumber
protected Integer autonomousSystemNumber
-
clientAppUsed
protected String clientAppUsed
-
conditionalAccessStatus
protected ConditionalAccessStatus conditionalAccessStatus
-
correlationId
protected String correlationId
-
createdDateTime
protected OffsetDateTime createdDateTime
-
crossTenantAccessType
protected SignInAccessType crossTenantAccessType
-
deviceDetail
protected DeviceDetail deviceDetail
-
flaggedForReview
protected Boolean flaggedForReview
-
homeTenantId
protected String homeTenantId
-
homeTenantName
protected String homeTenantName
-
incomingTokenType
protected IncomingTokenType incomingTokenType
-
ipAddress
protected String ipAddress
-
ipAddressFromResourceProvider
protected String ipAddressFromResourceProvider
-
isInteractive
protected Boolean isInteractive
-
isTenantRestricted
protected Boolean isTenantRestricted
-
location
protected SignInLocation location
-
mfaDetail
protected MfaDetail mfaDetail
-
networkLocationDetails
protected List<NetworkLocationDetail> networkLocationDetails
-
networkLocationDetailsNextLink
protected String networkLocationDetailsNextLink
-
originalRequestId
protected String originalRequestId
-
privateLinkDetails
protected PrivateLinkDetails privateLinkDetails
-
processingTimeInMilliseconds
protected Integer processingTimeInMilliseconds
-
resourceDisplayName
protected String resourceDisplayName
-
resourceId
protected String resourceId
-
resourceTenantId
protected String resourceTenantId
-
riskDetail
protected RiskDetail riskDetail
-
riskEventTypes_v2NextLink
protected String riskEventTypes_v2NextLink
-
riskLevelAggregated
protected RiskLevel riskLevelAggregated
-
riskLevelDuringSignIn
protected RiskLevel riskLevelDuringSignIn
-
riskState
protected RiskState riskState
-
servicePrincipalCredentialKeyId
protected String servicePrincipalCredentialKeyId
-
servicePrincipalCredentialThumbprint
protected String servicePrincipalCredentialThumbprint
-
servicePrincipalId
protected String servicePrincipalId
-
servicePrincipalName
protected String servicePrincipalName
-
signInEventTypesNextLink
protected String signInEventTypesNextLink
-
signInIdentifier
protected String signInIdentifier
-
signInIdentifierType
protected SignInIdentifierType signInIdentifierType
-
status
protected SignInStatus status
-
tokenIssuerName
protected String tokenIssuerName
-
tokenIssuerType
protected TokenIssuerType tokenIssuerType
-
uniqueTokenIdentifier
protected String uniqueTokenIdentifier
-
userAgent
protected String userAgent
-
userDisplayName
protected String userDisplayName
-
userId
protected String userId
-
userPrincipalName
protected String userPrincipalName
-
userType
protected SignInUserType userType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSignIn
public static SignIn.Builder builderSignIn()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAppliedConditionalAccessPolicies
public com.github.davidmoten.odata.client.CollectionPage<AppliedConditionalAccessPolicy> getAppliedConditionalAccessPolicies()
-
withAppliedConditionalAccessPolicies
public SignIn withAppliedConditionalAccessPolicies(List<AppliedConditionalAccessPolicy> appliedConditionalAccessPolicies)
-
getAppliedConditionalAccessPolicies
public com.github.davidmoten.odata.client.CollectionPage<AppliedConditionalAccessPolicy> getAppliedConditionalAccessPolicies(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAuthenticationDetails
public com.github.davidmoten.odata.client.CollectionPage<AuthenticationDetail> getAuthenticationDetails()
-
withAuthenticationDetails
public SignIn withAuthenticationDetails(List<AuthenticationDetail> authenticationDetails)
-
getAuthenticationDetails
public com.github.davidmoten.odata.client.CollectionPage<AuthenticationDetail> getAuthenticationDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAuthenticationMethodsUsed
public com.github.davidmoten.odata.client.CollectionPage<String> getAuthenticationMethodsUsed()
-
withAuthenticationMethodsUsed
public SignIn withAuthenticationMethodsUsed(List<String> authenticationMethodsUsed)
-
getAuthenticationMethodsUsed
public com.github.davidmoten.odata.client.CollectionPage<String> getAuthenticationMethodsUsed(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAuthenticationProcessingDetails
public com.github.davidmoten.odata.client.CollectionPage<KeyValue> getAuthenticationProcessingDetails()
-
withAuthenticationProcessingDetails
public SignIn withAuthenticationProcessingDetails(List<KeyValue> authenticationProcessingDetails)
-
getAuthenticationProcessingDetails
public com.github.davidmoten.odata.client.CollectionPage<KeyValue> getAuthenticationProcessingDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAuthenticationProtocol
public Optional<ProtocolType> getAuthenticationProtocol()
-
withAuthenticationProtocol
public SignIn withAuthenticationProtocol(ProtocolType authenticationProtocol)
-
withAuthenticationRequirement
public SignIn withAuthenticationRequirement(String authenticationRequirement)
-
getAuthenticationRequirementPolicies
public com.github.davidmoten.odata.client.CollectionPage<AuthenticationRequirementPolicy> getAuthenticationRequirementPolicies()
-
withAuthenticationRequirementPolicies
public SignIn withAuthenticationRequirementPolicies(List<AuthenticationRequirementPolicy> authenticationRequirementPolicies)
-
getAuthenticationRequirementPolicies
public com.github.davidmoten.odata.client.CollectionPage<AuthenticationRequirementPolicy> getAuthenticationRequirementPolicies(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAutonomousSystemNumber
public SignIn withAutonomousSystemNumber(Integer autonomousSystemNumber)
-
getConditionalAccessStatus
public Optional<ConditionalAccessStatus> getConditionalAccessStatus()
-
withConditionalAccessStatus
public SignIn withConditionalAccessStatus(ConditionalAccessStatus conditionalAccessStatus)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public SignIn withCreatedDateTime(OffsetDateTime createdDateTime)
-
getCrossTenantAccessType
public Optional<SignInAccessType> getCrossTenantAccessType()
-
withCrossTenantAccessType
public SignIn withCrossTenantAccessType(SignInAccessType crossTenantAccessType)
-
getDeviceDetail
public Optional<DeviceDetail> getDeviceDetail()
-
withDeviceDetail
public SignIn withDeviceDetail(DeviceDetail deviceDetail)
-
getIncomingTokenType
public Optional<IncomingTokenType> getIncomingTokenType()
-
withIncomingTokenType
public SignIn withIncomingTokenType(IncomingTokenType incomingTokenType)
-
withIpAddressFromResourceProvider
public SignIn withIpAddressFromResourceProvider(String ipAddressFromResourceProvider)
-
getLocation
public Optional<SignInLocation> getLocation()
-
withLocation
public SignIn withLocation(SignInLocation location)
-
getNetworkLocationDetails
public com.github.davidmoten.odata.client.CollectionPage<NetworkLocationDetail> getNetworkLocationDetails()
-
withNetworkLocationDetails
public SignIn withNetworkLocationDetails(List<NetworkLocationDetail> networkLocationDetails)
-
getNetworkLocationDetails
public com.github.davidmoten.odata.client.CollectionPage<NetworkLocationDetail> getNetworkLocationDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getPrivateLinkDetails
public Optional<PrivateLinkDetails> getPrivateLinkDetails()
-
withPrivateLinkDetails
public SignIn withPrivateLinkDetails(PrivateLinkDetails privateLinkDetails)
-
withProcessingTimeInMilliseconds
public SignIn withProcessingTimeInMilliseconds(Integer processingTimeInMilliseconds)
-
getRiskDetail
public Optional<RiskDetail> getRiskDetail()
-
withRiskDetail
public SignIn withRiskDetail(RiskDetail riskDetail)
-
getRiskEventTypes_v2
public com.github.davidmoten.odata.client.CollectionPage<String> getRiskEventTypes_v2()
-
getRiskEventTypes_v2
public com.github.davidmoten.odata.client.CollectionPage<String> getRiskEventTypes_v2(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withServicePrincipalCredentialKeyId
public SignIn withServicePrincipalCredentialKeyId(String servicePrincipalCredentialKeyId)
-
getServicePrincipalCredentialThumbprint
public Optional<String> getServicePrincipalCredentialThumbprint()
-
withServicePrincipalCredentialThumbprint
public SignIn withServicePrincipalCredentialThumbprint(String servicePrincipalCredentialThumbprint)
-
getSignInEventTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getSignInEventTypes()
-
getSignInEventTypes
public com.github.davidmoten.odata.client.CollectionPage<String> getSignInEventTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSignInIdentifierType
public Optional<SignInIdentifierType> getSignInIdentifierType()
-
withSignInIdentifierType
public SignIn withSignInIdentifierType(SignInIdentifierType signInIdentifierType)
-
getStatus
public Optional<SignInStatus> getStatus()
-
withStatus
public SignIn withStatus(SignInStatus status)
-
getTokenIssuerType
public Optional<TokenIssuerType> getTokenIssuerType()
-
withTokenIssuerType
public SignIn withTokenIssuerType(TokenIssuerType tokenIssuerType)
-
getUserType
public Optional<SignInUserType> getUserType()
-
withUserType
public SignIn withUserType(SignInUserType userType)
-
withUnmappedField
public SignIn withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public SignIn patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SignIn put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-