Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddAppRolesToMemberHeaders
- func (s AddAppRolesToMemberHeaders) GoString() string
- func (s *AddAppRolesToMemberHeaders) SetCommonHeaders(v map[string]*string) *AddAppRolesToMemberHeaders
- func (s *AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppRolesToMemberHeaders
- func (s AddAppRolesToMemberHeaders) String() string
- type AddAppRolesToMemberRequest
- func (s AddAppRolesToMemberRequest) GoString() string
- func (s *AddAppRolesToMemberRequest) SetMemberId(v string) *AddAppRolesToMemberRequest
- func (s *AddAppRolesToMemberRequest) SetMemberType(v string) *AddAppRolesToMemberRequest
- func (s *AddAppRolesToMemberRequest) SetOpUserId(v string) *AddAppRolesToMemberRequest
- func (s *AddAppRolesToMemberRequest) SetRoleList(v []*AddAppRolesToMemberRequestRoleList) *AddAppRolesToMemberRequest
- func (s AddAppRolesToMemberRequest) String() string
- type AddAppRolesToMemberRequestRoleList
- func (s AddAppRolesToMemberRequestRoleList) GoString() string
- func (s *AddAppRolesToMemberRequestRoleList) SetRoleId(v int64) *AddAppRolesToMemberRequestRoleList
- func (s *AddAppRolesToMemberRequestRoleList) SetScopeVersion(v int64) *AddAppRolesToMemberRequestRoleList
- func (s AddAppRolesToMemberRequestRoleList) String() string
- type AddAppRolesToMemberResponse
- func (s AddAppRolesToMemberResponse) GoString() string
- func (s *AddAppRolesToMemberResponse) SetBody(v *AddAppRolesToMemberResponseBody) *AddAppRolesToMemberResponse
- func (s *AddAppRolesToMemberResponse) SetHeaders(v map[string]*string) *AddAppRolesToMemberResponse
- func (s AddAppRolesToMemberResponse) String() string
- type AddAppRolesToMemberResponseBody
- type AddAppRolesToMemberResponseBodyResult
- func (s AddAppRolesToMemberResponseBodyResult) GoString() string
- func (s *AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion(v int64) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetRoleId(v int64) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorCode(v string) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg(v string) *AddAppRolesToMemberResponseBodyResult
- func (s *AddAppRolesToMemberResponseBodyResult) SetSuccess(v bool) *AddAppRolesToMemberResponseBodyResult
- func (s AddAppRolesToMemberResponseBodyResult) String() string
- type AddAppToWorkBenchGroupHeaders
- func (s AddAppToWorkBenchGroupHeaders) GoString() string
- func (s *AddAppToWorkBenchGroupHeaders) SetCommonHeaders(v map[string]*string) *AddAppToWorkBenchGroupHeaders
- func (s *AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppToWorkBenchGroupHeaders
- func (s AddAppToWorkBenchGroupHeaders) String() string
- type AddAppToWorkBenchGroupRequest
- func (s AddAppToWorkBenchGroupRequest) GoString() string
- func (s *AddAppToWorkBenchGroupRequest) SetComponentId(v string) *AddAppToWorkBenchGroupRequest
- func (s *AddAppToWorkBenchGroupRequest) SetEcologicalCorpId(v string) *AddAppToWorkBenchGroupRequest
- func (s *AddAppToWorkBenchGroupRequest) SetOpUnionId(v string) *AddAppToWorkBenchGroupRequest
- func (s AddAppToWorkBenchGroupRequest) String() string
- type AddAppToWorkBenchGroupResponse
- func (s AddAppToWorkBenchGroupResponse) GoString() string
- func (s *AddAppToWorkBenchGroupResponse) SetBody(v *AddAppToWorkBenchGroupResponseBody) *AddAppToWorkBenchGroupResponse
- func (s *AddAppToWorkBenchGroupResponse) SetHeaders(v map[string]*string) *AddAppToWorkBenchGroupResponse
- func (s AddAppToWorkBenchGroupResponse) String() string
- type AddAppToWorkBenchGroupResponseBody
- type AddMemberToAppRoleHeaders
- func (s AddMemberToAppRoleHeaders) GoString() string
- func (s *AddMemberToAppRoleHeaders) SetCommonHeaders(v map[string]*string) *AddMemberToAppRoleHeaders
- func (s *AddMemberToAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *AddMemberToAppRoleHeaders
- func (s AddMemberToAppRoleHeaders) String() string
- type AddMemberToAppRoleRequest
- func (s AddMemberToAppRoleRequest) GoString() string
- func (s *AddMemberToAppRoleRequest) SetDeptIdList(v []*int64) *AddMemberToAppRoleRequest
- func (s *AddMemberToAppRoleRequest) SetOpUserId(v string) *AddMemberToAppRoleRequest
- func (s *AddMemberToAppRoleRequest) SetScopeVersion(v int64) *AddMemberToAppRoleRequest
- func (s *AddMemberToAppRoleRequest) SetUserIdList(v []*string) *AddMemberToAppRoleRequest
- func (s AddMemberToAppRoleRequest) String() string
- type AddMemberToAppRoleResponse
- func (s AddMemberToAppRoleResponse) GoString() string
- func (s *AddMemberToAppRoleResponse) SetBody(v *AddMemberToAppRoleResponseBody) *AddMemberToAppRoleResponse
- func (s *AddMemberToAppRoleResponse) SetHeaders(v map[string]*string) *AddMemberToAppRoleResponse
- func (s AddMemberToAppRoleResponse) String() string
- type AddMemberToAppRoleResponseBody
- type Client
- func (client *Client) AddAppRolesToMember(agentId *string, request *AddAppRolesToMemberRequest) (_result *AddAppRolesToMemberResponse, _err error)
- func (client *Client) AddAppRolesToMemberWithOptions(agentId *string, request *AddAppRolesToMemberRequest, ...) (_result *AddAppRolesToMemberResponse, _err error)
- func (client *Client) AddAppToWorkBenchGroup(agentId *string, request *AddAppToWorkBenchGroupRequest) (_result *AddAppToWorkBenchGroupResponse, _err error)
- func (client *Client) AddAppToWorkBenchGroupWithOptions(agentId *string, request *AddAppToWorkBenchGroupRequest, ...) (_result *AddAppToWorkBenchGroupResponse, _err error)
- func (client *Client) AddMemberToAppRole(agentId *string, roleId *string, request *AddMemberToAppRoleRequest) (_result *AddMemberToAppRoleResponse, _err error)
- func (client *Client) AddMemberToAppRoleWithOptions(agentId *string, roleId *string, request *AddMemberToAppRoleRequest, ...) (_result *AddMemberToAppRoleResponse, _err error)
- func (client *Client) CreateApaasApp(request *CreateApaasAppRequest) (_result *CreateApaasAppResponse, _err error)
- func (client *Client) CreateApaasAppWithOptions(request *CreateApaasAppRequest, headers *CreateApaasAppHeaders, ...) (_result *CreateApaasAppResponse, _err error)
- func (client *Client) CreateInnerApp(request *CreateInnerAppRequest) (_result *CreateInnerAppResponse, _err error)
- func (client *Client) CreateInnerAppWithOptions(request *CreateInnerAppRequest, headers *CreateInnerAppHeaders, ...) (_result *CreateInnerAppResponse, _err error)
- func (client *Client) DeleteAppRole(agentId *string, roleId *string, request *DeleteAppRoleRequest) (_result *DeleteAppRoleResponse, _err error)
- func (client *Client) DeleteAppRoleWithOptions(agentId *string, roleId *string, request *DeleteAppRoleRequest, ...) (_result *DeleteAppRoleResponse, _err error)
- func (client *Client) DeleteInnerApp(agentId *string, request *DeleteInnerAppRequest) (_result *DeleteInnerAppResponse, _err error)
- func (client *Client) DeleteInnerAppWithOptions(agentId *string, request *DeleteInnerAppRequest, ...) (_result *DeleteInnerAppResponse, _err error)
- func (client *Client) GetApaasApp(bizAppId *string) (_result *GetApaasAppResponse, _err error)
- func (client *Client) GetApaasAppWithOptions(bizAppId *string, headers *GetApaasAppHeaders, runtime *util.RuntimeOptions) (_result *GetApaasAppResponse, _err error)
- func (client *Client) GetAppRoleScopeByRoleId(agentId *string, roleId *string) (_result *GetAppRoleScopeByRoleIdResponse, _err error)
- func (client *Client) GetAppRoleScopeByRoleIdWithOptions(agentId *string, roleId *string, headers *GetAppRoleScopeByRoleIdHeaders, ...) (_result *GetAppRoleScopeByRoleIdResponse, _err error)
- func (client *Client) GetInnerApp(agentId *string, request *GetInnerAppRequest) (_result *GetInnerAppResponse, _err error)
- func (client *Client) GetInnerAppWithOptions(agentId *string, request *GetInnerAppRequest, headers *GetInnerAppHeaders, ...) (_result *GetInnerAppResponse, _err error)
- func (client *Client) GetMicroAppScope(agentId *string) (_result *GetMicroAppScopeResponse, _err error)
- func (client *Client) GetMicroAppScopeWithOptions(agentId *string, headers *GetMicroAppScopeHeaders, ...) (_result *GetMicroAppScopeResponse, _err error)
- func (client *Client) GetMicroAppUserAccess(agentId *string, userId *string) (_result *GetMicroAppUserAccessResponse, _err error)
- func (client *Client) GetMicroAppUserAccessWithOptions(agentId *string, userId *string, headers *GetMicroAppUserAccessHeaders, ...) (_result *GetMicroAppUserAccessResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAllApp() (_result *ListAllAppResponse, _err error)
- func (client *Client) ListAllAppWithOptions(headers *ListAllAppHeaders, runtime *util.RuntimeOptions) (_result *ListAllAppResponse, _err error)
- func (client *Client) ListAppRoleScopes(agentId *string, request *ListAppRoleScopesRequest) (_result *ListAppRoleScopesResponse, _err error)
- func (client *Client) ListAppRoleScopesWithOptions(agentId *string, request *ListAppRoleScopesRequest, ...) (_result *ListAppRoleScopesResponse, _err error)
- func (client *Client) ListInnerApp(request *ListInnerAppRequest) (_result *ListInnerAppResponse, _err error)
- func (client *Client) ListInnerAppWithOptions(request *ListInnerAppRequest, headers *ListInnerAppHeaders, ...) (_result *ListInnerAppResponse, _err error)
- func (client *Client) ListRoleInfoByUser(agentId *string, userId *string) (_result *ListRoleInfoByUserResponse, _err error)
- func (client *Client) ListRoleInfoByUserWithOptions(agentId *string, userId *string, headers *ListRoleInfoByUserHeaders, ...) (_result *ListRoleInfoByUserResponse, _err error)
- func (client *Client) ListUserVilebleApp(userId *string) (_result *ListUserVilebleAppResponse, _err error)
- func (client *Client) ListUserVilebleAppWithOptions(userId *string, headers *ListUserVilebleAppHeaders, ...) (_result *ListUserVilebleAppResponse, _err error)
- func (client *Client) RebuildRoleScopeForAppRole(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest) (_result *RebuildRoleScopeForAppRoleResponse, _err error)
- func (client *Client) RebuildRoleScopeForAppRoleWithOptions(agentId *string, roleId *string, request *RebuildRoleScopeForAppRoleRequest, ...) (_result *RebuildRoleScopeForAppRoleResponse, _err error)
- func (client *Client) RegisterCustomAppRole(agentId *string, request *RegisterCustomAppRoleRequest) (_result *RegisterCustomAppRoleResponse, _err error)
- func (client *Client) RegisterCustomAppRoleWithOptions(agentId *string, request *RegisterCustomAppRoleRequest, ...) (_result *RegisterCustomAppRoleResponse, _err error)
- func (client *Client) RemoveApaasApp(request *RemoveApaasAppRequest) (_result *RemoveApaasAppResponse, _err error)
- func (client *Client) RemoveApaasAppWithOptions(request *RemoveApaasAppRequest, headers *RemoveApaasAppHeaders, ...) (_result *RemoveApaasAppResponse, _err error)
- func (client *Client) RemoveMemberForAppRole(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest) (_result *RemoveMemberForAppRoleResponse, _err error)
- func (client *Client) RemoveMemberForAppRoleWithOptions(agentId *string, roleId *string, request *RemoveMemberForAppRoleRequest, ...) (_result *RemoveMemberForAppRoleResponse, _err error)
- func (client *Client) SetMicroAppScope(agentId *string, request *SetMicroAppScopeRequest) (_result *SetMicroAppScopeResponse, _err error)
- func (client *Client) SetMicroAppScopeWithOptions(agentId *string, request *SetMicroAppScopeRequest, ...) (_result *SetMicroAppScopeResponse, _err error)
- func (client *Client) UpdateApaasApp(request *UpdateApaasAppRequest) (_result *UpdateApaasAppResponse, _err error)
- func (client *Client) UpdateApaasAppWithOptions(request *UpdateApaasAppRequest, headers *UpdateApaasAppHeaders, ...) (_result *UpdateApaasAppResponse, _err error)
- func (client *Client) UpdateAppRoleInfo(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest) (_result *UpdateAppRoleInfoResponse, _err error)
- func (client *Client) UpdateAppRoleInfoWithOptions(agentId *string, roleId *string, request *UpdateAppRoleInfoRequest, ...) (_result *UpdateAppRoleInfoResponse, _err error)
- func (client *Client) UpdateInnerApp(agentId *string, request *UpdateInnerAppRequest) (_result *UpdateInnerAppResponse, _err error)
- func (client *Client) UpdateInnerAppWithOptions(agentId *string, request *UpdateInnerAppRequest, ...) (_result *UpdateInnerAppResponse, _err error)
- type CreateApaasAppHeaders
- type CreateApaasAppRequest
- func (s CreateApaasAppRequest) GoString() string
- func (s *CreateApaasAppRequest) SetAppDesc(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetAppIcon(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetAppName(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetBizAppId(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetHomepageEditLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetHomepageLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetIsShortCut(v int32) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetOmpLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetOpUserId(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetPcHomepageEditLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetPcHomepageLink(v string) *CreateApaasAppRequest
- func (s *CreateApaasAppRequest) SetTemplateKey(v string) *CreateApaasAppRequest
- func (s CreateApaasAppRequest) String() string
- type CreateApaasAppResponse
- type CreateApaasAppResponseBody
- type CreateInnerAppHeaders
- type CreateInnerAppRequest
- func (s CreateInnerAppRequest) GoString() string
- func (s *CreateInnerAppRequest) SetDesc(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetHomepageLink(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetIcon(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetIpWhiteList(v []*string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetName(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetOmpLink(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetOpUnionId(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetPcHomepageLink(v string) *CreateInnerAppRequest
- func (s *CreateInnerAppRequest) SetScopeType(v string) *CreateInnerAppRequest
- func (s CreateInnerAppRequest) String() string
- type CreateInnerAppResponse
- type CreateInnerAppResponseBody
- func (s CreateInnerAppResponseBody) GoString() string
- func (s *CreateInnerAppResponseBody) SetAgentId(v int64) *CreateInnerAppResponseBody
- func (s *CreateInnerAppResponseBody) SetAppKey(v string) *CreateInnerAppResponseBody
- func (s *CreateInnerAppResponseBody) SetAppSecret(v string) *CreateInnerAppResponseBody
- func (s CreateInnerAppResponseBody) String() string
- type DeleteAppRoleHeaders
- type DeleteAppRoleRequest
- type DeleteAppRoleResponse
- type DeleteAppRoleResponseBody
- type DeleteInnerAppHeaders
- type DeleteInnerAppRequest
- type DeleteInnerAppResponse
- type DeleteInnerAppResponseBody
- type GetApaasAppHeaders
- type GetApaasAppResponse
- type GetApaasAppResponseBody
- func (s GetApaasAppResponseBody) GoString() string
- func (s *GetApaasAppResponseBody) SetAgentId(v int64) *GetApaasAppResponseBody
- func (s *GetApaasAppResponseBody) SetBizAppId(v string) *GetApaasAppResponseBody
- func (s *GetApaasAppResponseBody) SetPublishStatus(v string) *GetApaasAppResponseBody
- func (s GetApaasAppResponseBody) String() string
- type GetAppRoleScopeByRoleIdHeaders
- func (s GetAppRoleScopeByRoleIdHeaders) GoString() string
- func (s *GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdHeaders
- func (s *GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppRoleScopeByRoleIdHeaders
- func (s GetAppRoleScopeByRoleIdHeaders) String() string
- type GetAppRoleScopeByRoleIdResponse
- func (s GetAppRoleScopeByRoleIdResponse) GoString() string
- func (s *GetAppRoleScopeByRoleIdResponse) SetBody(v *GetAppRoleScopeByRoleIdResponseBody) *GetAppRoleScopeByRoleIdResponse
- func (s *GetAppRoleScopeByRoleIdResponse) SetHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdResponse
- func (s GetAppRoleScopeByRoleIdResponse) String() string
- type GetAppRoleScopeByRoleIdResponseBody
- func (s GetAppRoleScopeByRoleIdResponseBody) GoString() string
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole(v bool) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList(v []*int64) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleId(v int64) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleName(v string) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeType(v string) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion(v string) *GetAppRoleScopeByRoleIdResponseBody
- func (s *GetAppRoleScopeByRoleIdResponseBody) SetUserIdList(v []*string) *GetAppRoleScopeByRoleIdResponseBody
- func (s GetAppRoleScopeByRoleIdResponseBody) String() string
- type GetInnerAppHeaders
- type GetInnerAppRequest
- type GetInnerAppResponse
- type GetInnerAppResponseBody
- func (s GetInnerAppResponseBody) GoString() string
- func (s *GetInnerAppResponseBody) SetAgentId(v int64) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetAppKey(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetAppSecret(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetDesc(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetHomepageLink(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetIcon(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetIpWhiteList(v []*string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetName(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetOmpLink(v string) *GetInnerAppResponseBody
- func (s *GetInnerAppResponseBody) SetPcHomepageLink(v string) *GetInnerAppResponseBody
- func (s GetInnerAppResponseBody) String() string
- type GetMicroAppScopeHeaders
- type GetMicroAppScopeResponse
- type GetMicroAppScopeResponseBody
- type GetMicroAppScopeResponseBodyResult
- func (s GetMicroAppScopeResponseBodyResult) GoString() string
- func (s *GetMicroAppScopeResponseBodyResult) SetDeptIds(v []*int64) *GetMicroAppScopeResponseBodyResult
- func (s *GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible(v bool) *GetMicroAppScopeResponseBodyResult
- func (s *GetMicroAppScopeResponseBodyResult) SetRoleIds(v []*int64) *GetMicroAppScopeResponseBodyResult
- func (s *GetMicroAppScopeResponseBodyResult) SetUserIds(v []*string) *GetMicroAppScopeResponseBodyResult
- func (s GetMicroAppScopeResponseBodyResult) String() string
- type GetMicroAppUserAccessHeaders
- func (s GetMicroAppUserAccessHeaders) GoString() string
- func (s *GetMicroAppUserAccessHeaders) SetCommonHeaders(v map[string]*string) *GetMicroAppUserAccessHeaders
- func (s *GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppUserAccessHeaders
- func (s GetMicroAppUserAccessHeaders) String() string
- type GetMicroAppUserAccessResponse
- func (s GetMicroAppUserAccessResponse) GoString() string
- func (s *GetMicroAppUserAccessResponse) SetBody(v *GetMicroAppUserAccessResponseBody) *GetMicroAppUserAccessResponse
- func (s *GetMicroAppUserAccessResponse) SetHeaders(v map[string]*string) *GetMicroAppUserAccessResponse
- func (s GetMicroAppUserAccessResponse) String() string
- type GetMicroAppUserAccessResponseBody
- type ListAllAppHeaders
- type ListAllAppResponse
- type ListAllAppResponseBody
- type ListAllAppResponseBodyAppList
- func (s ListAllAppResponseBodyAppList) GoString() string
- func (s *ListAllAppResponseBodyAppList) SetAgentId(v int64) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetAppId(v int64) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetAppStatus(v int32) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetDesc(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetDevelopType(v int32) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetHomepageLink(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetIcon(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetName(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetOmpLink(v string) *ListAllAppResponseBodyAppList
- func (s *ListAllAppResponseBodyAppList) SetPcHomepageLink(v string) *ListAllAppResponseBodyAppList
- func (s ListAllAppResponseBodyAppList) String() string
- type ListAppRoleScopesHeaders
- type ListAppRoleScopesRequest
- type ListAppRoleScopesResponse
- func (s ListAppRoleScopesResponse) GoString() string
- func (s *ListAppRoleScopesResponse) SetBody(v *ListAppRoleScopesResponseBody) *ListAppRoleScopesResponse
- func (s *ListAppRoleScopesResponse) SetHeaders(v map[string]*string) *ListAppRoleScopesResponse
- func (s ListAppRoleScopesResponse) String() string
- type ListAppRoleScopesResponseBody
- func (s ListAppRoleScopesResponseBody) GoString() string
- func (s *ListAppRoleScopesResponseBody) SetDataList(v []*ListAppRoleScopesResponseBodyDataList) *ListAppRoleScopesResponseBody
- func (s *ListAppRoleScopesResponseBody) SetHasMore(v bool) *ListAppRoleScopesResponseBody
- func (s *ListAppRoleScopesResponseBody) SetNextToken(v int64) *ListAppRoleScopesResponseBody
- func (s ListAppRoleScopesResponseBody) String() string
- type ListAppRoleScopesResponseBodyDataList
- func (s ListAppRoleScopesResponseBodyDataList) GoString() string
- func (s *ListAppRoleScopesResponseBodyDataList) SetCanManageRole(v bool) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetDeptIdList(v []*int64) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetRoleId(v int64) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetRoleName(v string) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetScopeType(v string) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetScopeVersion(v int64) *ListAppRoleScopesResponseBodyDataList
- func (s *ListAppRoleScopesResponseBodyDataList) SetUserIdList(v []*string) *ListAppRoleScopesResponseBodyDataList
- func (s ListAppRoleScopesResponseBodyDataList) String() string
- type ListInnerAppHeaders
- type ListInnerAppRequest
- type ListInnerAppResponse
- type ListInnerAppResponseBody
- type ListInnerAppResponseBodyAppList
- func (s ListInnerAppResponseBodyAppList) GoString() string
- func (s *ListInnerAppResponseBodyAppList) SetAgentId(v int64) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetDesc(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetHomepageLink(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetIcon(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetName(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetOmpLink(v string) *ListInnerAppResponseBodyAppList
- func (s *ListInnerAppResponseBodyAppList) SetPcHomepageLink(v string) *ListInnerAppResponseBodyAppList
- func (s ListInnerAppResponseBodyAppList) String() string
- type ListRoleInfoByUserHeaders
- func (s ListRoleInfoByUserHeaders) GoString() string
- func (s *ListRoleInfoByUserHeaders) SetCommonHeaders(v map[string]*string) *ListRoleInfoByUserHeaders
- func (s *ListRoleInfoByUserHeaders) SetXAcsDingtalkAccessToken(v string) *ListRoleInfoByUserHeaders
- func (s ListRoleInfoByUserHeaders) String() string
- type ListRoleInfoByUserResponse
- func (s ListRoleInfoByUserResponse) GoString() string
- func (s *ListRoleInfoByUserResponse) SetBody(v *ListRoleInfoByUserResponseBody) *ListRoleInfoByUserResponse
- func (s *ListRoleInfoByUserResponse) SetHeaders(v map[string]*string) *ListRoleInfoByUserResponse
- func (s ListRoleInfoByUserResponse) String() string
- type ListRoleInfoByUserResponseBody
- type ListRoleInfoByUserResponseBodyResult
- func (s ListRoleInfoByUserResponseBodyResult) GoString() string
- func (s *ListRoleInfoByUserResponseBodyResult) SetCanManageRole(v bool) *ListRoleInfoByUserResponseBodyResult
- func (s *ListRoleInfoByUserResponseBodyResult) SetRoleId(v int64) *ListRoleInfoByUserResponseBodyResult
- func (s *ListRoleInfoByUserResponseBodyResult) SetRoleName(v string) *ListRoleInfoByUserResponseBodyResult
- func (s ListRoleInfoByUserResponseBodyResult) String() string
- type ListUserVilebleAppHeaders
- func (s ListUserVilebleAppHeaders) GoString() string
- func (s *ListUserVilebleAppHeaders) SetCommonHeaders(v map[string]*string) *ListUserVilebleAppHeaders
- func (s *ListUserVilebleAppHeaders) SetXAcsDingtalkAccessToken(v string) *ListUserVilebleAppHeaders
- func (s ListUserVilebleAppHeaders) String() string
- type ListUserVilebleAppResponse
- func (s ListUserVilebleAppResponse) GoString() string
- func (s *ListUserVilebleAppResponse) SetBody(v *ListUserVilebleAppResponseBody) *ListUserVilebleAppResponse
- func (s *ListUserVilebleAppResponse) SetHeaders(v map[string]*string) *ListUserVilebleAppResponse
- func (s ListUserVilebleAppResponse) String() string
- type ListUserVilebleAppResponseBody
- type ListUserVilebleAppResponseBodyAppList
- func (s ListUserVilebleAppResponseBodyAppList) GoString() string
- func (s *ListUserVilebleAppResponseBodyAppList) SetAgentId(v int64) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetAppId(v int64) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetAppStatus(v int32) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetDesc(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetDevelopType(v int32) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetIcon(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetName(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetOmpLink(v string) *ListUserVilebleAppResponseBodyAppList
- func (s *ListUserVilebleAppResponseBodyAppList) SetPcHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
- func (s ListUserVilebleAppResponseBodyAppList) String() string
- type RebuildRoleScopeForAppRoleHeaders
- func (s RebuildRoleScopeForAppRoleHeaders) GoString() string
- func (s *RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleHeaders
- func (s *RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RebuildRoleScopeForAppRoleHeaders
- func (s RebuildRoleScopeForAppRoleHeaders) String() string
- type RebuildRoleScopeForAppRoleRequest
- func (s RebuildRoleScopeForAppRoleRequest) GoString() string
- func (s *RebuildRoleScopeForAppRoleRequest) SetDeptIdList(v []*int64) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetOpUserId(v string) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetScopeType(v string) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetScopeVersion(v int64) *RebuildRoleScopeForAppRoleRequest
- func (s *RebuildRoleScopeForAppRoleRequest) SetUserIdList(v []*string) *RebuildRoleScopeForAppRoleRequest
- func (s RebuildRoleScopeForAppRoleRequest) String() string
- type RebuildRoleScopeForAppRoleResponse
- func (s RebuildRoleScopeForAppRoleResponse) GoString() string
- func (s *RebuildRoleScopeForAppRoleResponse) SetBody(v *RebuildRoleScopeForAppRoleResponseBody) *RebuildRoleScopeForAppRoleResponse
- func (s *RebuildRoleScopeForAppRoleResponse) SetHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleResponse
- func (s RebuildRoleScopeForAppRoleResponse) String() string
- type RebuildRoleScopeForAppRoleResponseBody
- type RegisterCustomAppRoleHeaders
- func (s RegisterCustomAppRoleHeaders) GoString() string
- func (s *RegisterCustomAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RegisterCustomAppRoleHeaders
- func (s *RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterCustomAppRoleHeaders
- func (s RegisterCustomAppRoleHeaders) String() string
- type RegisterCustomAppRoleRequest
- func (s RegisterCustomAppRoleRequest) GoString() string
- func (s *RegisterCustomAppRoleRequest) SetCanManageRole(v bool) *RegisterCustomAppRoleRequest
- func (s *RegisterCustomAppRoleRequest) SetOpUserId(v string) *RegisterCustomAppRoleRequest
- func (s *RegisterCustomAppRoleRequest) SetRoleName(v string) *RegisterCustomAppRoleRequest
- func (s RegisterCustomAppRoleRequest) String() string
- type RegisterCustomAppRoleResponse
- func (s RegisterCustomAppRoleResponse) GoString() string
- func (s *RegisterCustomAppRoleResponse) SetBody(v *RegisterCustomAppRoleResponseBody) *RegisterCustomAppRoleResponse
- func (s *RegisterCustomAppRoleResponse) SetHeaders(v map[string]*string) *RegisterCustomAppRoleResponse
- func (s RegisterCustomAppRoleResponse) String() string
- type RegisterCustomAppRoleResponseBody
- func (s RegisterCustomAppRoleResponseBody) GoString() string
- func (s *RegisterCustomAppRoleResponseBody) SetRoleId(v int64) *RegisterCustomAppRoleResponseBody
- func (s *RegisterCustomAppRoleResponseBody) SetScopeVersion(v int64) *RegisterCustomAppRoleResponseBody
- func (s RegisterCustomAppRoleResponseBody) String() string
- type RemoveApaasAppHeaders
- type RemoveApaasAppRequest
- type RemoveApaasAppResponse
- type RemoveApaasAppResponseBody
- type RemoveMemberForAppRoleHeaders
- func (s RemoveMemberForAppRoleHeaders) GoString() string
- func (s *RemoveMemberForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RemoveMemberForAppRoleHeaders
- func (s *RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMemberForAppRoleHeaders
- func (s RemoveMemberForAppRoleHeaders) String() string
- type RemoveMemberForAppRoleRequest
- func (s RemoveMemberForAppRoleRequest) GoString() string
- func (s *RemoveMemberForAppRoleRequest) SetDeptIdList(v []*int64) *RemoveMemberForAppRoleRequest
- func (s *RemoveMemberForAppRoleRequest) SetOpUserId(v string) *RemoveMemberForAppRoleRequest
- func (s *RemoveMemberForAppRoleRequest) SetScopeVersion(v int64) *RemoveMemberForAppRoleRequest
- func (s *RemoveMemberForAppRoleRequest) SetUserIdList(v []*string) *RemoveMemberForAppRoleRequest
- func (s RemoveMemberForAppRoleRequest) String() string
- type RemoveMemberForAppRoleResponse
- func (s RemoveMemberForAppRoleResponse) GoString() string
- func (s *RemoveMemberForAppRoleResponse) SetBody(v *RemoveMemberForAppRoleResponseBody) *RemoveMemberForAppRoleResponse
- func (s *RemoveMemberForAppRoleResponse) SetHeaders(v map[string]*string) *RemoveMemberForAppRoleResponse
- func (s RemoveMemberForAppRoleResponse) String() string
- type RemoveMemberForAppRoleResponseBody
- type SetMicroAppScopeHeaders
- type SetMicroAppScopeRequest
- func (s SetMicroAppScopeRequest) GoString() string
- func (s *SetMicroAppScopeRequest) SetAddDeptIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetAddRoleIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetAddUserIds(v []*string) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetDelDeptIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetDelRoleIds(v []*int64) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetDelUserIds(v []*string) *SetMicroAppScopeRequest
- func (s *SetMicroAppScopeRequest) SetOnlyAdminVisible(v bool) *SetMicroAppScopeRequest
- func (s SetMicroAppScopeRequest) String() string
- type SetMicroAppScopeResponse
- type SetMicroAppScopeResponseBody
- type UpdateApaasAppHeaders
- type UpdateApaasAppRequest
- func (s UpdateApaasAppRequest) GoString() string
- func (s *UpdateApaasAppRequest) SetAppIcon(v string) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetAppName(v string) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetAppStatus(v int32) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetBizAppId(v string) *UpdateApaasAppRequest
- func (s *UpdateApaasAppRequest) SetOpUserId(v string) *UpdateApaasAppRequest
- func (s UpdateApaasAppRequest) String() string
- type UpdateApaasAppResponse
- type UpdateApaasAppResponseBody
- type UpdateAppRoleInfoHeaders
- type UpdateAppRoleInfoRequest
- func (s UpdateAppRoleInfoRequest) GoString() string
- func (s *UpdateAppRoleInfoRequest) SetCanManageRole(v bool) *UpdateAppRoleInfoRequest
- func (s *UpdateAppRoleInfoRequest) SetNewRoleName(v string) *UpdateAppRoleInfoRequest
- func (s *UpdateAppRoleInfoRequest) SetOpUserId(v string) *UpdateAppRoleInfoRequest
- func (s UpdateAppRoleInfoRequest) String() string
- type UpdateAppRoleInfoResponse
- func (s UpdateAppRoleInfoResponse) GoString() string
- func (s *UpdateAppRoleInfoResponse) SetBody(v *UpdateAppRoleInfoResponseBody) *UpdateAppRoleInfoResponse
- func (s *UpdateAppRoleInfoResponse) SetHeaders(v map[string]*string) *UpdateAppRoleInfoResponse
- func (s UpdateAppRoleInfoResponse) String() string
- type UpdateAppRoleInfoResponseBody
- type UpdateInnerAppHeaders
- type UpdateInnerAppRequest
- func (s UpdateInnerAppRequest) GoString() string
- func (s *UpdateInnerAppRequest) SetDesc(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetHomepageLink(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetIcon(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetIpWhiteList(v []*string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetName(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetOmpLink(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetOpUnionId(v string) *UpdateInnerAppRequest
- func (s *UpdateInnerAppRequest) SetPcHomepageLink(v string) *UpdateInnerAppRequest
- func (s UpdateInnerAppRequest) String() string
- type UpdateInnerAppResponse
- type UpdateInnerAppResponseBody
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 (s *AddAppRolesToMemberHeaders) SetCommonHeaders(v map[string]*string) *AddAppRolesToMemberHeaders
func (*AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddAppRolesToMemberHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppRolesToMemberHeaders
func (AddAppRolesToMemberHeaders) String ¶
func (s AddAppRolesToMemberHeaders) String() 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 (s *AddAppRolesToMemberRequest) SetMemberId(v string) *AddAppRolesToMemberRequest
func (*AddAppRolesToMemberRequest) SetMemberType ¶
func (s *AddAppRolesToMemberRequest) SetMemberType(v string) *AddAppRolesToMemberRequest
func (*AddAppRolesToMemberRequest) SetOpUserId ¶
func (s *AddAppRolesToMemberRequest) SetOpUserId(v string) *AddAppRolesToMemberRequest
func (*AddAppRolesToMemberRequest) SetRoleList ¶
func (s *AddAppRolesToMemberRequest) SetRoleList(v []*AddAppRolesToMemberRequestRoleList) *AddAppRolesToMemberRequest
func (AddAppRolesToMemberRequest) String ¶
func (s AddAppRolesToMemberRequest) String() 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 (s AddAppRolesToMemberRequestRoleList) GoString() string
func (*AddAppRolesToMemberRequestRoleList) SetRoleId ¶
func (s *AddAppRolesToMemberRequestRoleList) SetRoleId(v int64) *AddAppRolesToMemberRequestRoleList
func (*AddAppRolesToMemberRequestRoleList) SetScopeVersion ¶
func (s *AddAppRolesToMemberRequestRoleList) SetScopeVersion(v int64) *AddAppRolesToMemberRequestRoleList
func (AddAppRolesToMemberRequestRoleList) String ¶
func (s AddAppRolesToMemberRequestRoleList) String() 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 (s *AddAppRolesToMemberResponse) SetBody(v *AddAppRolesToMemberResponseBody) *AddAppRolesToMemberResponse
func (*AddAppRolesToMemberResponse) SetHeaders ¶
func (s *AddAppRolesToMemberResponse) SetHeaders(v map[string]*string) *AddAppRolesToMemberResponse
func (AddAppRolesToMemberResponse) String ¶
func (s AddAppRolesToMemberResponse) String() string
type AddAppRolesToMemberResponseBody ¶
type AddAppRolesToMemberResponseBody struct {
Result []*AddAppRolesToMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (AddAppRolesToMemberResponseBody) GoString ¶
func (s AddAppRolesToMemberResponseBody) GoString() string
func (*AddAppRolesToMemberResponseBody) SetResult ¶
func (s *AddAppRolesToMemberResponseBody) SetResult(v []*AddAppRolesToMemberResponseBodyResult) *AddAppRolesToMemberResponseBody
func (AddAppRolesToMemberResponseBody) String ¶
func (s AddAppRolesToMemberResponseBody) String() 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 (s AddAppRolesToMemberResponseBodyResult) GoString() string
func (*AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetLatestScopeVersion(v int64) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetRoleId ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetRoleId(v int64) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorCode ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorCode(v string) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetSubErrorMsg(v string) *AddAppRolesToMemberResponseBodyResult
func (*AddAppRolesToMemberResponseBodyResult) SetSuccess ¶
func (s *AddAppRolesToMemberResponseBodyResult) SetSuccess(v bool) *AddAppRolesToMemberResponseBodyResult
func (AddAppRolesToMemberResponseBodyResult) String ¶
func (s AddAppRolesToMemberResponseBodyResult) String() 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 (s AddAppToWorkBenchGroupHeaders) GoString() string
func (*AddAppToWorkBenchGroupHeaders) SetCommonHeaders ¶
func (s *AddAppToWorkBenchGroupHeaders) SetCommonHeaders(v map[string]*string) *AddAppToWorkBenchGroupHeaders
func (*AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddAppToWorkBenchGroupHeaders) SetXAcsDingtalkAccessToken(v string) *AddAppToWorkBenchGroupHeaders
func (AddAppToWorkBenchGroupHeaders) String ¶
func (s AddAppToWorkBenchGroupHeaders) String() 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 (s AddAppToWorkBenchGroupRequest) GoString() string
func (*AddAppToWorkBenchGroupRequest) SetComponentId ¶
func (s *AddAppToWorkBenchGroupRequest) SetComponentId(v string) *AddAppToWorkBenchGroupRequest
func (*AddAppToWorkBenchGroupRequest) SetEcologicalCorpId ¶
func (s *AddAppToWorkBenchGroupRequest) SetEcologicalCorpId(v string) *AddAppToWorkBenchGroupRequest
func (*AddAppToWorkBenchGroupRequest) SetOpUnionId ¶
func (s *AddAppToWorkBenchGroupRequest) SetOpUnionId(v string) *AddAppToWorkBenchGroupRequest
func (AddAppToWorkBenchGroupRequest) String ¶
func (s AddAppToWorkBenchGroupRequest) String() 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 (s AddAppToWorkBenchGroupResponse) GoString() string
func (*AddAppToWorkBenchGroupResponse) SetBody ¶
func (s *AddAppToWorkBenchGroupResponse) SetBody(v *AddAppToWorkBenchGroupResponseBody) *AddAppToWorkBenchGroupResponse
func (*AddAppToWorkBenchGroupResponse) SetHeaders ¶
func (s *AddAppToWorkBenchGroupResponse) SetHeaders(v map[string]*string) *AddAppToWorkBenchGroupResponse
func (AddAppToWorkBenchGroupResponse) String ¶
func (s AddAppToWorkBenchGroupResponse) String() string
type AddAppToWorkBenchGroupResponseBody ¶
type AddAppToWorkBenchGroupResponseBody struct { // 更新结果 Result *bool `json:"result,omitempty" xml:"result,omitempty"` }
func (AddAppToWorkBenchGroupResponseBody) GoString ¶
func (s AddAppToWorkBenchGroupResponseBody) GoString() string
func (*AddAppToWorkBenchGroupResponseBody) SetResult ¶
func (s *AddAppToWorkBenchGroupResponseBody) SetResult(v bool) *AddAppToWorkBenchGroupResponseBody
func (AddAppToWorkBenchGroupResponseBody) String ¶
func (s AddAppToWorkBenchGroupResponseBody) String() 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 (s *AddMemberToAppRoleHeaders) SetCommonHeaders(v map[string]*string) *AddMemberToAppRoleHeaders
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 (s *AddMemberToAppRoleRequest) SetDeptIdList(v []*int64) *AddMemberToAppRoleRequest
func (*AddMemberToAppRoleRequest) SetOpUserId ¶
func (s *AddMemberToAppRoleRequest) SetOpUserId(v string) *AddMemberToAppRoleRequest
func (*AddMemberToAppRoleRequest) SetScopeVersion ¶
func (s *AddMemberToAppRoleRequest) SetScopeVersion(v int64) *AddMemberToAppRoleRequest
func (*AddMemberToAppRoleRequest) SetUserIdList ¶
func (s *AddMemberToAppRoleRequest) SetUserIdList(v []*string) *AddMemberToAppRoleRequest
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 (s *AddMemberToAppRoleResponse) SetBody(v *AddMemberToAppRoleResponseBody) *AddMemberToAppRoleResponse
func (*AddMemberToAppRoleResponse) SetHeaders ¶
func (s *AddMemberToAppRoleResponse) SetHeaders(v map[string]*string) *AddMemberToAppRoleResponse
func (AddMemberToAppRoleResponse) String ¶
func (s AddMemberToAppRoleResponse) String() string
type AddMemberToAppRoleResponseBody ¶
type AddMemberToAppRoleResponseBody struct { // 角色范围最新版本号 LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"` }
func (AddMemberToAppRoleResponseBody) GoString ¶
func (s AddMemberToAppRoleResponseBody) GoString() string
func (*AddMemberToAppRoleResponseBody) SetLatestScopeVersion ¶
func (s *AddMemberToAppRoleResponseBody) SetLatestScopeVersion(v int64) *AddMemberToAppRoleResponseBody
func (AddMemberToAppRoleResponseBody) String ¶
func (s AddMemberToAppRoleResponseBody) String() string
type Client ¶
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) 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 (s *CreateApaasAppRequest) SetAppDesc(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetAppIcon ¶
func (s *CreateApaasAppRequest) SetAppIcon(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetAppName ¶
func (s *CreateApaasAppRequest) SetAppName(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetBizAppId ¶
func (s *CreateApaasAppRequest) SetBizAppId(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetHomepageEditLink ¶
func (s *CreateApaasAppRequest) SetHomepageEditLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetHomepageLink ¶
func (s *CreateApaasAppRequest) SetHomepageLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetIsShortCut ¶
func (s *CreateApaasAppRequest) SetIsShortCut(v int32) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetOmpLink ¶
func (s *CreateApaasAppRequest) SetOmpLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetOpUserId ¶
func (s *CreateApaasAppRequest) SetOpUserId(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetPcHomepageEditLink ¶
func (s *CreateApaasAppRequest) SetPcHomepageEditLink(v string) *CreateApaasAppRequest
func (*CreateApaasAppRequest) SetPcHomepageLink ¶
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 (s *CreateApaasAppResponse) SetBody(v *CreateApaasAppResponseBody) *CreateApaasAppResponse
func (*CreateApaasAppResponse) SetHeaders ¶
func (s *CreateApaasAppResponse) SetHeaders(v map[string]*string) *CreateApaasAppResponse
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 (s *CreateApaasAppResponseBody) SetAgentId(v int64) *CreateApaasAppResponseBody
func (*CreateApaasAppResponseBody) SetBizAppId ¶
func (s *CreateApaasAppResponseBody) SetBizAppId(v string) *CreateApaasAppResponseBody
func (CreateApaasAppResponseBody) String ¶
func (s CreateApaasAppResponseBody) String() 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) SetDesc(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetHomepageLink ¶
func (s *CreateInnerAppRequest) SetHomepageLink(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetIcon ¶
func (s *CreateInnerAppRequest) SetIcon(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetIpWhiteList ¶
func (s *CreateInnerAppRequest) SetIpWhiteList(v []*string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetName ¶
func (s *CreateInnerAppRequest) SetName(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetOmpLink ¶
func (s *CreateInnerAppRequest) SetOmpLink(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetOpUnionId ¶
func (s *CreateInnerAppRequest) SetOpUnionId(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetPcHomepageLink ¶
func (s *CreateInnerAppRequest) SetPcHomepageLink(v string) *CreateInnerAppRequest
func (*CreateInnerAppRequest) SetScopeType ¶
func (s *CreateInnerAppRequest) SetScopeType(v string) *CreateInnerAppRequest
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 (s *CreateInnerAppResponse) SetBody(v *CreateInnerAppResponseBody) *CreateInnerAppResponse
func (*CreateInnerAppResponse) SetHeaders ¶
func (s *CreateInnerAppResponse) SetHeaders(v map[string]*string) *CreateInnerAppResponse
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 (s *CreateInnerAppResponseBody) SetAgentId(v int64) *CreateInnerAppResponseBody
func (*CreateInnerAppResponseBody) SetAppKey ¶
func (s *CreateInnerAppResponseBody) SetAppKey(v string) *CreateInnerAppResponseBody
func (*CreateInnerAppResponseBody) SetAppSecret ¶
func (s *CreateInnerAppResponseBody) SetAppSecret(v string) *CreateInnerAppResponseBody
func (CreateInnerAppResponseBody) String ¶
func (s CreateInnerAppResponseBody) String() 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 (s *DeleteAppRoleRequest) SetOpUserId(v string) *DeleteAppRoleRequest
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 (s *DeleteAppRoleResponse) SetBody(v *DeleteAppRoleResponseBody) *DeleteAppRoleResponse
func (*DeleteAppRoleResponse) SetHeaders ¶
func (s *DeleteAppRoleResponse) SetHeaders(v map[string]*string) *DeleteAppRoleResponse
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 (s *DeleteAppRoleResponseBody) SetResult(v bool) *DeleteAppRoleResponseBody
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 (s *DeleteInnerAppRequest) SetOpUnionId(v string) *DeleteInnerAppRequest
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 (s *DeleteInnerAppResponse) SetBody(v *DeleteInnerAppResponseBody) *DeleteInnerAppResponse
func (*DeleteInnerAppResponse) SetHeaders ¶
func (s *DeleteInnerAppResponse) SetHeaders(v map[string]*string) *DeleteInnerAppResponse
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 (s *DeleteInnerAppResponseBody) SetResult(v bool) *DeleteInnerAppResponseBody
func (DeleteInnerAppResponseBody) String ¶
func (s DeleteInnerAppResponseBody) String() 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 (s *GetApaasAppResponse) SetBody(v *GetApaasAppResponseBody) *GetApaasAppResponse
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 (s *GetApaasAppResponseBody) SetAgentId(v int64) *GetApaasAppResponseBody
func (*GetApaasAppResponseBody) SetBizAppId ¶
func (s *GetApaasAppResponseBody) SetBizAppId(v string) *GetApaasAppResponseBody
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 (s GetAppRoleScopeByRoleIdHeaders) GoString() string
func (*GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders ¶
func (s *GetAppRoleScopeByRoleIdHeaders) SetCommonHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdHeaders
func (*GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetAppRoleScopeByRoleIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetAppRoleScopeByRoleIdHeaders
func (GetAppRoleScopeByRoleIdHeaders) String ¶
func (s GetAppRoleScopeByRoleIdHeaders) String() 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 (s GetAppRoleScopeByRoleIdResponse) GoString() string
func (*GetAppRoleScopeByRoleIdResponse) SetBody ¶
func (s *GetAppRoleScopeByRoleIdResponse) SetBody(v *GetAppRoleScopeByRoleIdResponseBody) *GetAppRoleScopeByRoleIdResponse
func (*GetAppRoleScopeByRoleIdResponse) SetHeaders ¶
func (s *GetAppRoleScopeByRoleIdResponse) SetHeaders(v map[string]*string) *GetAppRoleScopeByRoleIdResponse
func (GetAppRoleScopeByRoleIdResponse) String ¶
func (s GetAppRoleScopeByRoleIdResponse) String() 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 (s GetAppRoleScopeByRoleIdResponseBody) GoString() string
func (*GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetCanManageRole(v bool) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetDeptIdList(v []*int64) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleId ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleId(v int64) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetRoleName ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetRoleName(v string) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeType ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeType(v string) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetScopeVersion(v string) *GetAppRoleScopeByRoleIdResponseBody
func (*GetAppRoleScopeByRoleIdResponseBody) SetUserIdList ¶
func (s *GetAppRoleScopeByRoleIdResponseBody) SetUserIdList(v []*string) *GetAppRoleScopeByRoleIdResponseBody
func (GetAppRoleScopeByRoleIdResponseBody) String ¶
func (s GetAppRoleScopeByRoleIdResponseBody) String() 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 (s *GetInnerAppResponse) SetBody(v *GetInnerAppResponseBody) *GetInnerAppResponse
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 (s *GetInnerAppResponseBody) SetAgentId(v int64) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetAppKey ¶
func (s *GetInnerAppResponseBody) SetAppKey(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetAppSecret ¶
func (s *GetInnerAppResponseBody) SetAppSecret(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetDesc ¶
func (s *GetInnerAppResponseBody) SetDesc(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetHomepageLink ¶
func (s *GetInnerAppResponseBody) SetHomepageLink(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetIcon ¶
func (s *GetInnerAppResponseBody) SetIcon(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetIpWhiteList ¶
func (s *GetInnerAppResponseBody) SetIpWhiteList(v []*string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetName ¶
func (s *GetInnerAppResponseBody) SetName(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetOmpLink ¶
func (s *GetInnerAppResponseBody) SetOmpLink(v string) *GetInnerAppResponseBody
func (*GetInnerAppResponseBody) SetPcHomepageLink ¶
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 (s *GetMicroAppScopeResponse) SetBody(v *GetMicroAppScopeResponseBody) *GetMicroAppScopeResponse
func (*GetMicroAppScopeResponse) SetHeaders ¶
func (s *GetMicroAppScopeResponse) SetHeaders(v map[string]*string) *GetMicroAppScopeResponse
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 (s *GetMicroAppScopeResponseBody) SetResult(v *GetMicroAppScopeResponseBodyResult) *GetMicroAppScopeResponseBody
func (GetMicroAppScopeResponseBody) String ¶
func (s GetMicroAppScopeResponseBody) String() 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 (s GetMicroAppScopeResponseBodyResult) GoString() string
func (*GetMicroAppScopeResponseBodyResult) SetDeptIds ¶
func (s *GetMicroAppScopeResponseBodyResult) SetDeptIds(v []*int64) *GetMicroAppScopeResponseBodyResult
func (*GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible ¶
func (s *GetMicroAppScopeResponseBodyResult) SetOnlyAdminVisible(v bool) *GetMicroAppScopeResponseBodyResult
func (*GetMicroAppScopeResponseBodyResult) SetRoleIds ¶
func (s *GetMicroAppScopeResponseBodyResult) SetRoleIds(v []*int64) *GetMicroAppScopeResponseBodyResult
func (*GetMicroAppScopeResponseBodyResult) SetUserIds ¶
func (s *GetMicroAppScopeResponseBodyResult) SetUserIds(v []*string) *GetMicroAppScopeResponseBodyResult
func (GetMicroAppScopeResponseBodyResult) String ¶
func (s GetMicroAppScopeResponseBodyResult) String() 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 (s *GetMicroAppUserAccessHeaders) SetCommonHeaders(v map[string]*string) *GetMicroAppUserAccessHeaders
func (*GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetMicroAppUserAccessHeaders) SetXAcsDingtalkAccessToken(v string) *GetMicroAppUserAccessHeaders
func (GetMicroAppUserAccessHeaders) String ¶
func (s GetMicroAppUserAccessHeaders) String() 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 (s GetMicroAppUserAccessResponse) GoString() string
func (*GetMicroAppUserAccessResponse) SetBody ¶
func (s *GetMicroAppUserAccessResponse) SetBody(v *GetMicroAppUserAccessResponseBody) *GetMicroAppUserAccessResponse
func (*GetMicroAppUserAccessResponse) SetHeaders ¶
func (s *GetMicroAppUserAccessResponse) SetHeaders(v map[string]*string) *GetMicroAppUserAccessResponse
func (GetMicroAppUserAccessResponse) String ¶
func (s GetMicroAppUserAccessResponse) String() string
type GetMicroAppUserAccessResponseBody ¶
type GetMicroAppUserAccessResponseBody struct { // 结果 Result *bool `json:"result,omitempty" xml:"result,omitempty"` }
func (GetMicroAppUserAccessResponseBody) GoString ¶
func (s GetMicroAppUserAccessResponseBody) GoString() string
func (*GetMicroAppUserAccessResponseBody) SetResult ¶
func (s *GetMicroAppUserAccessResponseBody) SetResult(v bool) *GetMicroAppUserAccessResponseBody
func (GetMicroAppUserAccessResponseBody) String ¶
func (s GetMicroAppUserAccessResponseBody) String() 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 (s *ListAllAppResponse) SetBody(v *ListAllAppResponseBody) *ListAllAppResponse
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 (s *ListAllAppResponseBody) SetAppList(v []*ListAllAppResponseBodyAppList) *ListAllAppResponseBody
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 (s ListAllAppResponseBodyAppList) GoString() string
func (*ListAllAppResponseBodyAppList) SetAgentId ¶
func (s *ListAllAppResponseBodyAppList) SetAgentId(v int64) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetAppId ¶
func (s *ListAllAppResponseBodyAppList) SetAppId(v int64) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetAppStatus ¶
func (s *ListAllAppResponseBodyAppList) SetAppStatus(v int32) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetDesc ¶
func (s *ListAllAppResponseBodyAppList) SetDesc(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetDevelopType ¶
func (s *ListAllAppResponseBodyAppList) SetDevelopType(v int32) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetHomepageLink ¶
func (s *ListAllAppResponseBodyAppList) SetHomepageLink(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetIcon ¶
func (s *ListAllAppResponseBodyAppList) SetIcon(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetName ¶
func (s *ListAllAppResponseBodyAppList) SetName(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetOmpLink ¶
func (s *ListAllAppResponseBodyAppList) SetOmpLink(v string) *ListAllAppResponseBodyAppList
func (*ListAllAppResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListAllAppResponseBodyAppList) SetPcHomepageLink(v string) *ListAllAppResponseBodyAppList
func (ListAllAppResponseBodyAppList) String ¶
func (s ListAllAppResponseBodyAppList) String() 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 (s *ListAppRoleScopesRequest) SetNextToken(v int64) *ListAppRoleScopesRequest
func (*ListAppRoleScopesRequest) SetSize ¶
func (s *ListAppRoleScopesRequest) SetSize(v int64) *ListAppRoleScopesRequest
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 (s *ListAppRoleScopesResponse) SetBody(v *ListAppRoleScopesResponseBody) *ListAppRoleScopesResponse
func (*ListAppRoleScopesResponse) SetHeaders ¶
func (s *ListAppRoleScopesResponse) SetHeaders(v map[string]*string) *ListAppRoleScopesResponse
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 (s ListAppRoleScopesResponseBody) GoString() string
func (*ListAppRoleScopesResponseBody) SetDataList ¶
func (s *ListAppRoleScopesResponseBody) SetDataList(v []*ListAppRoleScopesResponseBodyDataList) *ListAppRoleScopesResponseBody
func (*ListAppRoleScopesResponseBody) SetHasMore ¶
func (s *ListAppRoleScopesResponseBody) SetHasMore(v bool) *ListAppRoleScopesResponseBody
func (*ListAppRoleScopesResponseBody) SetNextToken ¶
func (s *ListAppRoleScopesResponseBody) SetNextToken(v int64) *ListAppRoleScopesResponseBody
func (ListAppRoleScopesResponseBody) String ¶
func (s ListAppRoleScopesResponseBody) String() 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 (s ListAppRoleScopesResponseBodyDataList) GoString() string
func (*ListAppRoleScopesResponseBodyDataList) SetCanManageRole ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetCanManageRole(v bool) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetDeptIdList ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetDeptIdList(v []*int64) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetRoleId ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetRoleId(v int64) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetRoleName ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetRoleName(v string) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetScopeType ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetScopeType(v string) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetScopeVersion ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetScopeVersion(v int64) *ListAppRoleScopesResponseBodyDataList
func (*ListAppRoleScopesResponseBodyDataList) SetUserIdList ¶
func (s *ListAppRoleScopesResponseBodyDataList) SetUserIdList(v []*string) *ListAppRoleScopesResponseBodyDataList
func (ListAppRoleScopesResponseBodyDataList) String ¶
func (s ListAppRoleScopesResponseBodyDataList) String() 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 (s *ListInnerAppResponse) SetBody(v *ListInnerAppResponseBody) *ListInnerAppResponse
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 (s *ListInnerAppResponseBody) SetAppList(v []*ListInnerAppResponseBodyAppList) *ListInnerAppResponseBody
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 (s ListInnerAppResponseBodyAppList) GoString() string
func (*ListInnerAppResponseBodyAppList) SetAgentId ¶
func (s *ListInnerAppResponseBodyAppList) SetAgentId(v int64) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetDesc ¶
func (s *ListInnerAppResponseBodyAppList) SetDesc(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetHomepageLink ¶
func (s *ListInnerAppResponseBodyAppList) SetHomepageLink(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetIcon ¶
func (s *ListInnerAppResponseBodyAppList) SetIcon(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetName ¶
func (s *ListInnerAppResponseBodyAppList) SetName(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetOmpLink ¶
func (s *ListInnerAppResponseBodyAppList) SetOmpLink(v string) *ListInnerAppResponseBodyAppList
func (*ListInnerAppResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListInnerAppResponseBodyAppList) SetPcHomepageLink(v string) *ListInnerAppResponseBodyAppList
func (ListInnerAppResponseBodyAppList) String ¶
func (s ListInnerAppResponseBodyAppList) String() 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 (s *ListRoleInfoByUserHeaders) SetCommonHeaders(v map[string]*string) *ListRoleInfoByUserHeaders
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 (s *ListRoleInfoByUserResponse) SetBody(v *ListRoleInfoByUserResponseBody) *ListRoleInfoByUserResponse
func (*ListRoleInfoByUserResponse) SetHeaders ¶
func (s *ListRoleInfoByUserResponse) SetHeaders(v map[string]*string) *ListRoleInfoByUserResponse
func (ListRoleInfoByUserResponse) String ¶
func (s ListRoleInfoByUserResponse) String() string
type ListRoleInfoByUserResponseBody ¶
type ListRoleInfoByUserResponseBody struct {
Result []*ListRoleInfoByUserResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}
func (ListRoleInfoByUserResponseBody) GoString ¶
func (s ListRoleInfoByUserResponseBody) GoString() string
func (*ListRoleInfoByUserResponseBody) SetResult ¶
func (s *ListRoleInfoByUserResponseBody) SetResult(v []*ListRoleInfoByUserResponseBodyResult) *ListRoleInfoByUserResponseBody
func (ListRoleInfoByUserResponseBody) String ¶
func (s ListRoleInfoByUserResponseBody) String() 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 (s ListRoleInfoByUserResponseBodyResult) GoString() string
func (*ListRoleInfoByUserResponseBodyResult) SetCanManageRole ¶
func (s *ListRoleInfoByUserResponseBodyResult) SetCanManageRole(v bool) *ListRoleInfoByUserResponseBodyResult
func (*ListRoleInfoByUserResponseBodyResult) SetRoleId ¶
func (s *ListRoleInfoByUserResponseBodyResult) SetRoleId(v int64) *ListRoleInfoByUserResponseBodyResult
func (*ListRoleInfoByUserResponseBodyResult) SetRoleName ¶
func (s *ListRoleInfoByUserResponseBodyResult) SetRoleName(v string) *ListRoleInfoByUserResponseBodyResult
func (ListRoleInfoByUserResponseBodyResult) String ¶
func (s ListRoleInfoByUserResponseBodyResult) String() 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 (s *ListUserVilebleAppHeaders) SetCommonHeaders(v map[string]*string) *ListUserVilebleAppHeaders
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 (s *ListUserVilebleAppResponse) SetBody(v *ListUserVilebleAppResponseBody) *ListUserVilebleAppResponse
func (*ListUserVilebleAppResponse) SetHeaders ¶
func (s *ListUserVilebleAppResponse) SetHeaders(v map[string]*string) *ListUserVilebleAppResponse
func (ListUserVilebleAppResponse) String ¶
func (s ListUserVilebleAppResponse) String() string
type ListUserVilebleAppResponseBody ¶
type ListUserVilebleAppResponseBody struct { // 应用列表 AppList []*ListUserVilebleAppResponseBodyAppList `json:"appList,omitempty" xml:"appList,omitempty" type:"Repeated"` }
func (ListUserVilebleAppResponseBody) GoString ¶
func (s ListUserVilebleAppResponseBody) GoString() string
func (*ListUserVilebleAppResponseBody) SetAppList ¶
func (s *ListUserVilebleAppResponseBody) SetAppList(v []*ListUserVilebleAppResponseBodyAppList) *ListUserVilebleAppResponseBody
func (ListUserVilebleAppResponseBody) String ¶
func (s ListUserVilebleAppResponseBody) String() 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 (s ListUserVilebleAppResponseBodyAppList) GoString() string
func (*ListUserVilebleAppResponseBodyAppList) SetAgentId ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetAgentId(v int64) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetAppId ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetAppId(v int64) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetAppStatus ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetAppStatus(v int32) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetDesc ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetDesc(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetDevelopType ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetDevelopType(v int32) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetHomepageLink ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetIcon ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetIcon(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetName ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetName(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetOmpLink ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetOmpLink(v string) *ListUserVilebleAppResponseBodyAppList
func (*ListUserVilebleAppResponseBodyAppList) SetPcHomepageLink ¶
func (s *ListUserVilebleAppResponseBodyAppList) SetPcHomepageLink(v string) *ListUserVilebleAppResponseBodyAppList
func (ListUserVilebleAppResponseBodyAppList) String ¶
func (s ListUserVilebleAppResponseBodyAppList) String() 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 (s RebuildRoleScopeForAppRoleHeaders) GoString() string
func (*RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders ¶
func (s *RebuildRoleScopeForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleHeaders
func (*RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RebuildRoleScopeForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RebuildRoleScopeForAppRoleHeaders
func (RebuildRoleScopeForAppRoleHeaders) String ¶
func (s RebuildRoleScopeForAppRoleHeaders) String() 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 (s RebuildRoleScopeForAppRoleRequest) GoString() string
func (*RebuildRoleScopeForAppRoleRequest) SetDeptIdList ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetDeptIdList(v []*int64) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetOpUserId ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetOpUserId(v string) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetScopeType ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetScopeType(v string) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetScopeVersion ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetScopeVersion(v int64) *RebuildRoleScopeForAppRoleRequest
func (*RebuildRoleScopeForAppRoleRequest) SetUserIdList ¶
func (s *RebuildRoleScopeForAppRoleRequest) SetUserIdList(v []*string) *RebuildRoleScopeForAppRoleRequest
func (RebuildRoleScopeForAppRoleRequest) String ¶
func (s RebuildRoleScopeForAppRoleRequest) String() 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 (s RebuildRoleScopeForAppRoleResponse) GoString() string
func (*RebuildRoleScopeForAppRoleResponse) SetHeaders ¶
func (s *RebuildRoleScopeForAppRoleResponse) SetHeaders(v map[string]*string) *RebuildRoleScopeForAppRoleResponse
func (RebuildRoleScopeForAppRoleResponse) String ¶
func (s RebuildRoleScopeForAppRoleResponse) String() string
type RebuildRoleScopeForAppRoleResponseBody ¶
type RebuildRoleScopeForAppRoleResponseBody struct { // 角色范围最新版本号 LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"` }
func (RebuildRoleScopeForAppRoleResponseBody) GoString ¶
func (s RebuildRoleScopeForAppRoleResponseBody) GoString() string
func (*RebuildRoleScopeForAppRoleResponseBody) SetLatestScopeVersion ¶
func (s *RebuildRoleScopeForAppRoleResponseBody) SetLatestScopeVersion(v int64) *RebuildRoleScopeForAppRoleResponseBody
func (RebuildRoleScopeForAppRoleResponseBody) String ¶
func (s RebuildRoleScopeForAppRoleResponseBody) String() 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 (s *RegisterCustomAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RegisterCustomAppRoleHeaders
func (*RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RegisterCustomAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterCustomAppRoleHeaders
func (RegisterCustomAppRoleHeaders) String ¶
func (s RegisterCustomAppRoleHeaders) String() 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 (s *RegisterCustomAppRoleRequest) SetCanManageRole(v bool) *RegisterCustomAppRoleRequest
func (*RegisterCustomAppRoleRequest) SetOpUserId ¶
func (s *RegisterCustomAppRoleRequest) SetOpUserId(v string) *RegisterCustomAppRoleRequest
func (*RegisterCustomAppRoleRequest) SetRoleName ¶
func (s *RegisterCustomAppRoleRequest) SetRoleName(v string) *RegisterCustomAppRoleRequest
func (RegisterCustomAppRoleRequest) String ¶
func (s RegisterCustomAppRoleRequest) String() 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 (s RegisterCustomAppRoleResponse) GoString() string
func (*RegisterCustomAppRoleResponse) SetBody ¶
func (s *RegisterCustomAppRoleResponse) SetBody(v *RegisterCustomAppRoleResponseBody) *RegisterCustomAppRoleResponse
func (*RegisterCustomAppRoleResponse) SetHeaders ¶
func (s *RegisterCustomAppRoleResponse) SetHeaders(v map[string]*string) *RegisterCustomAppRoleResponse
func (RegisterCustomAppRoleResponse) String ¶
func (s RegisterCustomAppRoleResponse) String() 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 (s RegisterCustomAppRoleResponseBody) GoString() string
func (*RegisterCustomAppRoleResponseBody) SetRoleId ¶
func (s *RegisterCustomAppRoleResponseBody) SetRoleId(v int64) *RegisterCustomAppRoleResponseBody
func (*RegisterCustomAppRoleResponseBody) SetScopeVersion ¶
func (s *RegisterCustomAppRoleResponseBody) SetScopeVersion(v int64) *RegisterCustomAppRoleResponseBody
func (RegisterCustomAppRoleResponseBody) String ¶
func (s RegisterCustomAppRoleResponseBody) String() 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 (s *RemoveApaasAppRequest) SetBizAppId(v string) *RemoveApaasAppRequest
func (*RemoveApaasAppRequest) SetOpUserId ¶
func (s *RemoveApaasAppRequest) SetOpUserId(v string) *RemoveApaasAppRequest
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 (s *RemoveApaasAppResponse) SetBody(v *RemoveApaasAppResponseBody) *RemoveApaasAppResponse
func (*RemoveApaasAppResponse) SetHeaders ¶
func (s *RemoveApaasAppResponse) SetHeaders(v map[string]*string) *RemoveApaasAppResponse
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 (s *RemoveApaasAppResponseBody) SetResult(v bool) *RemoveApaasAppResponseBody
func (RemoveApaasAppResponseBody) String ¶
func (s RemoveApaasAppResponseBody) String() 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 (s RemoveMemberForAppRoleHeaders) GoString() string
func (*RemoveMemberForAppRoleHeaders) SetCommonHeaders ¶
func (s *RemoveMemberForAppRoleHeaders) SetCommonHeaders(v map[string]*string) *RemoveMemberForAppRoleHeaders
func (*RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RemoveMemberForAppRoleHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMemberForAppRoleHeaders
func (RemoveMemberForAppRoleHeaders) String ¶
func (s RemoveMemberForAppRoleHeaders) String() 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 (s RemoveMemberForAppRoleRequest) GoString() string
func (*RemoveMemberForAppRoleRequest) SetDeptIdList ¶
func (s *RemoveMemberForAppRoleRequest) SetDeptIdList(v []*int64) *RemoveMemberForAppRoleRequest
func (*RemoveMemberForAppRoleRequest) SetOpUserId ¶
func (s *RemoveMemberForAppRoleRequest) SetOpUserId(v string) *RemoveMemberForAppRoleRequest
func (*RemoveMemberForAppRoleRequest) SetScopeVersion ¶
func (s *RemoveMemberForAppRoleRequest) SetScopeVersion(v int64) *RemoveMemberForAppRoleRequest
func (*RemoveMemberForAppRoleRequest) SetUserIdList ¶
func (s *RemoveMemberForAppRoleRequest) SetUserIdList(v []*string) *RemoveMemberForAppRoleRequest
func (RemoveMemberForAppRoleRequest) String ¶
func (s RemoveMemberForAppRoleRequest) String() 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 (s RemoveMemberForAppRoleResponse) GoString() string
func (*RemoveMemberForAppRoleResponse) SetBody ¶
func (s *RemoveMemberForAppRoleResponse) SetBody(v *RemoveMemberForAppRoleResponseBody) *RemoveMemberForAppRoleResponse
func (*RemoveMemberForAppRoleResponse) SetHeaders ¶
func (s *RemoveMemberForAppRoleResponse) SetHeaders(v map[string]*string) *RemoveMemberForAppRoleResponse
func (RemoveMemberForAppRoleResponse) String ¶
func (s RemoveMemberForAppRoleResponse) String() string
type RemoveMemberForAppRoleResponseBody ¶
type RemoveMemberForAppRoleResponseBody struct { // 角色最新版本号 LatestScopeVersion *int64 `json:"latestScopeVersion,omitempty" xml:"latestScopeVersion,omitempty"` }
func (RemoveMemberForAppRoleResponseBody) GoString ¶
func (s RemoveMemberForAppRoleResponseBody) GoString() string
func (*RemoveMemberForAppRoleResponseBody) SetLatestScopeVersion ¶
func (s *RemoveMemberForAppRoleResponseBody) SetLatestScopeVersion(v int64) *RemoveMemberForAppRoleResponseBody
func (RemoveMemberForAppRoleResponseBody) String ¶
func (s RemoveMemberForAppRoleResponseBody) String() 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 (s *SetMicroAppScopeResponse) SetBody(v *SetMicroAppScopeResponseBody) *SetMicroAppScopeResponse
func (*SetMicroAppScopeResponse) SetHeaders ¶
func (s *SetMicroAppScopeResponse) SetHeaders(v map[string]*string) *SetMicroAppScopeResponse
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 (s *SetMicroAppScopeResponseBody) SetResult(v bool) *SetMicroAppScopeResponseBody
func (SetMicroAppScopeResponseBody) String ¶
func (s SetMicroAppScopeResponseBody) String() 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 (s *UpdateApaasAppRequest) SetAppIcon(v string) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetAppName ¶
func (s *UpdateApaasAppRequest) SetAppName(v string) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetAppStatus ¶
func (s *UpdateApaasAppRequest) SetAppStatus(v int32) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetBizAppId ¶
func (s *UpdateApaasAppRequest) SetBizAppId(v string) *UpdateApaasAppRequest
func (*UpdateApaasAppRequest) SetOpUserId ¶
func (s *UpdateApaasAppRequest) SetOpUserId(v string) *UpdateApaasAppRequest
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 (s *UpdateApaasAppResponse) SetBody(v *UpdateApaasAppResponseBody) *UpdateApaasAppResponse
func (*UpdateApaasAppResponse) SetHeaders ¶
func (s *UpdateApaasAppResponse) SetHeaders(v map[string]*string) *UpdateApaasAppResponse
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 (s *UpdateApaasAppResponseBody) SetAgentId(v int64) *UpdateApaasAppResponseBody
func (*UpdateApaasAppResponseBody) SetBizAppId ¶
func (s *UpdateApaasAppResponseBody) SetBizAppId(v string) *UpdateApaasAppResponseBody
func (UpdateApaasAppResponseBody) String ¶
func (s UpdateApaasAppResponseBody) String() 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 (s *UpdateAppRoleInfoRequest) SetNewRoleName(v string) *UpdateAppRoleInfoRequest
func (*UpdateAppRoleInfoRequest) SetOpUserId ¶
func (s *UpdateAppRoleInfoRequest) SetOpUserId(v string) *UpdateAppRoleInfoRequest
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 (s *UpdateAppRoleInfoResponse) SetBody(v *UpdateAppRoleInfoResponseBody) *UpdateAppRoleInfoResponse
func (*UpdateAppRoleInfoResponse) SetHeaders ¶
func (s *UpdateAppRoleInfoResponse) SetHeaders(v map[string]*string) *UpdateAppRoleInfoResponse
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 (s UpdateAppRoleInfoResponseBody) GoString() string
func (*UpdateAppRoleInfoResponseBody) SetResult ¶
func (s *UpdateAppRoleInfoResponseBody) SetResult(v bool) *UpdateAppRoleInfoResponseBody
func (UpdateAppRoleInfoResponseBody) String ¶
func (s UpdateAppRoleInfoResponseBody) String() 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) SetDesc(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetHomepageLink ¶
func (s *UpdateInnerAppRequest) SetHomepageLink(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetIcon ¶
func (s *UpdateInnerAppRequest) SetIcon(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetIpWhiteList ¶
func (s *UpdateInnerAppRequest) SetIpWhiteList(v []*string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetName ¶
func (s *UpdateInnerAppRequest) SetName(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetOmpLink ¶
func (s *UpdateInnerAppRequest) SetOmpLink(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetOpUnionId ¶
func (s *UpdateInnerAppRequest) SetOpUnionId(v string) *UpdateInnerAppRequest
func (*UpdateInnerAppRequest) SetPcHomepageLink ¶
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 (s *UpdateInnerAppResponse) SetBody(v *UpdateInnerAppResponseBody) *UpdateInnerAppResponse
func (*UpdateInnerAppResponse) SetHeaders ¶
func (s *UpdateInnerAppResponse) SetHeaders(v map[string]*string) *UpdateInnerAppResponse
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 (s *UpdateInnerAppResponseBody) SetResult(v bool) *UpdateInnerAppResponseBody
func (UpdateInnerAppResponseBody) String ¶
func (s UpdateInnerAppResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.