/microsoft-active-directory-service-principals | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
microsoft_active_directory_service_principals_get_principal | Get a service principal by ID |
microsoft_active_directory_service_principals_list_service_principals | List service principals |
microsoft_active_directory_service_principals_list_sp_app_role_assigned_to | List app role assignments granted on a service principal |
microsoft_active_directory_service_principals_list_sp_app_role_assignments | List app role assignments granted to a service principal |
microsoft_active_directory_service_principals_list_sp_oauth2_permission_grants | List delegated permission grants for a service principal |
microsoft_active_directory_service_principals_get_principal
Get a service principal by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
sp_id | string | Yes | — | Service principal ID (GUID) |
$select | string | No | — | Comma-separated list of properties to return |
microsoft_active_directory_service_principals_list_service_principals
List service principals Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
$filter | string | No | — | OData filter expression |
$select | string | No | — | Comma-separated list of properties to return |
$top | integer | No | — | Number of results to return |
microsoft_active_directory_service_principals_list_sp_app_role_assigned_to
List app role assignments granted on a service principal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
sp_id | string | Yes | — | Sp Id |
microsoft_active_directory_service_principals_list_sp_app_role_assignments
List app role assignments granted to a service principal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
sp_id | string | Yes | — | Sp Id |
microsoft_active_directory_service_principals_list_sp_oauth2_permission_grants
List delegated permission grants for a service principal Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
sp_id | string | Yes | — | Sp Id |

