Interface IRoleReference

Description of IRoleReference interface

interface IRoleReference {
    role: IRole;
    self: string;
}

Properties

Properties

role: IRole

A role resource being referenced

self: string

Link to this Resource