Skip to content

Commit

Permalink
Pull in new microsoft/azure resource fileds
Browse files Browse the repository at this point in the history
Fancy new stuff

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 15, 2024
1 parent 9a656d6 commit 680f4df
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@ Microsoft Defender for Cloud

**Fields**

| ID | TYPE | DESCRIPTION |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| subscriptionId | string | Subscription identifier |
| monitoringAgentAutoProvision | bool | Whether the monitoring agent is automatically provisioned on new VMs |
| defenderForServers | dict | List of Defender for Server components and whether they are enabled |
| defenderForContainers | dict | List of Defender for Container components and whether they are enabled |
| securityContacts | &#91;&#93;[azure.subscription.cloudDefenderService.securityContact](azure.subscription.clouddefenderservice.securitycontact.md) | List of configured security contacts |
| ID | TYPE | DESCRIPTION |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| subscriptionId | string | Subscription identifier |
| monitoringAgentAutoProvision | bool | Whether the monitoring agent is automatically provisioned on new VMs |
| defenderForServers | dict | List of Defender for Servers components and whether they are enabled |
| defenderForAppServices | dict | Microsoft Defender for App Service configuration |
| defenderForSqlServersOnMachines | dict | Microsoft Defender for SQL servers on machines configuration |
| defenderForSqlDatabases | dict | Microsoft Defender for Azure SQL Databases configuration |
| defenderForOpenSourceDatabases | dict | Microsoft Defender for open-source relational databases configuration |
| defenderForCosmosDb | dict | Microsoft Defender for Azure Cosmos DB configuration |
| defenderForStorageAccounts | dict | Microsoft Defender for Storage Accounts configuration |
| defenderForKeyVaults | dict | Microsoft Defender for Key Vault configuration |
| defenderForResourceManager | dict | Microsoft Defender for Resource Manager configuration |
| defenderForContainers | dict | Defender for Containers components configuration |
| securityContacts | &#91;&#93;[azure.subscription.cloudDefenderService.securityContact](azure.subscription.clouddefenderservice.securitycontact.md) | List of configured security contacts |

**References**

Expand Down
58 changes: 39 additions & 19 deletions docs/mql/resources/ms365-pack/microsoft.application.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,42 @@ microsoft.application(name string)

**Fields**

| ID | TYPE | DESCRIPTION |
| --------------------- | ------------------------------------------------------------------------- | ------------------------------------ |
| id | string | Application ID |
| appId | string | Application app ID |
| name | string | Application display name |
| displayName | string | Deprecated: Use `name` instead |
| description | string | Description |
| notes | string | Notes |
| tags | &#91;&#93;string | Tags |
| createdAt | time | Application creation date |
| createdDateTime | time | Deprecated: Use `createdAt` instead |
| identifierUris | &#91;&#93;string | Application identifier URIs |
| publisherDomain | string | Application publisher domain |
| signInAudience | string | Application sign-in audience |
| info | dict | Basic profile information |
| secrets | &#91;&#93;[microsoft.passwordCredential](microsoft.passwordcredential.md) | Client secrets |
| certificates | &#91;&#93;[microsoft.keyCredential](microsoft.keycredential.md) | Certificates |
| hasExpiredCredentials | bool | Whether the credentials have expired |
| owners | &#91;&#93;[microsoft.user](microsoft.user.md) | Application owner |
| ID | TYPE | DESCRIPTION |
| --------------------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------- |
| id | string | Object ID |
| appId | string | Application (client) ID |
| name | string | Application display name |
| displayName | string | Deprecated: Use `name` instead |
| description | string | Description |
| notes | string | Notes |
| tags | &#91;&#93;string | Tags |
| applicationTemplateId | string | Application template ID |
| disabledByMicrosoftStatus | string | Microsoft disabled status |
| groupMembershipClaims | string | Group membership claims |
| createdAt | time | Application creation date |
| createdDateTime | time | Deprecated: Use `createdAt` instead |
| identifierUris | &#91;&#93;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 | &#91;&#93;[microsoft.passwordCredential](microsoft.passwordcredential.md) | Client secrets |
| certificates | &#91;&#93;[microsoft.keyCredential](microsoft.keycredential.md) | Certificates |
| hasExpiredCredentials | bool | Whether the credentials have expired |
| owners | &#91;&#93;[microsoft.user](microsoft.user.md) | Application owner |
| servicePrincipal | [microsoft.serviceprincipal](microsoft.serviceprincipal.md) | 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 |
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2303,14 +2303,14 @@
"@types/node" "*"

"@types/unist@*", "@types/unist@^3.0.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20"
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==

"@types/unist@^2.0.0":
version "2.0.10"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
version "2.0.11"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==

"@types/ws@^8.5.5":
version "8.5.12"
Expand Down Expand Up @@ -3718,9 +3718,9 @@ [email protected]:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.5.4:
version "1.5.7"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.7.tgz#425d2a7f76ecfa564fdca1040d11fb1979851f3c"
integrity sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==
version "1.5.8"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.8.tgz#0a3225b305212f347be48f159a3c0a117d5e9801"
integrity sha512-4Nx0gP2tPNBLTrFxBMHpkQbtn2hidPVr/+/FTtcCiBYTucqc70zRyVZiOLj17Ui3wTO7SQ1/N+hkHYzJjBzt6A==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 680f4df

Please sign in to comment.