Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleClient ¶
type RoleClient struct { security.BaseClient // contains filtered or unexported fields }
RoleClient structure
func NewRoleClient ¶
func NewRoleClient(cloudFQDN string, authorizer auth.Authorizer) (*RoleClient, error)
NewRoleClient method returns new client
func (*RoleClient) CreateOrUpdate ¶
func (c *RoleClient) CreateOrUpdate(ctx context.Context, name string, role *security.Role) (*security.Role, error)
Ensure methods invokes create or update on the client
Click to show internal directories.
Click to hide internal directories.