DSCResources/MSFT_ADOOrganizationOwner/settings.json

{
    "resourceName": "ADOOrganizationOwner",
    "description": "Configures the owner of an Azure DevOPS organization.",
    "roles": {
        "read": [],
        "update": []
    },
    "permissions": {
        "graph": {
            "delegated": {
                "read": [],
                "update": []
            },
            "application": {
                "read": [],
                "update": []
            }
        }
    }
}