identity

package
v0.10.6-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityClient

type IdentityClient struct {
	security.BaseClient
	// contains filtered or unexported fields
}

Client structure

func NewIdentityClient

func NewIdentityClient(cloudFQDN string, authorizer auth.Authorizer) (*IdentityClient, error)

NewClient method returns new client

func (*IdentityClient) CreateOrUpdate

func (c *IdentityClient) CreateOrUpdate(ctx context.Context, group, name string, identity *security.Identity) (*security.Identity, error)

CreateOrUpdate methods invokes create or update on the client

func (*IdentityClient) Delete

func (c *IdentityClient) Delete(ctx context.Context, group, name string) error

Delete methods invokes delete of the Identity resource

func (*IdentityClient) Get

func (c *IdentityClient) Get(ctx context.Context, group, name string) (*[]security.Identity, error)

Get methods invokes the client Get method

type Service

type Service interface {
	Get(context.Context, string, string) (*[]security.Identity, error)
	CreateOrUpdate(context.Context, string, string, *security.Identity) (*security.Identity, error)
	Delete(context.Context, string, string) error
}

Service interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL