Interface ShowFutureRoleGrant

interface ShowFutureRoleGrant {
    created_on: Date;
    grant_on: string;
    grant_option: string;
    grant_to: string;
    granted_by: string;
    grantee_name: string;
    name: string;
    privilege: string;
}

Properties

created_on: Date
grant_on: string
grant_option: string
grant_to: string
granted_by: string
grantee_name: string
name: string
privilege: string

Generated using TypeDoc