Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoleAssignment

Package version

interface

An interface representing RoleAssignment. Azure role assignment details.

Hierarchy

  • RoleAssignment

Index

Properties

Optional id

id: undefined | string
member

{string} [id] The ARM Id of the role assignment.

Optional name

name: undefined | string
member

{string} [name] The name of the role assignment.

Optional principalId

principalId: undefined | string
member

{string} [principalId] Principal Id.

Optional roleDefinitionId

roleDefinitionId: undefined | string
member

{string} [roleDefinitionId] Role definition id.

Optional scope

scope: undefined | string
member

{string} [scope] Role assignment scope.

Generated using TypeDoc