Document toolboxDocument toolbox

cloud.azure.ad.signin_all

Introduction

This union table collects information from a set of tables that contains sign-in information related to Azure.

Source tables

The information displayed is extracted from the following tables:

  • cloud.azure.ad.interactive_user_signin

  • cloud.azure.ad.managed_identity_signin

  • cloud.azure.ad.noninteractive_user_signin

  • cloud.azure.ad.service_principal_signin

  • cloud.azure.ad.signin

Table structure

This is a set of columns displayed by this union table, which is the result of the collection of columns present in all sources tables:

Extra fields

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

Field

Type

Extra fields

Field

Type

Extra fields

eventdate

timestamp

 

machine

str

 

source

str

 

region

str

 

action

str

 

application

str

 

user

str

 

source_ip

str

 

source_ipv4

ip4

 

source_ipv6

ip6

 

id

str

 

timestamp

timestamp

 

created_datetime

str

 

resource_id

str

 

signin_event_types

str

 

operation_name

str

 

operation_version

str

 

category

str

 

tenant_id

str

 

result

str

 

result_signature

str

 

result_description

str

 

duration_ms

int4

 

correlation_id

str

 

location

str

 

error_code

int4

 

failure_reason

str

 

user_agent

str

 

properties

json

 

message

str

 

hostchain

str

 

tag

str

 

Field transformations

Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.