Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManageParameter ¶
type ManageParameter struct { Principal PrincipalParameter `json:"principal"` Roles map[string]any `json:"roles,omitempty"` // values must be `true` to add, `null` to remove }
type PrincipalParameter ¶
type PrincipalParameter struct {
ID string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.