Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForListUsers ¶
func GenReqDefForListUsers() *def.HttpRequestDef
func IdentityCenterStoreClientBuilder ¶
func IdentityCenterStoreClientBuilder() *httpclient.HcHttpClientBuilder
Types ¶
type IdentityCenterStoreClient ¶
type IdentityCenterStoreClient struct {
HcClient *httpclient.HcHttpClient
}
func NewIdentityCenterStoreClient ¶
func NewIdentityCenterStoreClient(hcClient *httpclient.HcHttpClient) *IdentityCenterStoreClient
func (*IdentityCenterStoreClient) ListUsers ¶
func (c *IdentityCenterStoreClient) ListUsers(request *model.ListUsersRequest) (*model.ListUsersResponse, error)
ListUsers 列出用户
查询指定身份源下的IAM身份中心用户列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*IdentityCenterStoreClient) ListUsersInvoker ¶
func (c *IdentityCenterStoreClient) ListUsersInvoker(request *model.ListUsersRequest) *ListUsersInvoker
ListUsersInvoker 列出用户
type ListUsersInvoker ¶
type ListUsersInvoker struct {
*invoker.BaseInvoker
}
func (*ListUsersInvoker) GetBaseInvoker ¶ added in v0.1.118
func (i *ListUsersInvoker) GetBaseInvoker() *invoker.BaseInvoker
func (*ListUsersInvoker) Invoke ¶
func (i *ListUsersInvoker) Invoke() (*model.ListUsersResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.