Final answer:
An Application object is automatically created when you register an application in Entra ID; it holds the application's identification and authorization configurations.
Step-by-step explanation:
When you register an application in Entra ID (formerly known as Azure Active Directory), the object type that is created automatically is an Application object. The Application object represents the registered application within the identity service and contains important information such as application ID, authentication settings, and permissions.
This enables the application to authenticate, request tokens, and gain authorized access to resources based on defined permissions. User objects represent individuals, while Role objects define permissions, and Token objects are created at runtime when authentication occurs, not upon application registration.
When you register an application in Entrada, the object type that is automatically created is a Token. Tokens are generated to authenticate the application and allow it to access the necessary resources. They act as a form of identification for the application.