ibmsecurityverify

package
v0.0.34 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiClient

type ApiClient struct {
	// contains filtered or unexported fields
}

func (*ApiClient) GetGroup

func (apiClient *ApiClient) GetGroup(tenantUrl string, groupId string) IsvGroup

func (*ApiClient) SetCredentialsSecret

func (apiClient *ApiClient) SetCredentialsSecret(secret *corev1.Secret)

func (*ApiClient) SetHttpClient

func (apiClient *ApiClient) SetHttpClient(client HttpClient)

type HttpClient

type HttpClient interface {
	Do(req *http.Request) (*http.Response, error)
}

type IbmSecurityVerifyClient

type IbmSecurityVerifyClient interface {
	SetHttpClient(client HttpClient)
	SetCredentialsSecret(secret *corev1.Secret)
	GetGroup(tenantUrl string, groupId string) IsvGroup
}

type IsvGroup

type IsvGroup struct {
	Id          string           `json:"id,omitempty"`
	DisplayName string           `json:"displayName,omitempty"`
	Members     []IsvGroupMember `json:"members,omitempty"`
}

type IsvGroupMember

type IsvGroupMember struct {
	Id         string `json:"id,omitempty"`
	ExternalId string `json:"externalId,omitempty"`
	UserName   string `json:"userName,omitempty"`
}

Jump to

Keyboard shortcuts

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