Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Server path: /microsoft-active-directory-service-principals | Type: Application | PCID required: Yes
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 |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"sp_id": {
"type": "string",
"description": "Service principal ID (GUID)"
},
"$select": {
"type": "string",
"description": "Comma-separated list of properties to return"
}
},
"required": [
"PCID",
"sp_id"
]
}
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 |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"$filter": {
"type": "string",
"description": "OData filter expression"
},
"$select": {
"type": "string",
"description": "Comma-separated list of properties to return"
},
"$top": {
"type": "integer",
"description": "Number of results to return"
}
},
"required": [
"PCID"
]
}
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 |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"sp_id": {
"type": "string",
"description": "Sp Id"
}
},
"required": [
"PCID",
"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 |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"sp_id": {
"type": "string",
"description": "Sp Id"
}
},
"required": [
"PCID",
"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 |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"sp_id": {
"type": "string",
"description": "Sp Id"
}
},
"required": [
"PCID",
"sp_id"
]
}