micro_app_1_0

package
v1.3.34 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddAppRolesToMemberHeaders

type AddAppRolesToMemberHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddAppRolesToMemberHeaders) GoString

func (s AddAppRolesToMemberHeaders) GoString() string

func (*AddAppRolesToMemberHeaders) SetCommonHeaders

func (*AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken

func (s *AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppRolesToMemberHeaders

func (AddAppRolesToMemberHeaders) String

type AddAppRolesToMemberRequest

type AddAppRolesToMemberRequest struct {
	// 人员id
	MemberId *string `json:"memberId,omitempty" xml:"memberId,omitempty"`
	// 人员类型,“DEPT”表示部门,“USER”表示员工
	MemberType *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	// 执行用户userId
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	// 角色Id列表
	RoleList []*AddAppRolesToMemberRequestRoleList `json:"roleList,omitempty" xml:"roleList,omitempty" type:"Repeated"`
}

func (AddAppRolesToMemberRequest) GoString

func (s AddAppRolesToMemberRequest) GoString() string

func (*AddAppRolesToMemberRequest) SetMemberId

func (*AddAppRolesToMemberRequest) SetMemberType

func (*AddAppRolesToMemberRequest) SetOpUserId

func (*AddAppRolesToMemberRequest) SetRoleList

func (AddAppRolesToMemberRequest) String

type AddAppRolesToMemberRequestRoleList

type AddAppRolesToMemberRequestRoleList struct {
	// 角色ID
	RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	// 角色范围版本号
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
}

func (AddAppRolesToMemberRequestRoleList) GoString

func (*AddAppRolesToMemberRequestRoleList) SetRoleId

func (*AddAppRolesToMemberRequestRoleList) SetScopeVersion

func (AddAppRolesToMemberRequestRoleList) String

type AddAppRolesToMemberResponse

type AddAppRolesToMemberResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddAppRolesToMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddAppRolesToMemberResponse) GoString

func (s AddAppRolesToMemberResponse) GoString() string

func (*AddAppRolesToMemberResponse) SetBody

func (*AddAppRolesToMemberResponse) SetHeaders

func (AddAppRolesToMemberResponse) String

type AddAppRolesToMemberResponseBody

type AddAppRolesToMemberResponseBody struct {
	Result []*AddAppRolesToMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (AddAppRolesToMemberResponseBody) GoString

func (AddAppRolesToMemberResponseBody) String

type AddAppRolesToMemberResponseBodyResult

type AddAppRolesToMemberResponseBodyResult struct {
	// 角色范围最新版本号
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
	// 角色id
	RoleId       *int64  `json:"roleId,omitempty" xml:"roleId,omitempty"`
	SubErrorCode *string `json:"subErrorCode,omitempty" xml:"subErrorCode,omitempty"`
	SubErrorMsg  *string `json:"subErrorMsg,omitempty" xml:"subErrorMsg,omitempty"`
	// 角色添加结果,true: 成功,false: 失败
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (AddAppRolesToMemberResponseBodyResult) GoString

func (*AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion

func (*AddAppRolesToMemberResponseBodyResult) SetRoleId

func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorCode

func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg

func (*AddAppRolesToMemberResponseBodyResult) SetSuccess

func (AddAppRolesToMemberResponseBodyResult) String

type AddAppToWorkBenchGroupHeaders

type AddAppToWorkBenchGroupHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddAppToWorkBenchGroupHeaders) GoString

func (*AddAppToWorkBenchGroupHeaders) SetCommonHeaders

func (*AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken

func (s *AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppToWorkBenchGroupHeaders

func (AddAppToWorkBenchGroupHeaders) String

type AddAppToWorkBenchGroupRequest

type AddAppToWorkBenchGroupRequest struct {
	// 工作台分组id
	ComponentId *string `json:"componentId,omitempty" xml:"componentId,omitempty"`
	// 关联组织corpId
	EcologicalCorpId *string `json:"ecologicalCorpId,omitempty" xml:"ecologicalCorpId,omitempty"`
	// 创建人unionId
	OpUnionId *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (AddAppToWorkBenchGroupRequest) GoString

func (*AddAppToWorkBenchGroupRequest) SetComponentId

func (*AddAppToWorkBenchGroupRequest) SetEcologicalCorpId

func (*AddAppToWorkBenchGroupRequest) SetOpUnionId

func (AddAppToWorkBenchGroupRequest) String

type AddAppToWorkBenchGroupResponse

type AddAppToWorkBenchGroupResponse struct {
	Headers map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddAppToWorkBenchGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddAppToWorkBenchGroupResponse) GoString

func (*AddAppToWorkBenchGroupResponse) SetHeaders

func (AddAppToWorkBenchGroupResponse) String

type AddAppToWorkBenchGroupResponseBody

type AddAppToWorkBenchGroupResponseBody struct {
	// 更新结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (AddAppToWorkBenchGroupResponseBody) GoString

func (*AddAppToWorkBenchGroupResponseBody) SetResult

func (AddAppToWorkBenchGroupResponseBody) String

type AddMemberToAppRoleHeaders

type AddMemberToAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddMemberToAppRoleHeaders) GoString

func (s AddMemberToAppRoleHeaders) GoString() string

func (*AddMemberToAppRoleHeaders) SetCommonHeaders

func (*AddMemberToAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *AddMemberToAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *AddMemberToAppRoleHeaders

func (AddMemberToAppRoleHeaders) String

func (s AddMemberToAppRoleHeaders) String() string

type AddMemberToAppRoleRequest

type AddMemberToAppRoleRequest struct {
	// 部门id列表
	DeptIdList []*int64 `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	// 执行用户userId
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	// 角色范围版本号
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	// 员工userId列表
	UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (AddMemberToAppRoleRequest) GoString

func (s AddMemberToAppRoleRequest) GoString() string

func (*AddMemberToAppRoleRequest) SetDeptIdList

func (*AddMemberToAppRoleRequest) SetOpUserId

func (*AddMemberToAppRoleRequest) SetScopeVersion

func (*AddMemberToAppRoleRequest) SetUserIdList

func (AddMemberToAppRoleRequest) String

func (s AddMemberToAppRoleRequest) String() string

type AddMemberToAppRoleResponse

type AddMemberToAppRoleResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddMemberToAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddMemberToAppRoleResponse) GoString

func (s AddMemberToAppRoleResponse) GoString() string

func (*AddMemberToAppRoleResponse) SetBody

func (*AddMemberToAppRoleResponse) SetHeaders

func (AddMemberToAppRoleResponse) String

type AddMemberToAppRoleResponseBody

type AddMemberToAppRoleResponseBody struct {
	// 角色范围最新版本号
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}

func (AddMemberToAppRoleResponseBody) GoString

func (*AddMemberToAppRoleResponseBody) SetLatestScopeVersion

func (AddMemberToAppRoleResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddAppRolesToMember

func (client *Client) AddAppRolesToMember(agentId *string, request *AddAppRolesToMemberRequest) (_result *AddAppRolesToMemberResponse, _err error)

func (*Client) AddAppRolesToMemberWithOptions

func (client *Client) AddAppRolesToMemberWithOptions(agentId *string, request *AddAppRolesToMemberRequest, headers *AddAppRolesToMemberHeaders, runtime *util.RuntimeOptions) (_result *AddAppRolesToMemberResponse, _err error)

func (*Client) AddAppToWorkBenchGroup

func (client *Client) AddAppToWorkBenchGroup(agentId *string, request *AddAppToWorkBenchGroupRequest) (_result *AddAppToWorkBenchGroupResponse, _err error)

func (*Client) AddAppToWorkBenchGroupWithOptions

func (client *Client) AddAppToWorkBenchGroupWithOptions(agentId *string, request *AddAppToWorkBenchGroupRequest, headers *AddAppToWorkBenchGroupHeaders, runtime *util.RuntimeOptions) (_result *AddAppToWorkBenchGroupResponse, _err error)

func (*Client) AddMemberToAppRole

func (client *Client) AddMemberToAppRole(agentId *string, roleId *string, request *AddMemberToAppRoleRequest) (_result *AddMemberToAppRoleResponse, _err error)

func (*Client) AddMemberToAppRoleWithOptions

func (client *Client) AddMemberToAppRoleWithOptions(agentId *string, roleId *string, request *AddMemberToAppRoleRequest, headers *AddMemberToAppRoleHeaders, runtime *util.RuntimeOptions) (_result *AddMemberToAppRoleResponse, _err error)

func (*Client) CreateApaasApp

func (client *Client) CreateApaasApp(request *CreateApaasAppRequest) (_result *CreateApaasAppResponse, _err error)

func (*Client) CreateApaasAppWithOptions

func (client *Client) CreateApaasAppWithOptions(request *CreateApaasAppRequest, headers *CreateApaasAppHeaders, runtime *util.RuntimeOptions) (_result *CreateApaasAppResponse, _err error)

func (*Client) CreateInnerApp

func (client *Client) CreateInnerApp(request *CreateInnerAppRequest) (_result *CreateInnerAppResponse, _err error)

func (*Client) CreateInnerAppWithOptions

func (client *Client) CreateInnerAppWithOptions(request *CreateInnerAppRequest, headers *CreateInnerAppHeaders, runtime *util.RuntimeOptions) (_result *CreateInnerAppResponse, _err error)

func (*Client) DeleteAppRole

func (client *Client) DeleteAppRole(agentId *string, roleId *string, request *DeleteAppRoleRequest) (_result *DeleteAppRoleResponse, _err error)

func (*Client) DeleteAppRoleWithOptions

func (client *Client) DeleteAppRoleWithOptions(agentId *string, roleId *string, request *DeleteAppRoleRequest, headers *DeleteAppRoleHeaders, runtime *util.RuntimeOptions) (_result *DeleteAppRoleResponse, _err error)

func (*Client) DeleteInnerApp

func (client *Client) DeleteInnerApp(agentId *string, request *DeleteInnerAppRequest) (_result *DeleteInnerAppResponse, _err error)

func (*Client) DeleteInnerAppWithOptions

func (client *Client) DeleteInnerAppWithOptions(agentId *string, request *DeleteInnerAppRequest, headers *DeleteInnerAppHeaders, runtime *util.RuntimeOptions) (_result *DeleteInnerAppResponse, _err error)

func (*Client) GetApaasApp

func (client *Client) GetApaasApp(bizAppId *string) (_result *GetApaasAppResponse, _err error)

func (*Client) GetApaasAppWithOptions

func (client *Client) GetApaasAppWithOptions(bizAppId *string, headers *GetApaasAppHeaders, runtime *util.RuntimeOptions) (_result *GetApaasAppResponse, _err error)

func (*Client) GetAppRoleScopeByRoleId

func (client *Client) GetAppRoleScopeByRoleId(agentId *string, roleId *string) (_result *GetAppRoleScopeByRoleIdResponse, _err error)

func (*Client) GetAppRoleScopeByRoleIdWithOptions

func (client *Client) GetAppRoleScopeByRoleIdWithOptions(agentId *string, roleId *string, headers *GetAppRoleScopeByRoleIdHeaders, runtime *util.RuntimeOptions) (_result *GetAppRoleScopeByRoleIdResponse, _err error)

func (*Client) GetInnerApp

func (client *Client) GetInnerApp(agentId *string, request *GetInnerAppRequest) (_result *GetInnerAppResponse, _err error)

func (*Client) GetInnerAppWithOptions

func (client *Client) GetInnerAppWithOptions(agentId *string, request *GetInnerAppRequest, headers *GetInnerAppHeaders, runtime *util.RuntimeOptions) (_result *GetInnerAppResponse, _err error)

func (*Client) GetMicroAppScope

func (client *Client) GetMicroAppScope(agentId *string) (_result *GetMicroAppScopeResponse, _err error)

func (*Client) GetMicroAppScopeWithOptions

func (client *Client) GetMicroAppScopeWithOptions(agentId *string, headers *GetMicroAppScopeHeaders, runtime *util.RuntimeOptions) (_result *GetMicroAppScopeResponse, _err error)

func (*Client) GetMicroAppUserAccess

func (client *Client) GetMicroAppUserAccess(agentId *string, userId *string) (_result *GetMicroAppUserAccessResponse, _err error)

func (*Client) GetMicroAppUserAccessWithOptions

func (client *Client) GetMicroAppUserAccessWithOptions(agentId *string, userId *string, headers *GetMicroAppUserAccessHeaders, runtime *util.RuntimeOptions) (_result *GetMicroAppUserAccessResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListAllApp

func (client *Client) ListAllApp() (_result *ListAllAppResponse, _err error)

func (*Client) ListAllAppWithOptions

func (client *Client) ListAllAppWithOptions(headers *ListAllAppHeaders, runtime *util.RuntimeOptions) (_result *ListAllAppResponse, _err error)

func (*Client) ListAppRoleScopes

func (client *Client) ListAppRoleScopes(agentId *string, request *ListAppRoleScopesRequest) (_result *ListAppRoleScopesResponse, _err error)

func (*Client) ListAppRoleScopesWithOptions

func (client *Client) ListAppRoleScopesWithOptions(agentId *string, request *ListAppRoleScopesRequest, headers *ListAppRoleScopesHeaders, runtime *util.RuntimeOptions) (_result *ListAppRoleScopesResponse, _err error)

func (*Client) ListInnerApp

func (client *Client) ListInnerApp(request *ListInnerAppRequest) (_result *ListInnerAppResponse, _err error)

func (*Client) ListInnerAppWithOptions

func (client *Client) ListInnerAppWithOptions(request *ListInnerAppRequest, headers *ListInnerAppHeaders, runtime *util.RuntimeOptions) (_result *ListInnerAppResponse, _err error)

func (*Client) ListRoleInfoByUser

func (client *Client) ListRoleInfoByUser(agentId *string, userId *string) (_result *ListRoleInfoByUserResponse, _err error)

func (*Client) ListRoleInfoByUserWithOptions

func (client *Client) ListRoleInfoByUserWithOptions(agentId *string, userId *string, headers *ListRoleInfoByUserHeaders, runtime *util.RuntimeOptions) (_result *ListRoleInfoByUserResponse, _err error)

func (*Client) ListUserVilebleApp

func (client *Client) ListUserVilebleApp(userId *string) (_result *ListUserVilebleAppResponse, _err error)

func (*Client) ListUserVilebleAppWithOptions

func (client *Client) ListUserVilebleAppWithOptions(userId *string, headers *ListUserVilebleAppHeaders, runtime *util.RuntimeOptions) (_result *ListUserVilebleAppResponse, _err error)

func (*Client) RebuildRoleScopeForAppRole

func (client *Client) RebuildRoleScopeForAppRole(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest) (_result *RebuildRoleScopeForAppRoleResponse, _err error)

func (*Client) RebuildRoleScopeForAppRoleWithOptions

func (client *Client) RebuildRoleScopeForAppRoleWithOptions(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest, headers *RebuildRoleScopeForAppRoleHeaders, runtime *util.RuntimeOptions) (_result *RebuildRoleScopeForAppRoleResponse, _err error)

func (*Client) RegisterCustomAppRole

func (client *Client) RegisterCustomAppRole(agentId *string, request *RegisterCustomAppRoleRequest) (_result *RegisterCustomAppRoleResponse, _err error)

func (*Client) RegisterCustomAppRoleWithOptions

func (client *Client) RegisterCustomAppRoleWithOptions(agentId *string, request *RegisterCustomAppRoleRequest, headers *RegisterCustomAppRoleHeaders, runtime *util.RuntimeOptions) (_result *RegisterCustomAppRoleResponse, _err error)

func (*Client) RemoveApaasApp

func (client *Client) RemoveApaasApp(request *RemoveApaasAppRequest) (_result *RemoveApaasAppResponse, _err error)

func (*Client) RemoveApaasAppWithOptions

func (client *Client) RemoveApaasAppWithOptions(request *RemoveApaasAppRequest, headers *RemoveApaasAppHeaders, runtime *util.RuntimeOptions) (_result *RemoveApaasAppResponse, _err error)

func (*Client) RemoveMemberForAppRole

func (client *Client) RemoveMemberForAppRole(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest) (_result *RemoveMemberForAppRoleResponse, _err error)

func (*Client) RemoveMemberForAppRoleWithOptions

func (client *Client) RemoveMemberForAppRoleWithOptions(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest, headers *RemoveMemberForAppRoleHeaders, runtime *util.RuntimeOptions) (_result *RemoveMemberForAppRoleResponse, _err error)

func (*Client) SetMicroAppScope

func (client *Client) SetMicroAppScope(agentId *string, request *SetMicroAppScopeRequest) (_result *SetMicroAppScopeResponse, _err error)

func (*Client) SetMicroAppScopeWithOptions

func (client *Client) SetMicroAppScopeWithOptions(agentId *string, request *SetMicroAppScopeRequest, headers *SetMicroAppScopeHeaders, runtime *util.RuntimeOptions) (_result *SetMicroAppScopeResponse, _err error)

func (*Client) UpdateApaasApp

func (client *Client) UpdateApaasApp(request *UpdateApaasAppRequest) (_result *UpdateApaasAppResponse, _err error)

func (*Client) UpdateApaasAppWithOptions

func (client *Client) UpdateApaasAppWithOptions(request *UpdateApaasAppRequest, headers *UpdateApaasAppHeaders, runtime *util.RuntimeOptions) (_result *UpdateApaasAppResponse, _err error)

func (*Client) UpdateAppRoleInfo

func (client *Client) UpdateAppRoleInfo(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest) (_result *UpdateAppRoleInfoResponse, _err error)

func (*Client) UpdateAppRoleInfoWithOptions

func (client *Client) UpdateAppRoleInfoWithOptions(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest, headers *UpdateAppRoleInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateAppRoleInfoResponse, _err error)

func (*Client) UpdateInnerApp

func (client *Client) UpdateInnerApp(agentId *string, request *UpdateInnerAppRequest) (_result *UpdateInnerAppResponse, _err error)

func (*Client) UpdateInnerAppWithOptions

func (client *Client) UpdateInnerAppWithOptions(agentId *string, request *UpdateInnerAppRequest, headers *UpdateInnerAppHeaders, runtime *util.RuntimeOptions) (_result *UpdateInnerAppResponse, _err error)

type CreateApaasAppHeaders

type CreateApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateApaasAppHeaders) GoString

func (s CreateApaasAppHeaders) GoString() string

func (*CreateApaasAppHeaders) SetCommonHeaders

func (s *CreateApaasAppHeaders) SetCommonHeaders(v map[string]*string) *CreateApaasAppHeaders

func (*CreateApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *CreateApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *CreateApaasAppHeaders

func (CreateApaasAppHeaders) String

func (s CreateApaasAppHeaders) String() string

type CreateApaasAppRequest

type CreateApaasAppRequest struct {
	AppDesc            *string `json:"appDesc,omitempty" xml:"appDesc,omitempty"`
	AppIcon            *string `json:"appIcon,omitempty" xml:"appIcon,omitempty"`
	AppName            *string `json:"appName,omitempty" xml:"appName,omitempty"`
	BizAppId           *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	HomepageEditLink   *string `json:"homepageEditLink,omitempty" xml:"homepageEditLink,omitempty"`
	HomepageLink       *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	IsShortCut         *int32  `json:"isShortCut,omitempty" xml:"isShortCut,omitempty"`
	OmpLink            *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	OpUserId           *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	PcHomepageEditLink *string `json:"pcHomepageEditLink,omitempty" xml:"pcHomepageEditLink,omitempty"`
	PcHomepageLink     *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
	TemplateKey        *string `json:"templateKey,omitempty" xml:"templateKey,omitempty"`
}

func (CreateApaasAppRequest) GoString

func (s CreateApaasAppRequest) GoString() string

func (*CreateApaasAppRequest) SetAppDesc

func (*CreateApaasAppRequest) SetAppIcon

func (*CreateApaasAppRequest) SetAppName

func (*CreateApaasAppRequest) SetBizAppId

func (s *CreateApaasAppRequest) SetHomepageEditLink(v string) *CreateApaasAppRequest
func (s *CreateApaasAppRequest) SetHomepageLink(v string) *CreateApaasAppRequest

func (*CreateApaasAppRequest) SetIsShortCut

func (s *CreateApaasAppRequest) SetIsShortCut(v int32) *CreateApaasAppRequest

func (*CreateApaasAppRequest) SetOpUserId

func (s *CreateApaasAppRequest) SetPcHomepageEditLink(v string) *CreateApaasAppRequest
func (s *CreateApaasAppRequest) SetPcHomepageLink(v string) *CreateApaasAppRequest

func (*CreateApaasAppRequest) SetTemplateKey

func (s *CreateApaasAppRequest) SetTemplateKey(v string) *CreateApaasAppRequest

func (CreateApaasAppRequest) String

func (s CreateApaasAppRequest) String() string

type CreateApaasAppResponse

type CreateApaasAppResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateApaasAppResponse) GoString

func (s CreateApaasAppResponse) GoString() string

func (*CreateApaasAppResponse) SetBody

func (*CreateApaasAppResponse) SetHeaders

func (CreateApaasAppResponse) String

func (s CreateApaasAppResponse) String() string

type CreateApaasAppResponseBody

type CreateApaasAppResponseBody struct {
	// 钉钉侧应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// ISV侧应用id
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
}

func (CreateApaasAppResponseBody) GoString

func (s CreateApaasAppResponseBody) GoString() string

func (*CreateApaasAppResponseBody) SetAgentId

func (*CreateApaasAppResponseBody) SetBizAppId

func (CreateApaasAppResponseBody) String

type CreateInnerAppHeaders

type CreateInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateInnerAppHeaders) GoString

func (s CreateInnerAppHeaders) GoString() string

func (*CreateInnerAppHeaders) SetCommonHeaders

func (s *CreateInnerAppHeaders) SetCommonHeaders(v map[string]*string) *CreateInnerAppHeaders

func (*CreateInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *CreateInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *CreateInnerAppHeaders

func (CreateInnerAppHeaders) String

func (s CreateInnerAppHeaders) String() string

type CreateInnerAppRequest

type CreateInnerAppRequest struct {
	// 应用描述
	Desc *string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 应用首页地址
	HomepageLink *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	// 应用图标
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 服务器出口ip白名单
	IpWhiteList []*string `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Repeated"`
	// 应用名称
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// 应用管理后台地址
	OmpLink *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	// 创建人unionId
	OpUnionId *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
	// 应用PC端地址
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
	// 权限类型
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
}

func (CreateInnerAppRequest) GoString

func (s CreateInnerAppRequest) GoString() string

func (*CreateInnerAppRequest) SetDesc

func (s *CreateInnerAppRequest) SetHomepageLink(v string) *CreateInnerAppRequest

func (*CreateInnerAppRequest) SetIcon

func (*CreateInnerAppRequest) SetIpWhiteList

func (s *CreateInnerAppRequest) SetIpWhiteList(v []*string) *CreateInnerAppRequest

func (*CreateInnerAppRequest) SetName

func (*CreateInnerAppRequest) SetOpUnionId

func (s *CreateInnerAppRequest) SetPcHomepageLink(v string) *CreateInnerAppRequest

func (*CreateInnerAppRequest) SetScopeType

func (CreateInnerAppRequest) String

func (s CreateInnerAppRequest) String() string

type CreateInnerAppResponse

type CreateInnerAppResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateInnerAppResponse) GoString

func (s CreateInnerAppResponse) GoString() string

func (*CreateInnerAppResponse) SetBody

func (*CreateInnerAppResponse) SetHeaders

func (CreateInnerAppResponse) String

func (s CreateInnerAppResponse) String() string

type CreateInnerAppResponseBody

type CreateInnerAppResponseBody struct {
	// 应用id
	AgentId   *int64  `json:"agentId,omitempty" xml:"agentId,omitempty"`
	AppKey    *string `json:"appKey,omitempty" xml:"appKey,omitempty"`
	AppSecret *string `json:"appSecret,omitempty" xml:"appSecret,omitempty"`
}

func (CreateInnerAppResponseBody) GoString

func (s CreateInnerAppResponseBody) GoString() string

func (*CreateInnerAppResponseBody) SetAgentId

func (*CreateInnerAppResponseBody) SetAppKey

func (*CreateInnerAppResponseBody) SetAppSecret

func (CreateInnerAppResponseBody) String

type DeleteAppRoleHeaders

type DeleteAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeleteAppRoleHeaders) GoString

func (s DeleteAppRoleHeaders) GoString() string

func (*DeleteAppRoleHeaders) SetCommonHeaders

func (s *DeleteAppRoleHeaders) SetCommonHeaders(v map[string]*string) *DeleteAppRoleHeaders

func (*DeleteAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteAppRoleHeaders

func (DeleteAppRoleHeaders) String

func (s DeleteAppRoleHeaders) String() string

type DeleteAppRoleRequest

type DeleteAppRoleRequest struct {
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (DeleteAppRoleRequest) GoString

func (s DeleteAppRoleRequest) GoString() string

func (*DeleteAppRoleRequest) SetOpUserId

func (DeleteAppRoleRequest) String

func (s DeleteAppRoleRequest) String() string

type DeleteAppRoleResponse

type DeleteAppRoleResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAppRoleResponse) GoString

func (s DeleteAppRoleResponse) GoString() string

func (*DeleteAppRoleResponse) SetBody

func (*DeleteAppRoleResponse) SetHeaders

func (DeleteAppRoleResponse) String

func (s DeleteAppRoleResponse) String() string

type DeleteAppRoleResponseBody

type DeleteAppRoleResponseBody struct {
	// 删除结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteAppRoleResponseBody) GoString

func (s DeleteAppRoleResponseBody) GoString() string

func (*DeleteAppRoleResponseBody) SetResult

func (DeleteAppRoleResponseBody) String

func (s DeleteAppRoleResponseBody) String() string

type DeleteInnerAppHeaders

type DeleteInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeleteInnerAppHeaders) GoString

func (s DeleteInnerAppHeaders) GoString() string

func (*DeleteInnerAppHeaders) SetCommonHeaders

func (s *DeleteInnerAppHeaders) SetCommonHeaders(v map[string]*string) *DeleteInnerAppHeaders

func (*DeleteInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteInnerAppHeaders

func (DeleteInnerAppHeaders) String

func (s DeleteInnerAppHeaders) String() string

type DeleteInnerAppRequest

type DeleteInnerAppRequest struct {
	// 操作人unionId
	OpUnionId *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (DeleteInnerAppRequest) GoString

func (s DeleteInnerAppRequest) GoString() string

func (*DeleteInnerAppRequest) SetOpUnionId

func (DeleteInnerAppRequest) String

func (s DeleteInnerAppRequest) String() string

type DeleteInnerAppResponse

type DeleteInnerAppResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteInnerAppResponse) GoString

func (s DeleteInnerAppResponse) GoString() string

func (*DeleteInnerAppResponse) SetBody

func (*DeleteInnerAppResponse) SetHeaders

func (DeleteInnerAppResponse) String

func (s DeleteInnerAppResponse) String() string

type DeleteInnerAppResponseBody

type DeleteInnerAppResponseBody struct {
	// 删除结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteInnerAppResponseBody) GoString

func (s DeleteInnerAppResponseBody) GoString() string

func (*DeleteInnerAppResponseBody) SetResult

func (DeleteInnerAppResponseBody) String

type GetApaasAppHeaders

type GetApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetApaasAppHeaders) GoString

func (s GetApaasAppHeaders) GoString() string

func (*GetApaasAppHeaders) SetCommonHeaders

func (s *GetApaasAppHeaders) SetCommonHeaders(v map[string]*string) *GetApaasAppHeaders

func (*GetApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *GetApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *GetApaasAppHeaders

func (GetApaasAppHeaders) String

func (s GetApaasAppHeaders) String() string

type GetApaasAppResponse

type GetApaasAppResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetApaasAppResponse) GoString

func (s GetApaasAppResponse) GoString() string

func (*GetApaasAppResponse) SetBody

func (*GetApaasAppResponse) SetHeaders

func (s *GetApaasAppResponse) SetHeaders(v map[string]*string) *GetApaasAppResponse

func (GetApaasAppResponse) String

func (s GetApaasAppResponse) String() string

type GetApaasAppResponseBody

type GetApaasAppResponseBody struct {
	// 钉钉侧应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// ISV侧应用id
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	// 发布状态
	PublishStatus *string `json:"publishStatus,omitempty" xml:"publishStatus,omitempty"`
}

func (GetApaasAppResponseBody) GoString

func (s GetApaasAppResponseBody) GoString() string

func (*GetApaasAppResponseBody) SetAgentId

func (*GetApaasAppResponseBody) SetBizAppId

func (*GetApaasAppResponseBody) SetPublishStatus

func (s *GetApaasAppResponseBody) SetPublishStatus(v string) *GetApaasAppResponseBody

func (GetApaasAppResponseBody) String

func (s GetApaasAppResponseBody) String() string

type GetAppRoleScopeByRoleIdHeaders

type GetAppRoleScopeByRoleIdHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetAppRoleScopeByRoleIdHeaders) GoString

func (*GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders

func (*GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken

func (s *GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppRoleScopeByRoleIdHeaders

func (GetAppRoleScopeByRoleIdHeaders) String

type GetAppRoleScopeByRoleIdResponse

type GetAppRoleScopeByRoleIdResponse struct {
	Headers map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetAppRoleScopeByRoleIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAppRoleScopeByRoleIdResponse) GoString

func (*GetAppRoleScopeByRoleIdResponse) SetHeaders

func (GetAppRoleScopeByRoleIdResponse) String

type GetAppRoleScopeByRoleIdResponseBody

type GetAppRoleScopeByRoleIdResponseBody struct {
	// 是否拥有角色管理权限,默认false
	CanManageRole *bool `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	// 部门id列表
	DeptIdList []*int64 `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	// 角色id
	RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	// 角色名称
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
	// 角色范围类型,“ALL_VISIBLE”表示全员,“PART_VISIBLE”表示部分
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	// 角色范围版本号
	ScopeVersion *string `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	// 员工userId列表
	UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (GetAppRoleScopeByRoleIdResponseBody) GoString

func (*GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole

func (*GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList

func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleId

func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleName

func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeType

func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion

func (*GetAppRoleScopeByRoleIdResponseBody) SetUserIdList

func (GetAppRoleScopeByRoleIdResponseBody) String

type GetInnerAppHeaders

type GetInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetInnerAppHeaders) GoString

func (s GetInnerAppHeaders) GoString() string

func (*GetInnerAppHeaders) SetCommonHeaders

func (s *GetInnerAppHeaders) SetCommonHeaders(v map[string]*string) *GetInnerAppHeaders

func (*GetInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *GetInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *GetInnerAppHeaders

func (GetInnerAppHeaders) String

func (s GetInnerAppHeaders) String() string

type GetInnerAppRequest

type GetInnerAppRequest struct {
	// 关联组织corpId
	EcologicalCorpId *string `json:"ecologicalCorpId,omitempty" xml:"ecologicalCorpId,omitempty"`
	// 操作人unionId
	OpUnionId *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
}

func (GetInnerAppRequest) GoString

func (s GetInnerAppRequest) GoString() string

func (*GetInnerAppRequest) SetEcologicalCorpId

func (s *GetInnerAppRequest) SetEcologicalCorpId(v string) *GetInnerAppRequest

func (*GetInnerAppRequest) SetOpUnionId

func (s *GetInnerAppRequest) SetOpUnionId(v string) *GetInnerAppRequest

func (GetInnerAppRequest) String

func (s GetInnerAppRequest) String() string

type GetInnerAppResponse

type GetInnerAppResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetInnerAppResponse) GoString

func (s GetInnerAppResponse) GoString() string

func (*GetInnerAppResponse) SetBody

func (*GetInnerAppResponse) SetHeaders

func (s *GetInnerAppResponse) SetHeaders(v map[string]*string) *GetInnerAppResponse

func (GetInnerAppResponse) String

func (s GetInnerAppResponse) String() string

type GetInnerAppResponseBody

type GetInnerAppResponseBody struct {
	// 应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// 应用的appkey
	AppKey *string `json:"appKey,omitempty" xml:"appKey,omitempty"`
	// 应用的secret
	AppSecret *string `json:"appSecret,omitempty" xml:"appSecret,omitempty"`
	// 应用描述
	Desc *string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 应用移动端首页地址
	HomepageLink *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	// 应用图标
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 服务器出口ip
	IpWhiteList []*string `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Repeated"`
	// 应用名称
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// 应用管理后台地址
	OmpLink *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	// 应用PC端首页地址
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (GetInnerAppResponseBody) GoString

func (s GetInnerAppResponseBody) GoString() string

func (*GetInnerAppResponseBody) SetAgentId

func (*GetInnerAppResponseBody) SetAppKey

func (*GetInnerAppResponseBody) SetAppSecret

func (*GetInnerAppResponseBody) SetDesc

func (*GetInnerAppResponseBody) SetIcon

func (*GetInnerAppResponseBody) SetIpWhiteList

func (s *GetInnerAppResponseBody) SetIpWhiteList(v []*string) *GetInnerAppResponseBody

func (*GetInnerAppResponseBody) SetName

func (s *GetInnerAppResponseBody) SetPcHomepageLink(v string) *GetInnerAppResponseBody

func (GetInnerAppResponseBody) String

func (s GetInnerAppResponseBody) String() string

type GetMicroAppScopeHeaders

type GetMicroAppScopeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetMicroAppScopeHeaders) GoString

func (s GetMicroAppScopeHeaders) GoString() string

func (*GetMicroAppScopeHeaders) SetCommonHeaders

func (s *GetMicroAppScopeHeaders) SetCommonHeaders(v map[string]*string) *GetMicroAppScopeHeaders

func (*GetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken

func (s *GetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppScopeHeaders

func (GetMicroAppScopeHeaders) String

func (s GetMicroAppScopeHeaders) String() string

type GetMicroAppScopeResponse

type GetMicroAppScopeResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetMicroAppScopeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMicroAppScopeResponse) GoString

func (s GetMicroAppScopeResponse) GoString() string

func (*GetMicroAppScopeResponse) SetBody

func (*GetMicroAppScopeResponse) SetHeaders

func (GetMicroAppScopeResponse) String

func (s GetMicroAppScopeResponse) String() string

type GetMicroAppScopeResponseBody

type GetMicroAppScopeResponseBody struct {
	// 可见范围结果
	Result *GetMicroAppScopeResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (GetMicroAppScopeResponseBody) GoString

func (s GetMicroAppScopeResponseBody) GoString() string

func (*GetMicroAppScopeResponseBody) SetResult

func (GetMicroAppScopeResponseBody) String

type GetMicroAppScopeResponseBodyResult

type GetMicroAppScopeResponseBodyResult struct {
	// 部门可见列表
	DeptIds []*int64 `json:"deptIds,omitempty" xml:"deptIds,omitempty" type:"Repeated"`
	// 是否管理员可见。如果为true,优先看这个字段
	OnlyAdminVisible *bool `json:"onlyAdminVisible,omitempty" xml:"onlyAdminVisible,omitempty"`
	// 角色可见列表
	RoleIds []*int64 `json:"roleIds,omitempty" xml:"roleIds,omitempty" type:"Repeated"`
	// 用户可见列表
	UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetMicroAppScopeResponseBodyResult) GoString

func (*GetMicroAppScopeResponseBodyResult) SetDeptIds

func (*GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible

func (*GetMicroAppScopeResponseBodyResult) SetRoleIds

func (*GetMicroAppScopeResponseBodyResult) SetUserIds

func (GetMicroAppScopeResponseBodyResult) String

type GetMicroAppUserAccessHeaders

type GetMicroAppUserAccessHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetMicroAppUserAccessHeaders) GoString

func (s GetMicroAppUserAccessHeaders) GoString() string

func (*GetMicroAppUserAccessHeaders) SetCommonHeaders

func (*GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken

func (s *GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppUserAccessHeaders

func (GetMicroAppUserAccessHeaders) String

type GetMicroAppUserAccessResponse

type GetMicroAppUserAccessResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetMicroAppUserAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMicroAppUserAccessResponse) GoString

func (*GetMicroAppUserAccessResponse) SetBody

func (*GetMicroAppUserAccessResponse) SetHeaders

func (GetMicroAppUserAccessResponse) String

type GetMicroAppUserAccessResponseBody

type GetMicroAppUserAccessResponseBody struct {
	// 结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (GetMicroAppUserAccessResponseBody) GoString

func (*GetMicroAppUserAccessResponseBody) SetResult

func (GetMicroAppUserAccessResponseBody) String

type ListAllAppHeaders

type ListAllAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListAllAppHeaders) GoString

func (s ListAllAppHeaders) GoString() string

func (*ListAllAppHeaders) SetCommonHeaders

func (s *ListAllAppHeaders) SetCommonHeaders(v map[string]*string) *ListAllAppHeaders

func (*ListAllAppHeaders) SetXAcsDingtalkAccessToken

func (s *ListAllAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListAllAppHeaders

func (ListAllAppHeaders) String

func (s ListAllAppHeaders) String() string

type ListAllAppResponse

type ListAllAppResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListAllAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAllAppResponse) GoString

func (s ListAllAppResponse) GoString() string

func (*ListAllAppResponse) SetBody

func (*ListAllAppResponse) SetHeaders

func (s *ListAllAppResponse) SetHeaders(v map[string]*string) *ListAllAppResponse

func (ListAllAppResponse) String

func (s ListAllAppResponse) String() string

type ListAllAppResponseBody

type ListAllAppResponseBody struct {
	// 应用列表
	AppList []*ListAllAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListAllAppResponseBody) GoString

func (s ListAllAppResponseBody) GoString() string

func (*ListAllAppResponseBody) SetAppList

func (ListAllAppResponseBody) String

func (s ListAllAppResponseBody) String() string

type ListAllAppResponseBodyAppList

type ListAllAppResponseBodyAppList struct {
	// 应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// 三方应用id,如果是企业内部应用,返回0
	AppId *int64 `json:"appId,omitempty" xml:"appId,omitempty"`
	// 应用状态,0:停用,1:启用 ,3:过期
	AppStatus *int32 `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	// 应用描述
	Desc *string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 应用类型,0表示h5应用,1表示小程序
	DevelopType *int32 `json:"developType,omitempty" xml:"developType,omitempty"`
	// 应用移动端首页地址
	HomepageLink *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	// 应用图标
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 应用名称
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// 应用管理后台地址
	OmpLink *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	// 应用PC端首页地址
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListAllAppResponseBodyAppList) GoString

func (*ListAllAppResponseBodyAppList) SetAgentId

func (*ListAllAppResponseBodyAppList) SetAppId

func (*ListAllAppResponseBodyAppList) SetAppStatus

func (*ListAllAppResponseBodyAppList) SetDesc

func (*ListAllAppResponseBodyAppList) SetDevelopType

func (*ListAllAppResponseBodyAppList) SetIcon

func (*ListAllAppResponseBodyAppList) SetName

func (ListAllAppResponseBodyAppList) String

type ListAppRoleScopesHeaders

type ListAppRoleScopesHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListAppRoleScopesHeaders) GoString

func (s ListAppRoleScopesHeaders) GoString() string

func (*ListAppRoleScopesHeaders) SetCommonHeaders

func (s *ListAppRoleScopesHeaders) SetCommonHeaders(v map[string]*string) *ListAppRoleScopesHeaders

func (*ListAppRoleScopesHeaders) SetXAcsDingtalkAccessToken

func (s *ListAppRoleScopesHeaders) SetXAcsDingtalkAccessToken(v string) *ListAppRoleScopesHeaders

func (ListAppRoleScopesHeaders) String

func (s ListAppRoleScopesHeaders) String() string

type ListAppRoleScopesRequest

type ListAppRoleScopesRequest struct {
	// 起始点,默认0
	NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	// 数据量,默认20,最大50
	Size *int64 `json:"size,omitempty" xml:"size,omitempty"`
}

func (ListAppRoleScopesRequest) GoString

func (s ListAppRoleScopesRequest) GoString() string

func (*ListAppRoleScopesRequest) SetNextToken

func (*ListAppRoleScopesRequest) SetSize

func (ListAppRoleScopesRequest) String

func (s ListAppRoleScopesRequest) String() string

type ListAppRoleScopesResponse

type ListAppRoleScopesResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListAppRoleScopesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAppRoleScopesResponse) GoString

func (s ListAppRoleScopesResponse) GoString() string

func (*ListAppRoleScopesResponse) SetBody

func (*ListAppRoleScopesResponse) SetHeaders

func (ListAppRoleScopesResponse) String

func (s ListAppRoleScopesResponse) String() string

type ListAppRoleScopesResponseBody

type ListAppRoleScopesResponseBody struct {
	// 数据列表
	DataList []*ListAppRoleScopesResponseBodyDataList `json:"dataList,omitempty" xml:"dataList,omitempty" type:"Repeated"`
	// 是否还有数据,true: 还有;false: 已经全部拉取完成
	HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	// 下一次请求的起始点
	NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListAppRoleScopesResponseBody) GoString

func (*ListAppRoleScopesResponseBody) SetDataList

func (*ListAppRoleScopesResponseBody) SetHasMore

func (*ListAppRoleScopesResponseBody) SetNextToken

func (ListAppRoleScopesResponseBody) String

type ListAppRoleScopesResponseBodyDataList

type ListAppRoleScopesResponseBodyDataList struct {
	// 是否拥有角色管理权限,默认false
	CanManageRole *bool `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	// 部门id列表
	DeptIdList []*int64 `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	// 角色Id
	RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	// 角色名称
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
	// 角色范围类型,“ALL_VISIBLE”表示全员,“PART_VISIBLE”表示部分
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	// 角色范围最新版本号
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	// 员工userId列表
	UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (ListAppRoleScopesResponseBodyDataList) GoString

func (*ListAppRoleScopesResponseBodyDataList) SetCanManageRole

func (*ListAppRoleScopesResponseBodyDataList) SetDeptIdList

func (*ListAppRoleScopesResponseBodyDataList) SetRoleId

func (*ListAppRoleScopesResponseBodyDataList) SetRoleName

func (*ListAppRoleScopesResponseBodyDataList) SetScopeType

func (*ListAppRoleScopesResponseBodyDataList) SetScopeVersion

func (*ListAppRoleScopesResponseBodyDataList) SetUserIdList

func (ListAppRoleScopesResponseBodyDataList) String

type ListInnerAppHeaders

type ListInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListInnerAppHeaders) GoString

func (s ListInnerAppHeaders) GoString() string

func (*ListInnerAppHeaders) SetCommonHeaders

func (s *ListInnerAppHeaders) SetCommonHeaders(v map[string]*string) *ListInnerAppHeaders

func (*ListInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *ListInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListInnerAppHeaders

func (ListInnerAppHeaders) String

func (s ListInnerAppHeaders) String() string

type ListInnerAppRequest

type ListInnerAppRequest struct {
	// 合作空间corpId
	EcologicalCorpId *string `json:"ecologicalCorpId,omitempty" xml:"ecologicalCorpId,omitempty"`
}

func (ListInnerAppRequest) GoString

func (s ListInnerAppRequest) GoString() string

func (*ListInnerAppRequest) SetEcologicalCorpId

func (s *ListInnerAppRequest) SetEcologicalCorpId(v string) *ListInnerAppRequest

func (ListInnerAppRequest) String

func (s ListInnerAppRequest) String() string

type ListInnerAppResponse

type ListInnerAppResponse struct {
	Headers map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInnerAppResponse) GoString

func (s ListInnerAppResponse) GoString() string

func (*ListInnerAppResponse) SetBody

func (*ListInnerAppResponse) SetHeaders

func (s *ListInnerAppResponse) SetHeaders(v map[string]*string) *ListInnerAppResponse

func (ListInnerAppResponse) String

func (s ListInnerAppResponse) String() string

type ListInnerAppResponseBody

type ListInnerAppResponseBody struct {
	// 应用列表
	AppList []*ListInnerAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListInnerAppResponseBody) GoString

func (s ListInnerAppResponseBody) GoString() string

func (*ListInnerAppResponseBody) SetAppList

func (ListInnerAppResponseBody) String

func (s ListInnerAppResponseBody) String() string

type ListInnerAppResponseBodyAppList

type ListInnerAppResponseBodyAppList struct {
	// 应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// 应用描述
	Desc *string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 应用移动端首页地址
	HomepageLink *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	// 应用图标
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 应用名称
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// 应用管理后台地址
	OmpLink *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	// 应用PC端首页地址
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListInnerAppResponseBodyAppList) GoString

func (*ListInnerAppResponseBodyAppList) SetAgentId

func (*ListInnerAppResponseBodyAppList) SetDesc

func (*ListInnerAppResponseBodyAppList) SetIcon

func (*ListInnerAppResponseBodyAppList) SetName

func (ListInnerAppResponseBodyAppList) String

type ListRoleInfoByUserHeaders

type ListRoleInfoByUserHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListRoleInfoByUserHeaders) GoString

func (s ListRoleInfoByUserHeaders) GoString() string

func (*ListRoleInfoByUserHeaders) SetCommonHeaders

func (*ListRoleInfoByUserHeaders) SetXAcsDingtalkAccessToken

func (s *ListRoleInfoByUserHeaders) SetXAcsDingtalkAccessToken(v string) *ListRoleInfoByUserHeaders

func (ListRoleInfoByUserHeaders) String

func (s ListRoleInfoByUserHeaders) String() string

type ListRoleInfoByUserResponse

type ListRoleInfoByUserResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListRoleInfoByUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRoleInfoByUserResponse) GoString

func (s ListRoleInfoByUserResponse) GoString() string

func (*ListRoleInfoByUserResponse) SetBody

func (*ListRoleInfoByUserResponse) SetHeaders

func (ListRoleInfoByUserResponse) String

type ListRoleInfoByUserResponseBody

type ListRoleInfoByUserResponseBody struct {
	Result []*ListRoleInfoByUserResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (ListRoleInfoByUserResponseBody) GoString

func (*ListRoleInfoByUserResponseBody) SetResult

func (ListRoleInfoByUserResponseBody) String

type ListRoleInfoByUserResponseBodyResult

type ListRoleInfoByUserResponseBodyResult struct {
	// 是否拥有角色管理权限,默认false
	CanManageRole *bool `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	// 角色id
	RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	// 角色名称
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (ListRoleInfoByUserResponseBodyResult) GoString

func (*ListRoleInfoByUserResponseBodyResult) SetCanManageRole

func (*ListRoleInfoByUserResponseBodyResult) SetRoleId

func (*ListRoleInfoByUserResponseBodyResult) SetRoleName

func (ListRoleInfoByUserResponseBodyResult) String

type ListUserVilebleAppHeaders

type ListUserVilebleAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListUserVilebleAppHeaders) GoString

func (s ListUserVilebleAppHeaders) GoString() string

func (*ListUserVilebleAppHeaders) SetCommonHeaders

func (*ListUserVilebleAppHeaders) SetXAcsDingtalkAccessToken

func (s *ListUserVilebleAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListUserVilebleAppHeaders

func (ListUserVilebleAppHeaders) String

func (s ListUserVilebleAppHeaders) String() string

type ListUserVilebleAppResponse

type ListUserVilebleAppResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListUserVilebleAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUserVilebleAppResponse) GoString

func (s ListUserVilebleAppResponse) GoString() string

func (*ListUserVilebleAppResponse) SetBody

func (*ListUserVilebleAppResponse) SetHeaders

func (ListUserVilebleAppResponse) String

type ListUserVilebleAppResponseBody

type ListUserVilebleAppResponseBody struct {
	// 应用列表
	AppList []*ListUserVilebleAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"`
}

func (ListUserVilebleAppResponseBody) GoString

func (*ListUserVilebleAppResponseBody) SetAppList

func (ListUserVilebleAppResponseBody) String

type ListUserVilebleAppResponseBodyAppList

type ListUserVilebleAppResponseBodyAppList struct {
	// 应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// 三方应用id,如果是企业内部应用,返回0
	AppId *int64 `json:"appId,omitempty" xml:"appId,omitempty"`
	// 应用状态,0:停用,1:启用 ,3:过期
	AppStatus *int32 `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	// 应用描述
	Desc *string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 应用类型,0表示h5应用,1表示小程序
	DevelopType *int32 `json:"developType,omitempty" xml:"developType,omitempty"`
	// 应用移动端首页地址
	HomepageLink *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	// 应用图标
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 应用名称
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// 应用管理后台地址
	OmpLink *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	// 应用PC端首页地址
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (ListUserVilebleAppResponseBodyAppList) GoString

func (*ListUserVilebleAppResponseBodyAppList) SetAgentId

func (*ListUserVilebleAppResponseBodyAppList) SetAppId

func (*ListUserVilebleAppResponseBodyAppList) SetAppStatus

func (*ListUserVilebleAppResponseBodyAppList) SetDesc

func (*ListUserVilebleAppResponseBodyAppList) SetDevelopType

func (*ListUserVilebleAppResponseBodyAppList) SetIcon

func (*ListUserVilebleAppResponseBodyAppList) SetName

func (ListUserVilebleAppResponseBodyAppList) String

type RebuildRoleScopeForAppRoleHeaders

type RebuildRoleScopeForAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RebuildRoleScopeForAppRoleHeaders) GoString

func (*RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders

func (*RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken

func (RebuildRoleScopeForAppRoleHeaders) String

type RebuildRoleScopeForAppRoleRequest

type RebuildRoleScopeForAppRoleRequest struct {
	// 部门id列表
	DeptIdList []*int64 `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	// 执行用户userId
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	// 角色范围类型,“ALL_VISIBLE”表示全员,“PART_VISIBLE”表示部分
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	// 角色范围最新版本号
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	// 员工userId列表
	UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (RebuildRoleScopeForAppRoleRequest) GoString

func (*RebuildRoleScopeForAppRoleRequest) SetDeptIdList

func (*RebuildRoleScopeForAppRoleRequest) SetOpUserId

func (*RebuildRoleScopeForAppRoleRequest) SetScopeType

func (*RebuildRoleScopeForAppRoleRequest) SetScopeVersion

func (*RebuildRoleScopeForAppRoleRequest) SetUserIdList

func (RebuildRoleScopeForAppRoleRequest) String

type RebuildRoleScopeForAppRoleResponse

type RebuildRoleScopeForAppRoleResponse struct {
	Headers map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RebuildRoleScopeForAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RebuildRoleScopeForAppRoleResponse) GoString

func (*RebuildRoleScopeForAppRoleResponse) SetHeaders

func (RebuildRoleScopeForAppRoleResponse) String

type RebuildRoleScopeForAppRoleResponseBody

type RebuildRoleScopeForAppRoleResponseBody struct {
	// 角色范围最新版本号
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}

func (RebuildRoleScopeForAppRoleResponseBody) GoString

func (*RebuildRoleScopeForAppRoleResponseBody) SetLatestScopeVersion

func (RebuildRoleScopeForAppRoleResponseBody) String

type RegisterCustomAppRoleHeaders

type RegisterCustomAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RegisterCustomAppRoleHeaders) GoString

func (s RegisterCustomAppRoleHeaders) GoString() string

func (*RegisterCustomAppRoleHeaders) SetCommonHeaders

func (*RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterCustomAppRoleHeaders

func (RegisterCustomAppRoleHeaders) String

type RegisterCustomAppRoleRequest

type RegisterCustomAppRoleRequest struct {
	// 是否拥有管理角色的权限,可不传,默认false
	CanManageRole *bool `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	// 执行用户userId
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	// 角色名称
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (RegisterCustomAppRoleRequest) GoString

func (s RegisterCustomAppRoleRequest) GoString() string

func (*RegisterCustomAppRoleRequest) SetCanManageRole

func (*RegisterCustomAppRoleRequest) SetOpUserId

func (*RegisterCustomAppRoleRequest) SetRoleName

func (RegisterCustomAppRoleRequest) String

type RegisterCustomAppRoleResponse

type RegisterCustomAppRoleResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RegisterCustomAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RegisterCustomAppRoleResponse) GoString

func (*RegisterCustomAppRoleResponse) SetBody

func (*RegisterCustomAppRoleResponse) SetHeaders

func (RegisterCustomAppRoleResponse) String

type RegisterCustomAppRoleResponseBody

type RegisterCustomAppRoleResponseBody struct {
	// 角色id
	RoleId *int64 `json:"roleId,omitempty" xml:"roleId,omitempty"`
	// 角色版本号
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
}

func (RegisterCustomAppRoleResponseBody) GoString

func (*RegisterCustomAppRoleResponseBody) SetRoleId

func (*RegisterCustomAppRoleResponseBody) SetScopeVersion

func (RegisterCustomAppRoleResponseBody) String

type RemoveApaasAppHeaders

type RemoveApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RemoveApaasAppHeaders) GoString

func (s RemoveApaasAppHeaders) GoString() string

func (*RemoveApaasAppHeaders) SetCommonHeaders

func (s *RemoveApaasAppHeaders) SetCommonHeaders(v map[string]*string) *RemoveApaasAppHeaders

func (*RemoveApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *RemoveApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveApaasAppHeaders

func (RemoveApaasAppHeaders) String

func (s RemoveApaasAppHeaders) String() string

type RemoveApaasAppRequest

type RemoveApaasAppRequest struct {
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (RemoveApaasAppRequest) GoString

func (s RemoveApaasAppRequest) GoString() string

func (*RemoveApaasAppRequest) SetBizAppId

func (*RemoveApaasAppRequest) SetOpUserId

func (RemoveApaasAppRequest) String

func (s RemoveApaasAppRequest) String() string

type RemoveApaasAppResponse

type RemoveApaasAppResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RemoveApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveApaasAppResponse) GoString

func (s RemoveApaasAppResponse) GoString() string

func (*RemoveApaasAppResponse) SetBody

func (*RemoveApaasAppResponse) SetHeaders

func (RemoveApaasAppResponse) String

func (s RemoveApaasAppResponse) String() string

type RemoveApaasAppResponseBody

type RemoveApaasAppResponseBody struct {
	// 结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (RemoveApaasAppResponseBody) GoString

func (s RemoveApaasAppResponseBody) GoString() string

func (*RemoveApaasAppResponseBody) SetResult

func (RemoveApaasAppResponseBody) String

type RemoveMemberForAppRoleHeaders

type RemoveMemberForAppRoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RemoveMemberForAppRoleHeaders) GoString

func (*RemoveMemberForAppRoleHeaders) SetCommonHeaders

func (*RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken

func (s *RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMemberForAppRoleHeaders

func (RemoveMemberForAppRoleHeaders) String

type RemoveMemberForAppRoleRequest

type RemoveMemberForAppRoleRequest struct {
	// 部门id列表
	DeptIdList []*int64 `json:"deptIdList,omitempty" xml:"deptIdList,omitempty" type:"Repeated"`
	// 执行用户userId
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
	// 角色范围版本号
	ScopeVersion *int64 `json:"scopeVersion,omitempty" xml:"scopeVersion,omitempty"`
	// 员工userId列表
	UserIdList []*string `json:"userIdList,omitempty" xml:"userIdList,omitempty" type:"Repeated"`
}

func (RemoveMemberForAppRoleRequest) GoString

func (*RemoveMemberForAppRoleRequest) SetDeptIdList

func (*RemoveMemberForAppRoleRequest) SetOpUserId

func (*RemoveMemberForAppRoleRequest) SetScopeVersion

func (*RemoveMemberForAppRoleRequest) SetUserIdList

func (RemoveMemberForAppRoleRequest) String

type RemoveMemberForAppRoleResponse

type RemoveMemberForAppRoleResponse struct {
	Headers map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RemoveMemberForAppRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveMemberForAppRoleResponse) GoString

func (*RemoveMemberForAppRoleResponse) SetHeaders

func (RemoveMemberForAppRoleResponse) String

type RemoveMemberForAppRoleResponseBody

type RemoveMemberForAppRoleResponseBody struct {
	// 角色最新版本号
	LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"`
}

func (RemoveMemberForAppRoleResponseBody) GoString

func (*RemoveMemberForAppRoleResponseBody) SetLatestScopeVersion

func (RemoveMemberForAppRoleResponseBody) String

type SetMicroAppScopeHeaders

type SetMicroAppScopeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (SetMicroAppScopeHeaders) GoString

func (s SetMicroAppScopeHeaders) GoString() string

func (*SetMicroAppScopeHeaders) SetCommonHeaders

func (s *SetMicroAppScopeHeaders) SetCommonHeaders(v map[string]*string) *SetMicroAppScopeHeaders

func (*SetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken

func (s *SetMicroAppScopeHeaders) SetXAcsDingtalkAccessToken(v string) *SetMicroAppScopeHeaders

func (SetMicroAppScopeHeaders) String

func (s SetMicroAppScopeHeaders) String() string

type SetMicroAppScopeRequest

type SetMicroAppScopeRequest struct {
	// 增加的可见部门
	AddDeptIds []*int64 `json:"addDeptIds,omitempty" xml:"addDeptIds,omitempty" type:"Repeated"`
	// 增加的可见角色
	AddRoleIds []*int64 `json:"addRoleIds,omitempty" xml:"addRoleIds,omitempty" type:"Repeated"`
	// 增加的可见用户
	AddUserIds []*string `json:"addUserIds,omitempty" xml:"addUserIds,omitempty" type:"Repeated"`
	// 删除的可见部门
	DelDeptIds []*int64 `json:"delDeptIds,omitempty" xml:"delDeptIds,omitempty" type:"Repeated"`
	// 删除的可见角色
	DelRoleIds []*int64 `json:"delRoleIds,omitempty" xml:"delRoleIds,omitempty" type:"Repeated"`
	// 删除的可见用户
	DelUserIds []*string `json:"delUserIds,omitempty" xml:"delUserIds,omitempty" type:"Repeated"`
	// 是否管理员可见
	OnlyAdminVisible *bool `json:"onlyAdminVisible,omitempty" xml:"onlyAdminVisible,omitempty"`
}

func (SetMicroAppScopeRequest) GoString

func (s SetMicroAppScopeRequest) GoString() string

func (*SetMicroAppScopeRequest) SetAddDeptIds

func (s *SetMicroAppScopeRequest) SetAddDeptIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetAddRoleIds

func (s *SetMicroAppScopeRequest) SetAddRoleIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetAddUserIds

func (s *SetMicroAppScopeRequest) SetAddUserIds(v []*string) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetDelDeptIds

func (s *SetMicroAppScopeRequest) SetDelDeptIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetDelRoleIds

func (s *SetMicroAppScopeRequest) SetDelRoleIds(v []*int64) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetDelUserIds

func (s *SetMicroAppScopeRequest) SetDelUserIds(v []*string) *SetMicroAppScopeRequest

func (*SetMicroAppScopeRequest) SetOnlyAdminVisible

func (s *SetMicroAppScopeRequest) SetOnlyAdminVisible(v bool) *SetMicroAppScopeRequest

func (SetMicroAppScopeRequest) String

func (s SetMicroAppScopeRequest) String() string

type SetMicroAppScopeResponse

type SetMicroAppScopeResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetMicroAppScopeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetMicroAppScopeResponse) GoString

func (s SetMicroAppScopeResponse) GoString() string

func (*SetMicroAppScopeResponse) SetBody

func (*SetMicroAppScopeResponse) SetHeaders

func (SetMicroAppScopeResponse) String

func (s SetMicroAppScopeResponse) String() string

type SetMicroAppScopeResponseBody

type SetMicroAppScopeResponseBody struct {
	// 结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (SetMicroAppScopeResponseBody) GoString

func (s SetMicroAppScopeResponseBody) GoString() string

func (*SetMicroAppScopeResponseBody) SetResult

func (SetMicroAppScopeResponseBody) String

type UpdateApaasAppHeaders

type UpdateApaasAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateApaasAppHeaders) GoString

func (s UpdateApaasAppHeaders) GoString() string

func (*UpdateApaasAppHeaders) SetCommonHeaders

func (s *UpdateApaasAppHeaders) SetCommonHeaders(v map[string]*string) *UpdateApaasAppHeaders

func (*UpdateApaasAppHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateApaasAppHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateApaasAppHeaders

func (UpdateApaasAppHeaders) String

func (s UpdateApaasAppHeaders) String() string

type UpdateApaasAppRequest

type UpdateApaasAppRequest struct {
	AppIcon   *string `json:"appIcon,omitempty" xml:"appIcon,omitempty"`
	AppName   *string `json:"appName,omitempty" xml:"appName,omitempty"`
	AppStatus *int32  `json:"appStatus,omitempty" xml:"appStatus,omitempty"`
	BizAppId  *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
	OpUserId  *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (UpdateApaasAppRequest) GoString

func (s UpdateApaasAppRequest) GoString() string

func (*UpdateApaasAppRequest) SetAppIcon

func (*UpdateApaasAppRequest) SetAppName

func (*UpdateApaasAppRequest) SetAppStatus

func (*UpdateApaasAppRequest) SetBizAppId

func (*UpdateApaasAppRequest) SetOpUserId

func (UpdateApaasAppRequest) String

func (s UpdateApaasAppRequest) String() string

type UpdateApaasAppResponse

type UpdateApaasAppResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpdateApaasAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateApaasAppResponse) GoString

func (s UpdateApaasAppResponse) GoString() string

func (*UpdateApaasAppResponse) SetBody

func (*UpdateApaasAppResponse) SetHeaders

func (UpdateApaasAppResponse) String

func (s UpdateApaasAppResponse) String() string

type UpdateApaasAppResponseBody

type UpdateApaasAppResponseBody struct {
	// 钉钉侧应用id
	AgentId *int64 `json:"agentId,omitempty" xml:"agentId,omitempty"`
	// ISV侧应用id
	BizAppId *string `json:"bizAppId,omitempty" xml:"bizAppId,omitempty"`
}

func (UpdateApaasAppResponseBody) GoString

func (s UpdateApaasAppResponseBody) GoString() string

func (*UpdateApaasAppResponseBody) SetAgentId

func (*UpdateApaasAppResponseBody) SetBizAppId

func (UpdateApaasAppResponseBody) String

type UpdateAppRoleInfoHeaders

type UpdateAppRoleInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateAppRoleInfoHeaders) GoString

func (s UpdateAppRoleInfoHeaders) GoString() string

func (*UpdateAppRoleInfoHeaders) SetCommonHeaders

func (s *UpdateAppRoleInfoHeaders) SetCommonHeaders(v map[string]*string) *UpdateAppRoleInfoHeaders

func (*UpdateAppRoleInfoHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateAppRoleInfoHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateAppRoleInfoHeaders

func (UpdateAppRoleInfoHeaders) String

func (s UpdateAppRoleInfoHeaders) String() string

type UpdateAppRoleInfoRequest

type UpdateAppRoleInfoRequest struct {
	// 变更角色管理权限,可不传,不传则不变
	CanManageRole *bool `json:"canManageRole,omitempty" xml:"canManageRole,omitempty"`
	// 变更角色名称,可不传,不传则不变
	NewRoleName *string `json:"newRoleName,omitempty" xml:"newRoleName,omitempty"`
	// 执行用户userId
	OpUserId *string `json:"opUserId,omitempty" xml:"opUserId,omitempty"`
}

func (UpdateAppRoleInfoRequest) GoString

func (s UpdateAppRoleInfoRequest) GoString() string

func (*UpdateAppRoleInfoRequest) SetCanManageRole

func (s *UpdateAppRoleInfoRequest) SetCanManageRole(v bool) *UpdateAppRoleInfoRequest

func (*UpdateAppRoleInfoRequest) SetNewRoleName

func (*UpdateAppRoleInfoRequest) SetOpUserId

func (UpdateAppRoleInfoRequest) String

func (s UpdateAppRoleInfoRequest) String() string

type UpdateAppRoleInfoResponse

type UpdateAppRoleInfoResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpdateAppRoleInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAppRoleInfoResponse) GoString

func (s UpdateAppRoleInfoResponse) GoString() string

func (*UpdateAppRoleInfoResponse) SetBody

func (*UpdateAppRoleInfoResponse) SetHeaders

func (UpdateAppRoleInfoResponse) String

func (s UpdateAppRoleInfoResponse) String() string

type UpdateAppRoleInfoResponseBody

type UpdateAppRoleInfoResponseBody struct {
	// 更新结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateAppRoleInfoResponseBody) GoString

func (*UpdateAppRoleInfoResponseBody) SetResult

func (UpdateAppRoleInfoResponseBody) String

type UpdateInnerAppHeaders

type UpdateInnerAppHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInnerAppHeaders) GoString

func (s UpdateInnerAppHeaders) GoString() string

func (*UpdateInnerAppHeaders) SetCommonHeaders

func (s *UpdateInnerAppHeaders) SetCommonHeaders(v map[string]*string) *UpdateInnerAppHeaders

func (*UpdateInnerAppHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateInnerAppHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateInnerAppHeaders

func (UpdateInnerAppHeaders) String

func (s UpdateInnerAppHeaders) String() string

type UpdateInnerAppRequest

type UpdateInnerAppRequest struct {
	// 应用描述
	Desc *string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 应用首页地址
	HomepageLink *string `json:"homepageLink,omitempty" xml:"homepageLink,omitempty"`
	// 应用图标
	Icon *string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 服务器出口ip白名单
	IpWhiteList []*string `json:"ipWhiteList,omitempty" xml:"ipWhiteList,omitempty" type:"Repeated"`
	// 应用名称
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// 应用管理后台地址
	OmpLink *string `json:"ompLink,omitempty" xml:"ompLink,omitempty"`
	// 创建人unionId
	OpUnionId *string `json:"opUnionId,omitempty" xml:"opUnionId,omitempty"`
	// 应用PC端地址
	PcHomepageLink *string `json:"pcHomepageLink,omitempty" xml:"pcHomepageLink,omitempty"`
}

func (UpdateInnerAppRequest) GoString

func (s UpdateInnerAppRequest) GoString() string

func (*UpdateInnerAppRequest) SetDesc

func (s *UpdateInnerAppRequest) SetHomepageLink(v string) *UpdateInnerAppRequest

func (*UpdateInnerAppRequest) SetIcon

func (*UpdateInnerAppRequest) SetIpWhiteList

func (s *UpdateInnerAppRequest) SetIpWhiteList(v []*string) *UpdateInnerAppRequest

func (*UpdateInnerAppRequest) SetName

func (*UpdateInnerAppRequest) SetOpUnionId

func (s *UpdateInnerAppRequest) SetPcHomepageLink(v string) *UpdateInnerAppRequest

func (UpdateInnerAppRequest) String

func (s UpdateInnerAppRequest) String() string

type UpdateInnerAppResponse

type UpdateInnerAppResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpdateInnerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateInnerAppResponse) GoString

func (s UpdateInnerAppResponse) GoString() string

func (*UpdateInnerAppResponse) SetBody

func (*UpdateInnerAppResponse) SetHeaders

func (UpdateInnerAppResponse) String

func (s UpdateInnerAppResponse) String() string

type UpdateInnerAppResponseBody

type UpdateInnerAppResponseBody struct {
	// 更新结果
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateInnerAppResponseBody) GoString

func (s UpdateInnerAppResponseBody) GoString() string

func (*UpdateInnerAppResponseBody) SetResult

func (UpdateInnerAppResponseBody) String

Jump to

Keyboard shortcuts

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