Skip to main content

role_definitions

Overview

Namerole_definitions
TypeResource
Idazure.authorization.role_definitions

Fields

NameDatatypeDescription
idstringThe role definition ID.
namestringThe role definition name.
propertiesobjectRole definition properties.
typestringThe role definition type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTroleDefinitionId, scopeGet role definition by ID (GUID).
listSELECTscopeGet all role definitions that are applicable at scope and above.
create_or_updateINSERTroleDefinitionId, scopeCreates or updates a role definition.
deleteDELETEroleDefinitionId, scopeDeletes a role definition.
_listEXECscopeGet all role definitions that are applicable at scope and above.