Description of IRole interface

interface IRole {
    id?: string;
    name?: string;
    self?: string;
}

Properties

Properties

id?: string

Uniquely identifies a Role

name?: string

Descriptive Name of the Role

self?: string

Link to this Resource - optional property