Interface YamlUserGrant

interface YamlUserGrant {
    roles: string[];
}

Properties

Properties

roles: string[]

A list of roles granted to the user.

Generated using TypeDoc