ui/RoleGrantOfferForm.svelte view source
to_account_id
type
stringto_actor_id?
Narrow the offer to a specific actor on to_account_id. Omit
(or null, the default) for the account-grain default — any
actor on the recipient account may accept.
type
string | nulloptional
roles
Roles the caller may offer — caller filters upstream (default: admin-grant-path).
type
Array<string>scope_id?
Resource scope for the offer; null (default) yields a global offer.
type
string | nulloptional
on_created?
type
(offer: RoleGrantOfferJson) => voidoptional
format_role?
type
(role: string) => stringoptional