azure.com

Role based access control provides you a way to apply granular level policy administration down to individual resources or resource groups. These operations enable you to get deny assignments. A deny assignment describes the set of actions on resources that are denied for Azure Active Directory user

🔑 oauth2 6 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Gets a deny assignment by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{denyAssignmentId}
Gets deny assignments for a scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments
Get the specified deny assignment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
Endpoints (6 total)
GET
/{denyAssignmentId}
Gets a deny assignment by ID.
GET
/{scope}/providers/Microsoft.Authorization/denyAssignments
Gets deny assignments for a scope.
GET
/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
Get the specified deny assignment.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/denyAssignments
Gets all deny assignments for the subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/denyAssignments
Gets deny assignments for a resource group.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/denyAssignments
Gets deny assignments for a resource.
At a glance
Total SDKs9
Languages8
Endpoints6
Authoauth2
Categories1