get_dataverse_role
Retrieve detailed security role information including properties, business unit associations, and configuration settings to inspect role definitions and understand permission structures in Microsoft Dataverse.
Instructions
Retrieves detailed information about a specific security role including its properties, business unit association, and configuration settings. Use this to inspect role definitions and understand permission structures.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roleId | Yes | ID of the role to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"roleId": {
"description": "ID of the role to retrieve",
"type": "string"
}
},
"required": [
"roleId"
],
"type": "object"
}