Interface ShowRoleGrant

interface ShowRoleGrant {
    created_on: Date;
    grant_option: string;
    granted_by: string;
    granted_on: string;
    granted_to: string;
    grantee_name: string;
    name: string;
    privilege: string;
}

Properties

created_on: Date
grant_option: string
granted_by: string
granted_on: string
granted_to: string
grantee_name: string
name: string
privilege: string

Generated using TypeDoc