< Back

Remove-DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference

Sat Jan 18, 2020 2:05 pm

NAME Remove-DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference



SYNOPSIS

Removes a reference from a "roleAssignment" to a "microsoft.graph.roleDefinition" object.





SYNTAX

Remove-DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference -roleAssignmentId <string>

-roleDefinitionId <string> [<CommonParameters>]





DESCRIPTION

Removes a reference from the "roleAssignment" object to a "roleDefinition".



Role definition this assignment is part of.



Graph Call: DELETE

~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments/{roleAssignmentId}/roleDefinition/$ref





PARAMETERS

-roleDefinitionId <string>

A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-roleAssignmentId <string>

A required ID for referencing a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.



System.String

A required ID for referencing a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.





OUTPUTS





RELATED LINKS

GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK