microsoft.application
Description
Microsoft Entra ID application registration
Init
microsoft.application(name string) microsoft.application(id string)
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Object ID |
| appId | string | Application (client) ID |
| name | string | Application display name |
| description | string | Description |
| notes | string | Notes |
| tags | []string | Tags |
| applicationTemplateId | string | Application template ID |
| disabledByMicrosoftStatus | string | Microsoft disabled status |
| groupMembershipClaims | string | Group membership claims |
| createdAt | time | Application creation date |
| identifierUris | []string | Application identifier URIs |
| publisherDomain | string | Application publisher domain |
| signInAudience | string | Application sign-in audience |
| info | dict | Basic profile information |
| api | dict | Settings for an application that implements a web API |
| web | dict | Settings for a web application |
| spa | dict | Settings for a single-page application |
| secrets | []microsoft.passwordCredential | Client secrets |
| certificates | []microsoft.keyCredential | Certificates |
| hasExpiredCredentials | bool | Whether the credentials have expired |
| owners | []microsoft.user | Application owner |
| servicePrincipal | microsoft.serviceprincipal | Managed application in local directory |
| isDeviceOnlyAuthSupported | bool | Whether the application supports device-only authentication |
| isFallbackPublicClient | bool | Specifies the fallback application type as public client |
| nativeAuthenticationApisEnabled | string | Whether the application supports native authentication |
| serviceManagementReference | string | Service management reference |
| tokenEncryptionKeyId | string | Token encryption key ID |
| samlMetadataUrl | string | SAML metadata URL |
| defaultRedirectUri | string | Default redirect URI |
| certification | dict | Certification metadata |
| optionalClaims | dict | Optional claims |
| servicePrincipalLockConfiguration | dict | Service principal configuration |
| requestSignatureVerification | dict | Signature verification |
| parentalControlSettings | dict | Parental control settings |
| publicClient | dict | Public client configuration |
| appRoles | []microsoft.application.role | Application roles |