🚀 Try Zilliz Cloud, the fully managed Milvus, for free—experience 10x faster performance! Try Now>>

Milvus
Zilliz
< Docs
  • Go

RestoreRBAC()

This operation restores your RBAC settings from a backup.

func (c *Client) RestoreRBAC(ctx context.Context, option RestoreRBACOption, callOptions ...grpc.CallOption) error

Request Parameters

Parameter

Description

Type

ctx

Context for the current call to work.

context.Context

opt

Optional parameters of the methods.

RestoreRBACOption

callOpts

Optional parameters for calling the methods.

grpc.CallOption

RestoreRBACOption

This is an interface type. You can use NewRestoreRBACOption() to get its concrete implementation

func NewRestoreRBACOption(meta *entity.RBACMeta) RestoreRBACOption

Parameter

Description

Type

meta

The RBAC settings to restore.

*entity.RBACMeta

Return

Null

Example


Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?