Skip to main content

role_assignments

Overview

Namerole_assignments
TypeResource
Idazure.authorization.role_assignments

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTroleAssignmentName, scopeGet a role assignment by scope and name.
createINSERTroleAssignmentName, scope, data__propertiesCreate or update a role assignment by scope and name.
deleteDELETEroleAssignmentName, scopeDelete a role assignment by scope and name.
delete_by_idDELETEroleAssignmentIdDelete a role assignment by ID.
create_by_idEXECroleAssignmentId, data__propertiesCreate or update a role assignment by ID.
get_by_idEXECroleAssignmentIdGet a role assignment by ID.