DSCResources/MSFT_AADTenantDetails/settings.json

{
    "description": "This resource configures the Azure AD Tenant Details.",
    "permissions": [
        {
            "read": [
                {
                    "name": "Organization.Read.All"
                }
            ],
            "update": [
                {
                    "name": "Organization.ReadWrite.All"
                }
            ]
        }
    ]
}