/microsoft-active-directory-applications | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
microsoft_active_directory_applications_add_application_password | Add a client secret to an application |
microsoft_active_directory_applications_create_application | Create a new application |
microsoft_active_directory_applications_delete_application | Delete an application |
microsoft_active_directory_applications_get_application | Get an application by ID |
microsoft_active_directory_applications_list_application_owners | List owners of an application |
microsoft_active_directory_applications_list_applications | List applications |
microsoft_active_directory_applications_remove_application_password | Remove a client secret from an application |
microsoft_active_directory_applications_update_application | Update an application |
microsoft_active_directory_applications_add_application_password
Add a client secret to an application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
application_id | string | Yes | — | Application Id |
passwordCredential | object | No | — | Password Credential |
microsoft_active_directory_applications_create_application
Create a new application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | The description value |
displayName | string | Yes | — | Display Name |
signInAudience | string | No | — | AzureADMyOrg | AzureADMultipleOrgs | AzureADandPersonalMicrosoftAccount | PersonalMicrosoftAccount |
microsoft_active_directory_applications_delete_application
Delete an application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
application_id | string | Yes | — | Application Id |
microsoft_active_directory_applications_get_application
Get an application by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
application_id | string | Yes | — | Application object ID (GUID) — not the appId |
$select | string | No | — | The $select value |
microsoft_active_directory_applications_list_application_owners
List owners of an application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
application_id | string | Yes | — | Application Id |
microsoft_active_directory_applications_list_applications
List applications Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
$filter | string | No | — | The $filter value |
$select | string | No | — | The $select value |
$top | integer | No | — | The $top value |
$orderby | string | No | — | The $orderby value |
microsoft_active_directory_applications_remove_application_password
Remove a client secret from an application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
application_id | string | Yes | — | Application Id |
keyId | string | Yes | — | GUID of the password credential to remove |
microsoft_active_directory_applications_update_application
Update an application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
application_id | string | Yes | — | Application Id |
description | string | No | — | The description value |
displayName | string | No | — | Display Name |
signInAudience | string | No | — | Sign In Audience |

