Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) CreateOrganizationalUnit(instanceId *string, applicationId *string, ...) (_result *CreateOrganizationalUnitResponse, _err error)
- func (client *Client) CreateOrganizationalUnitWithOptions(instanceId *string, applicationId *string, ...) (_result *CreateOrganizationalUnitResponse, _err error)
- func (client *Client) CreateUser(instanceId *string, applicationId *string, request *CreateUserRequest) (_result *CreateUserResponse, _err error)
- func (client *Client) CreateUserWithOptions(instanceId *string, applicationId *string, request *CreateUserRequest, ...) (_result *CreateUserResponse, _err error)
- func (client *Client) DeleteOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string) (_result *DeleteOrganizationalUnitResponse, _err error)
- func (client *Client) DeleteOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, ...) (_result *DeleteOrganizationalUnitResponse, _err error)
- func (client *Client) DeleteUser(instanceId *string, applicationId *string, userId *string) (_result *DeleteUserResponse, _err error)
- func (client *Client) DeleteUserWithOptions(instanceId *string, applicationId *string, userId *string, ...) (_result *DeleteUserResponse, _err error)
- func (client *Client) GenerateDeviceCode(instanceId *string, applicationId *string, request *GenerateDeviceCodeRequest) (_result *GenerateDeviceCodeResponse, _err error)
- func (client *Client) GenerateDeviceCodeWithOptions(instanceId *string, applicationId *string, request *GenerateDeviceCodeRequest, ...) (_result *GenerateDeviceCodeResponse, _err error)
- func (client *Client) GenerateToken(instanceId *string, applicationId *string, request *GenerateTokenRequest) (_result *GenerateTokenResponse, _err error)
- func (client *Client) GenerateTokenWithOptions(instanceId *string, applicationId *string, request *GenerateTokenRequest, ...) (_result *GenerateTokenResponse, _err error)
- func (client *Client) GetApplicationProvisioningScope(instanceId *string, applicationId *string) (_result *GetApplicationProvisioningScopeResponse, _err error)
- func (client *Client) GetApplicationProvisioningScopeWithOptions(instanceId *string, applicationId *string, ...) (_result *GetApplicationProvisioningScopeResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string) (_result *GetOrganizationalUnitResponse, _err error)
- func (client *Client) GetOrganizationalUnitIdByExternalId(instanceId *string, applicationId *string, ...) (_result *GetOrganizationalUnitIdByExternalIdResponse, _err error)
- func (client *Client) GetOrganizationalUnitIdByExternalIdWithOptions(instanceId *string, applicationId *string, ...) (_result *GetOrganizationalUnitIdByExternalIdResponse, _err error)
- func (client *Client) GetOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, ...) (_result *GetOrganizationalUnitResponse, _err error)
- func (client *Client) GetUser(instanceId *string, applicationId *string, userId *string) (_result *GetUserResponse, _err error)
- func (client *Client) GetUserIdByEmail(instanceId *string, applicationId *string, request *GetUserIdByEmailRequest) (_result *GetUserIdByEmailResponse, _err error)
- func (client *Client) GetUserIdByEmailWithOptions(instanceId *string, applicationId *string, request *GetUserIdByEmailRequest, ...) (_result *GetUserIdByEmailResponse, _err error)
- func (client *Client) GetUserIdByPhoneNumber(instanceId *string, applicationId *string, ...) (_result *GetUserIdByPhoneNumberResponse, _err error)
- func (client *Client) GetUserIdByPhoneNumberWithOptions(instanceId *string, applicationId *string, ...) (_result *GetUserIdByPhoneNumberResponse, _err error)
- func (client *Client) GetUserIdByUserExternalId(instanceId *string, applicationId *string, ...) (_result *GetUserIdByUserExternalIdResponse, _err error)
- func (client *Client) GetUserIdByUserExternalIdWithOptions(instanceId *string, applicationId *string, ...) (_result *GetUserIdByUserExternalIdResponse, _err error)
- func (client *Client) GetUserInfo(instanceId *string, applicationId *string) (_result *GetUserInfoResponse, _err error)
- func (client *Client) GetUserInfoWithOptions(instanceId *string, applicationId *string, headers *GetUserInfoHeaders, ...) (_result *GetUserInfoResponse, _err error)
- func (client *Client) GetUserWithOptions(instanceId *string, applicationId *string, userId *string, ...) (_result *GetUserResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListOrganizationalUnitParentIds(instanceId *string, applicationId *string, organizationalUnitId *string) (_result *ListOrganizationalUnitParentIdsResponse, _err error)
- func (client *Client) ListOrganizationalUnitParentIdsWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, ...) (_result *ListOrganizationalUnitParentIdsResponse, _err error)
- func (client *Client) ListOrganizationalUnits(instanceId *string, applicationId *string, ...) (_result *ListOrganizationalUnitsResponse, _err error)
- func (client *Client) ListOrganizationalUnitsWithOptions(instanceId *string, applicationId *string, ...) (_result *ListOrganizationalUnitsResponse, _err error)
- func (client *Client) ListUsers(instanceId *string, applicationId *string, request *ListUsersRequest) (_result *ListUsersResponse, _err error)
- func (client *Client) ListUsersWithOptions(instanceId *string, applicationId *string, request *ListUsersRequest, ...) (_result *ListUsersResponse, _err error)
- func (client *Client) PatchOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string, ...) (_result *PatchOrganizationalUnitResponse, _err error)
- func (client *Client) PatchOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, ...) (_result *PatchOrganizationalUnitResponse, _err error)
- func (client *Client) PatchUser(instanceId *string, applicationId *string, userId *string, ...) (_result *PatchUserResponse, _err error)
- func (client *Client) PatchUserWithOptions(instanceId *string, applicationId *string, userId *string, ...) (_result *PatchUserResponse, _err error)
- func (client *Client) RevokeToken(instanceId *string, applicationId *string, request *RevokeTokenRequest) (_result *RevokeTokenResponse, _err error)
- func (client *Client) RevokeTokenWithOptions(instanceId *string, applicationId *string, request *RevokeTokenRequest, ...) (_result *RevokeTokenResponse, _err error)
- type CreateOrganizationalUnitHeaders
- func (s CreateOrganizationalUnitHeaders) GoString() string
- func (s *CreateOrganizationalUnitHeaders) SetAuthorization(v string) *CreateOrganizationalUnitHeaders
- func (s *CreateOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *CreateOrganizationalUnitHeaders
- func (s CreateOrganizationalUnitHeaders) String() string
- type CreateOrganizationalUnitRequest
- func (s CreateOrganizationalUnitRequest) GoString() string
- func (s *CreateOrganizationalUnitRequest) SetDescription(v string) *CreateOrganizationalUnitRequest
- func (s *CreateOrganizationalUnitRequest) SetOrganizationalUnitExternalId(v string) *CreateOrganizationalUnitRequest
- func (s *CreateOrganizationalUnitRequest) SetOrganizationalUnitName(v string) *CreateOrganizationalUnitRequest
- func (s *CreateOrganizationalUnitRequest) SetParentId(v string) *CreateOrganizationalUnitRequest
- func (s CreateOrganizationalUnitRequest) String() string
- type CreateOrganizationalUnitResponse
- func (s CreateOrganizationalUnitResponse) GoString() string
- func (s *CreateOrganizationalUnitResponse) SetBody(v *CreateOrganizationalUnitResponseBody) *CreateOrganizationalUnitResponse
- func (s *CreateOrganizationalUnitResponse) SetHeaders(v map[string]*string) *CreateOrganizationalUnitResponse
- func (s *CreateOrganizationalUnitResponse) SetStatusCode(v int32) *CreateOrganizationalUnitResponse
- func (s CreateOrganizationalUnitResponse) String() string
- type CreateOrganizationalUnitResponseBody
- type CreateUserHeaders
- type CreateUserRequest
- func (s CreateUserRequest) GoString() string
- func (s *CreateUserRequest) SetDescription(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetDisplayName(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetEmail(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetEmailVerified(v bool) *CreateUserRequest
- func (s *CreateUserRequest) SetPassword(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetPhoneNumber(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetPhoneNumberVerified(v bool) *CreateUserRequest
- func (s *CreateUserRequest) SetPhoneRegion(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetPrimaryOrganizationalUnitId(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetUserExternalId(v string) *CreateUserRequest
- func (s *CreateUserRequest) SetUsername(v string) *CreateUserRequest
- func (s CreateUserRequest) String() string
- type CreateUserResponse
- func (s CreateUserResponse) GoString() string
- func (s *CreateUserResponse) SetBody(v *CreateUserResponseBody) *CreateUserResponse
- func (s *CreateUserResponse) SetHeaders(v map[string]*string) *CreateUserResponse
- func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse
- func (s CreateUserResponse) String() string
- type CreateUserResponseBody
- type DeleteOrganizationalUnitHeaders
- func (s DeleteOrganizationalUnitHeaders) GoString() string
- func (s *DeleteOrganizationalUnitHeaders) SetAuthorization(v string) *DeleteOrganizationalUnitHeaders
- func (s *DeleteOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *DeleteOrganizationalUnitHeaders
- func (s DeleteOrganizationalUnitHeaders) String() string
- type DeleteOrganizationalUnitResponse
- func (s DeleteOrganizationalUnitResponse) GoString() string
- func (s *DeleteOrganizationalUnitResponse) SetHeaders(v map[string]*string) *DeleteOrganizationalUnitResponse
- func (s *DeleteOrganizationalUnitResponse) SetStatusCode(v int32) *DeleteOrganizationalUnitResponse
- func (s DeleteOrganizationalUnitResponse) String() string
- type DeleteUserHeaders
- type DeleteUserResponse
- type GenerateDeviceCodeRequest
- type GenerateDeviceCodeResponse
- func (s GenerateDeviceCodeResponse) GoString() string
- func (s *GenerateDeviceCodeResponse) SetBody(v *GenerateDeviceCodeResponseBody) *GenerateDeviceCodeResponse
- func (s *GenerateDeviceCodeResponse) SetHeaders(v map[string]*string) *GenerateDeviceCodeResponse
- func (s *GenerateDeviceCodeResponse) SetStatusCode(v int32) *GenerateDeviceCodeResponse
- func (s GenerateDeviceCodeResponse) String() string
- type GenerateDeviceCodeResponseBody
- func (s GenerateDeviceCodeResponseBody) GoString() string
- func (s *GenerateDeviceCodeResponseBody) SetDeviceCode(v string) *GenerateDeviceCodeResponseBody
- func (s *GenerateDeviceCodeResponseBody) SetExpiresAt(v int64) *GenerateDeviceCodeResponseBody
- func (s *GenerateDeviceCodeResponseBody) SetExpiresIn(v int64) *GenerateDeviceCodeResponseBody
- func (s *GenerateDeviceCodeResponseBody) SetInterval(v int64) *GenerateDeviceCodeResponseBody
- func (s *GenerateDeviceCodeResponseBody) SetUserCode(v string) *GenerateDeviceCodeResponseBody
- func (s *GenerateDeviceCodeResponseBody) SetVerificationUri(v string) *GenerateDeviceCodeResponseBody
- func (s *GenerateDeviceCodeResponseBody) SetVerificationUriComplete(v string) *GenerateDeviceCodeResponseBody
- func (s GenerateDeviceCodeResponseBody) String() string
- type GenerateTokenRequest
- func (s GenerateTokenRequest) GoString() string
- func (s *GenerateTokenRequest) SetClientId(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetClientSecret(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetCode(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetCodeVerifier(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetDeviceCode(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetExclusiveTag(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetGrantType(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetPassword(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetRedirectUri(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetRefreshToken(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetScope(v string) *GenerateTokenRequest
- func (s *GenerateTokenRequest) SetUsername(v string) *GenerateTokenRequest
- func (s GenerateTokenRequest) String() string
- type GenerateTokenResponse
- func (s GenerateTokenResponse) GoString() string
- func (s *GenerateTokenResponse) SetBody(v *GenerateTokenResponseBody) *GenerateTokenResponse
- func (s *GenerateTokenResponse) SetHeaders(v map[string]*string) *GenerateTokenResponse
- func (s *GenerateTokenResponse) SetStatusCode(v int32) *GenerateTokenResponse
- func (s GenerateTokenResponse) String() string
- type GenerateTokenResponseBody
- func (s GenerateTokenResponseBody) GoString() string
- func (s *GenerateTokenResponseBody) SetAccessToken(v string) *GenerateTokenResponseBody
- func (s *GenerateTokenResponseBody) SetExpiresAt(v int64) *GenerateTokenResponseBody
- func (s *GenerateTokenResponseBody) SetExpiresIn(v int64) *GenerateTokenResponseBody
- func (s *GenerateTokenResponseBody) SetIdToken(v string) *GenerateTokenResponseBody
- func (s *GenerateTokenResponseBody) SetRefreshToken(v string) *GenerateTokenResponseBody
- func (s *GenerateTokenResponseBody) SetTokenType(v string) *GenerateTokenResponseBody
- func (s GenerateTokenResponseBody) String() string
- type GetApplicationProvisioningScopeHeaders
- func (s GetApplicationProvisioningScopeHeaders) GoString() string
- func (s *GetApplicationProvisioningScopeHeaders) SetAuthorization(v string) *GetApplicationProvisioningScopeHeaders
- func (s *GetApplicationProvisioningScopeHeaders) SetCommonHeaders(v map[string]*string) *GetApplicationProvisioningScopeHeaders
- func (s GetApplicationProvisioningScopeHeaders) String() string
- type GetApplicationProvisioningScopeResponse
- func (s GetApplicationProvisioningScopeResponse) GoString() string
- func (s *GetApplicationProvisioningScopeResponse) SetBody(v *GetApplicationProvisioningScopeResponseBody) *GetApplicationProvisioningScopeResponse
- func (s *GetApplicationProvisioningScopeResponse) SetHeaders(v map[string]*string) *GetApplicationProvisioningScopeResponse
- func (s *GetApplicationProvisioningScopeResponse) SetStatusCode(v int32) *GetApplicationProvisioningScopeResponse
- func (s GetApplicationProvisioningScopeResponse) String() string
- type GetApplicationProvisioningScopeResponseBody
- type GetOrganizationalUnitHeaders
- func (s GetOrganizationalUnitHeaders) GoString() string
- func (s *GetOrganizationalUnitHeaders) SetAuthorization(v string) *GetOrganizationalUnitHeaders
- func (s *GetOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *GetOrganizationalUnitHeaders
- func (s GetOrganizationalUnitHeaders) String() string
- type GetOrganizationalUnitIdByExternalIdHeaders
- func (s GetOrganizationalUnitIdByExternalIdHeaders) GoString() string
- func (s *GetOrganizationalUnitIdByExternalIdHeaders) SetAuthorization(v string) *GetOrganizationalUnitIdByExternalIdHeaders
- func (s *GetOrganizationalUnitIdByExternalIdHeaders) SetCommonHeaders(v map[string]*string) *GetOrganizationalUnitIdByExternalIdHeaders
- func (s GetOrganizationalUnitIdByExternalIdHeaders) String() string
- type GetOrganizationalUnitIdByExternalIdRequest
- func (s GetOrganizationalUnitIdByExternalIdRequest) GoString() string
- func (s *GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitExternalId(v string) *GetOrganizationalUnitIdByExternalIdRequest
- func (s *GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceId(v string) *GetOrganizationalUnitIdByExternalIdRequest
- func (s *GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceType(v string) *GetOrganizationalUnitIdByExternalIdRequest
- func (s GetOrganizationalUnitIdByExternalIdRequest) String() string
- type GetOrganizationalUnitIdByExternalIdResponse
- func (s GetOrganizationalUnitIdByExternalIdResponse) GoString() string
- func (s *GetOrganizationalUnitIdByExternalIdResponse) SetBody(v *GetOrganizationalUnitIdByExternalIdResponseBody) *GetOrganizationalUnitIdByExternalIdResponse
- func (s *GetOrganizationalUnitIdByExternalIdResponse) SetHeaders(v map[string]*string) *GetOrganizationalUnitIdByExternalIdResponse
- func (s *GetOrganizationalUnitIdByExternalIdResponse) SetStatusCode(v int32) *GetOrganizationalUnitIdByExternalIdResponse
- func (s GetOrganizationalUnitIdByExternalIdResponse) String() string
- type GetOrganizationalUnitIdByExternalIdResponseBody
- type GetOrganizationalUnitResponse
- func (s GetOrganizationalUnitResponse) GoString() string
- func (s *GetOrganizationalUnitResponse) SetBody(v *GetOrganizationalUnitResponseBody) *GetOrganizationalUnitResponse
- func (s *GetOrganizationalUnitResponse) SetHeaders(v map[string]*string) *GetOrganizationalUnitResponse
- func (s *GetOrganizationalUnitResponse) SetStatusCode(v int32) *GetOrganizationalUnitResponse
- func (s GetOrganizationalUnitResponse) String() string
- type GetOrganizationalUnitResponseBody
- func (s GetOrganizationalUnitResponseBody) GoString() string
- func (s *GetOrganizationalUnitResponseBody) SetCreateTime(v int64) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetDescription(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetInstanceId(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitExternalId(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitId(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitName(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceId(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceType(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetParentId(v string) *GetOrganizationalUnitResponseBody
- func (s *GetOrganizationalUnitResponseBody) SetUpdateTime(v int64) *GetOrganizationalUnitResponseBody
- func (s GetOrganizationalUnitResponseBody) String() string
- type GetUserHeaders
- type GetUserIdByEmailHeaders
- type GetUserIdByEmailRequest
- type GetUserIdByEmailResponse
- func (s GetUserIdByEmailResponse) GoString() string
- func (s *GetUserIdByEmailResponse) SetBody(v *GetUserIdByEmailResponseBody) *GetUserIdByEmailResponse
- func (s *GetUserIdByEmailResponse) SetHeaders(v map[string]*string) *GetUserIdByEmailResponse
- func (s *GetUserIdByEmailResponse) SetStatusCode(v int32) *GetUserIdByEmailResponse
- func (s GetUserIdByEmailResponse) String() string
- type GetUserIdByEmailResponseBody
- type GetUserIdByPhoneNumberHeaders
- func (s GetUserIdByPhoneNumberHeaders) GoString() string
- func (s *GetUserIdByPhoneNumberHeaders) SetAuthorization(v string) *GetUserIdByPhoneNumberHeaders
- func (s *GetUserIdByPhoneNumberHeaders) SetCommonHeaders(v map[string]*string) *GetUserIdByPhoneNumberHeaders
- func (s GetUserIdByPhoneNumberHeaders) String() string
- type GetUserIdByPhoneNumberRequest
- type GetUserIdByPhoneNumberResponse
- func (s GetUserIdByPhoneNumberResponse) GoString() string
- func (s *GetUserIdByPhoneNumberResponse) SetBody(v *GetUserIdByPhoneNumberResponseBody) *GetUserIdByPhoneNumberResponse
- func (s *GetUserIdByPhoneNumberResponse) SetHeaders(v map[string]*string) *GetUserIdByPhoneNumberResponse
- func (s *GetUserIdByPhoneNumberResponse) SetStatusCode(v int32) *GetUserIdByPhoneNumberResponse
- func (s GetUserIdByPhoneNumberResponse) String() string
- type GetUserIdByPhoneNumberResponseBody
- type GetUserIdByUserExternalIdHeaders
- func (s GetUserIdByUserExternalIdHeaders) GoString() string
- func (s *GetUserIdByUserExternalIdHeaders) SetAuthorization(v string) *GetUserIdByUserExternalIdHeaders
- func (s *GetUserIdByUserExternalIdHeaders) SetCommonHeaders(v map[string]*string) *GetUserIdByUserExternalIdHeaders
- func (s GetUserIdByUserExternalIdHeaders) String() string
- type GetUserIdByUserExternalIdRequest
- func (s GetUserIdByUserExternalIdRequest) GoString() string
- func (s *GetUserIdByUserExternalIdRequest) SetUserExternalId(v string) *GetUserIdByUserExternalIdRequest
- func (s *GetUserIdByUserExternalIdRequest) SetUserSourceId(v string) *GetUserIdByUserExternalIdRequest
- func (s *GetUserIdByUserExternalIdRequest) SetUserSourceType(v string) *GetUserIdByUserExternalIdRequest
- func (s GetUserIdByUserExternalIdRequest) String() string
- type GetUserIdByUserExternalIdResponse
- func (s GetUserIdByUserExternalIdResponse) GoString() string
- func (s *GetUserIdByUserExternalIdResponse) SetBody(v *GetUserIdByUserExternalIdResponseBody) *GetUserIdByUserExternalIdResponse
- func (s *GetUserIdByUserExternalIdResponse) SetHeaders(v map[string]*string) *GetUserIdByUserExternalIdResponse
- func (s *GetUserIdByUserExternalIdResponse) SetStatusCode(v int32) *GetUserIdByUserExternalIdResponse
- func (s GetUserIdByUserExternalIdResponse) String() string
- type GetUserIdByUserExternalIdResponseBody
- type GetUserInfoHeaders
- type GetUserInfoResponse
- func (s GetUserInfoResponse) GoString() string
- func (s *GetUserInfoResponse) SetBody(v map[string]interface{}) *GetUserInfoResponse
- func (s *GetUserInfoResponse) SetHeaders(v map[string]*string) *GetUserInfoResponse
- func (s *GetUserInfoResponse) SetStatusCode(v int32) *GetUserInfoResponse
- func (s GetUserInfoResponse) String() string
- type GetUserResponse
- func (s GetUserResponse) GoString() string
- func (s *GetUserResponse) SetBody(v *GetUserResponseBody) *GetUserResponse
- func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
- func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
- func (s GetUserResponse) String() string
- type GetUserResponseBody
- func (s GetUserResponseBody) GoString() string
- func (s *GetUserResponseBody) SetAccountExpireTime(v int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetCreateTime(v int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetDescription(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetDisplayName(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetEmail(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetEmailVerified(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetInstanceId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetLockExpireTime(v int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetOrganizationalUnits(v []*GetUserResponseBodyOrganizationalUnits) *GetUserResponseBody
- func (s *GetUserResponseBody) SetPhoneNumber(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetPhoneNumberVerified(v bool) *GetUserResponseBody
- func (s *GetUserResponseBody) SetPhoneRegion(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetPrimaryOrganizationalUnitId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetRegisterTime(v int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetStatus(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUpdateTime(v int64) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUserExternalId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUserId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUserSourceId(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUserSourceType(v string) *GetUserResponseBody
- func (s *GetUserResponseBody) SetUsername(v string) *GetUserResponseBody
- func (s GetUserResponseBody) String() string
- type GetUserResponseBodyOrganizationalUnits
- func (s GetUserResponseBodyOrganizationalUnits) GoString() string
- func (s *GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitId(v string) *GetUserResponseBodyOrganizationalUnits
- func (s *GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitName(v string) *GetUserResponseBodyOrganizationalUnits
- func (s *GetUserResponseBodyOrganizationalUnits) SetPrimary(v bool) *GetUserResponseBodyOrganizationalUnits
- func (s GetUserResponseBodyOrganizationalUnits) String() string
- type ListOrganizationalUnitParentIdsHeaders
- func (s ListOrganizationalUnitParentIdsHeaders) GoString() string
- func (s *ListOrganizationalUnitParentIdsHeaders) SetAuthorization(v string) *ListOrganizationalUnitParentIdsHeaders
- func (s *ListOrganizationalUnitParentIdsHeaders) SetCommonHeaders(v map[string]*string) *ListOrganizationalUnitParentIdsHeaders
- func (s ListOrganizationalUnitParentIdsHeaders) String() string
- type ListOrganizationalUnitParentIdsResponse
- func (s ListOrganizationalUnitParentIdsResponse) GoString() string
- func (s *ListOrganizationalUnitParentIdsResponse) SetBody(v *ListOrganizationalUnitParentIdsResponseBody) *ListOrganizationalUnitParentIdsResponse
- func (s *ListOrganizationalUnitParentIdsResponse) SetHeaders(v map[string]*string) *ListOrganizationalUnitParentIdsResponse
- func (s *ListOrganizationalUnitParentIdsResponse) SetStatusCode(v int32) *ListOrganizationalUnitParentIdsResponse
- func (s ListOrganizationalUnitParentIdsResponse) String() string
- type ListOrganizationalUnitParentIdsResponseBody
- type ListOrganizationalUnitsHeaders
- func (s ListOrganizationalUnitsHeaders) GoString() string
- func (s *ListOrganizationalUnitsHeaders) SetAuthorization(v string) *ListOrganizationalUnitsHeaders
- func (s *ListOrganizationalUnitsHeaders) SetCommonHeaders(v map[string]*string) *ListOrganizationalUnitsHeaders
- func (s ListOrganizationalUnitsHeaders) String() string
- type ListOrganizationalUnitsRequest
- func (s ListOrganizationalUnitsRequest) GoString() string
- func (s *ListOrganizationalUnitsRequest) SetPageNumber(v int32) *ListOrganizationalUnitsRequest
- func (s *ListOrganizationalUnitsRequest) SetPageSize(v int32) *ListOrganizationalUnitsRequest
- func (s *ListOrganizationalUnitsRequest) SetParentId(v string) *ListOrganizationalUnitsRequest
- func (s ListOrganizationalUnitsRequest) String() string
- type ListOrganizationalUnitsResponse
- func (s ListOrganizationalUnitsResponse) GoString() string
- func (s *ListOrganizationalUnitsResponse) SetBody(v *ListOrganizationalUnitsResponseBody) *ListOrganizationalUnitsResponse
- func (s *ListOrganizationalUnitsResponse) SetHeaders(v map[string]*string) *ListOrganizationalUnitsResponse
- func (s *ListOrganizationalUnitsResponse) SetStatusCode(v int32) *ListOrganizationalUnitsResponse
- func (s ListOrganizationalUnitsResponse) String() string
- type ListOrganizationalUnitsResponseBody
- func (s ListOrganizationalUnitsResponseBody) GoString() string
- func (s *ListOrganizationalUnitsResponseBody) SetData(v []*ListOrganizationalUnitsResponseBodyData) *ListOrganizationalUnitsResponseBody
- func (s *ListOrganizationalUnitsResponseBody) SetTotalCount(v int64) *ListOrganizationalUnitsResponseBody
- func (s ListOrganizationalUnitsResponseBody) String() string
- type ListOrganizationalUnitsResponseBodyData
- func (s ListOrganizationalUnitsResponseBodyData) GoString() string
- func (s *ListOrganizationalUnitsResponseBodyData) SetCreateTime(v int64) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetDescription(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetInstanceId(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitExternalId(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitId(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitName(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceId(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceType(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetParentId(v string) *ListOrganizationalUnitsResponseBodyData
- func (s *ListOrganizationalUnitsResponseBodyData) SetUpdateTime(v int64) *ListOrganizationalUnitsResponseBodyData
- func (s ListOrganizationalUnitsResponseBodyData) String() string
- type ListUsersHeaders
- type ListUsersRequest
- type ListUsersResponse
- func (s ListUsersResponse) GoString() string
- func (s *ListUsersResponse) SetBody(v *ListUsersResponseBody) *ListUsersResponse
- func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse
- func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse
- func (s ListUsersResponse) String() string
- type ListUsersResponseBody
- type ListUsersResponseBodyData
- func (s ListUsersResponseBodyData) GoString() string
- func (s *ListUsersResponseBodyData) SetAccountExpireTime(v int64) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetCreateTime(v int64) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetDescription(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetDisplayName(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetEmail(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetEmailVerified(v bool) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetInstanceId(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetLockExpireTime(v int64) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetPhoneNumber(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetPhoneNumberVerified(v bool) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetPhoneRegion(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetRegisterTime(v int64) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetStatus(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUpdateTime(v int64) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUserExternalId(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUserId(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUserSourceId(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUserSourceType(v string) *ListUsersResponseBodyData
- func (s *ListUsersResponseBodyData) SetUsername(v string) *ListUsersResponseBodyData
- func (s ListUsersResponseBodyData) String() string
- type PatchOrganizationalUnitHeaders
- func (s PatchOrganizationalUnitHeaders) GoString() string
- func (s *PatchOrganizationalUnitHeaders) SetAuthorization(v string) *PatchOrganizationalUnitHeaders
- func (s *PatchOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *PatchOrganizationalUnitHeaders
- func (s PatchOrganizationalUnitHeaders) String() string
- type PatchOrganizationalUnitRequest
- func (s PatchOrganizationalUnitRequest) GoString() string
- func (s *PatchOrganizationalUnitRequest) SetDescription(v string) *PatchOrganizationalUnitRequest
- func (s *PatchOrganizationalUnitRequest) SetOrganizationalUnitName(v string) *PatchOrganizationalUnitRequest
- func (s PatchOrganizationalUnitRequest) String() string
- type PatchOrganizationalUnitResponse
- func (s PatchOrganizationalUnitResponse) GoString() string
- func (s *PatchOrganizationalUnitResponse) SetHeaders(v map[string]*string) *PatchOrganizationalUnitResponse
- func (s *PatchOrganizationalUnitResponse) SetStatusCode(v int32) *PatchOrganizationalUnitResponse
- func (s PatchOrganizationalUnitResponse) String() string
- type PatchUserHeaders
- type PatchUserRequest
- func (s PatchUserRequest) GoString() string
- func (s *PatchUserRequest) SetDisplayName(v string) *PatchUserRequest
- func (s *PatchUserRequest) SetEmail(v string) *PatchUserRequest
- func (s *PatchUserRequest) SetEmailVerified(v bool) *PatchUserRequest
- func (s *PatchUserRequest) SetPhoneNumber(v string) *PatchUserRequest
- func (s *PatchUserRequest) SetPhoneNumberVerified(v bool) *PatchUserRequest
- func (s *PatchUserRequest) SetPhoneRegion(v string) *PatchUserRequest
- func (s *PatchUserRequest) SetUsername(v string) *PatchUserRequest
- func (s PatchUserRequest) String() string
- type PatchUserResponse
- type RevokeTokenRequest
- func (s RevokeTokenRequest) GoString() string
- func (s *RevokeTokenRequest) SetClientId(v string) *RevokeTokenRequest
- func (s *RevokeTokenRequest) SetClientSecret(v string) *RevokeTokenRequest
- func (s *RevokeTokenRequest) SetToken(v string) *RevokeTokenRequest
- func (s *RevokeTokenRequest) SetTokenTypeHint(v string) *RevokeTokenRequest
- func (s RevokeTokenRequest) String() string
- type RevokeTokenResponse
- func (s RevokeTokenResponse) GoString() string
- func (s *RevokeTokenResponse) SetBody(v map[string]interface{}) *RevokeTokenResponse
- func (s *RevokeTokenResponse) SetHeaders(v map[string]*string) *RevokeTokenResponse
- func (s *RevokeTokenResponse) SetStatusCode(v int32) *RevokeTokenResponse
- func (s RevokeTokenResponse) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateOrganizationalUnit ¶
func (client *Client) CreateOrganizationalUnit(instanceId *string, applicationId *string, request *CreateOrganizationalUnitRequest) (_result *CreateOrganizationalUnitResponse, _err error)
func (*Client) CreateOrganizationalUnitWithOptions ¶
func (client *Client) CreateOrganizationalUnitWithOptions(instanceId *string, applicationId *string, request *CreateOrganizationalUnitRequest, headers *CreateOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *CreateOrganizationalUnitResponse, _err error)
func (*Client) CreateUser ¶
func (client *Client) CreateUser(instanceId *string, applicationId *string, request *CreateUserRequest) (_result *CreateUserResponse, _err error)
func (*Client) CreateUserWithOptions ¶
func (client *Client) CreateUserWithOptions(instanceId *string, applicationId *string, request *CreateUserRequest, headers *CreateUserHeaders, runtime *util.RuntimeOptions) (_result *CreateUserResponse, _err error)
func (*Client) DeleteOrganizationalUnit ¶
func (*Client) DeleteOrganizationalUnitWithOptions ¶
func (client *Client) DeleteOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, headers *DeleteOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *DeleteOrganizationalUnitResponse, _err error)
func (*Client) DeleteUser ¶
func (*Client) DeleteUserWithOptions ¶
func (client *Client) DeleteUserWithOptions(instanceId *string, applicationId *string, userId *string, headers *DeleteUserHeaders, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error)
func (*Client) GenerateDeviceCode ¶
func (client *Client) GenerateDeviceCode(instanceId *string, applicationId *string, request *GenerateDeviceCodeRequest) (_result *GenerateDeviceCodeResponse, _err error)
func (*Client) GenerateDeviceCodeWithOptions ¶
func (client *Client) GenerateDeviceCodeWithOptions(instanceId *string, applicationId *string, request *GenerateDeviceCodeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GenerateDeviceCodeResponse, _err error)
func (*Client) GenerateToken ¶
func (client *Client) GenerateToken(instanceId *string, applicationId *string, request *GenerateTokenRequest) (_result *GenerateTokenResponse, _err error)
func (*Client) GenerateTokenWithOptions ¶
func (client *Client) GenerateTokenWithOptions(instanceId *string, applicationId *string, request *GenerateTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GenerateTokenResponse, _err error)
func (*Client) GetApplicationProvisioningScope ¶
func (client *Client) GetApplicationProvisioningScope(instanceId *string, applicationId *string) (_result *GetApplicationProvisioningScopeResponse, _err error)
func (*Client) GetApplicationProvisioningScopeWithOptions ¶
func (client *Client) GetApplicationProvisioningScopeWithOptions(instanceId *string, applicationId *string, headers *GetApplicationProvisioningScopeHeaders, runtime *util.RuntimeOptions) (_result *GetApplicationProvisioningScopeResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) GetOrganizationalUnit ¶
func (*Client) GetOrganizationalUnitIdByExternalId ¶
func (client *Client) GetOrganizationalUnitIdByExternalId(instanceId *string, applicationId *string, request *GetOrganizationalUnitIdByExternalIdRequest) (_result *GetOrganizationalUnitIdByExternalIdResponse, _err error)
func (*Client) GetOrganizationalUnitIdByExternalIdWithOptions ¶
func (client *Client) GetOrganizationalUnitIdByExternalIdWithOptions(instanceId *string, applicationId *string, request *GetOrganizationalUnitIdByExternalIdRequest, headers *GetOrganizationalUnitIdByExternalIdHeaders, runtime *util.RuntimeOptions) (_result *GetOrganizationalUnitIdByExternalIdResponse, _err error)
func (*Client) GetOrganizationalUnitWithOptions ¶
func (client *Client) GetOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, headers *GetOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *GetOrganizationalUnitResponse, _err error)
func (*Client) GetUserIdByEmail ¶ added in v1.0.3
func (client *Client) GetUserIdByEmail(instanceId *string, applicationId *string, request *GetUserIdByEmailRequest) (_result *GetUserIdByEmailResponse, _err error)
func (*Client) GetUserIdByEmailWithOptions ¶ added in v1.0.3
func (client *Client) GetUserIdByEmailWithOptions(instanceId *string, applicationId *string, request *GetUserIdByEmailRequest, headers *GetUserIdByEmailHeaders, runtime *util.RuntimeOptions) (_result *GetUserIdByEmailResponse, _err error)
func (*Client) GetUserIdByPhoneNumber ¶ added in v1.0.3
func (client *Client) GetUserIdByPhoneNumber(instanceId *string, applicationId *string, request *GetUserIdByPhoneNumberRequest) (_result *GetUserIdByPhoneNumberResponse, _err error)
func (*Client) GetUserIdByPhoneNumberWithOptions ¶ added in v1.0.3
func (client *Client) GetUserIdByPhoneNumberWithOptions(instanceId *string, applicationId *string, request *GetUserIdByPhoneNumberRequest, headers *GetUserIdByPhoneNumberHeaders, runtime *util.RuntimeOptions) (_result *GetUserIdByPhoneNumberResponse, _err error)
func (*Client) GetUserIdByUserExternalId ¶ added in v1.0.3
func (client *Client) GetUserIdByUserExternalId(instanceId *string, applicationId *string, request *GetUserIdByUserExternalIdRequest) (_result *GetUserIdByUserExternalIdResponse, _err error)
func (*Client) GetUserIdByUserExternalIdWithOptions ¶ added in v1.0.3
func (client *Client) GetUserIdByUserExternalIdWithOptions(instanceId *string, applicationId *string, request *GetUserIdByUserExternalIdRequest, headers *GetUserIdByUserExternalIdHeaders, runtime *util.RuntimeOptions) (_result *GetUserIdByUserExternalIdResponse, _err error)
func (*Client) GetUserInfo ¶
func (client *Client) GetUserInfo(instanceId *string, applicationId *string) (_result *GetUserInfoResponse, _err error)
func (*Client) GetUserInfoWithOptions ¶
func (client *Client) GetUserInfoWithOptions(instanceId *string, applicationId *string, headers *GetUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)
func (*Client) GetUserWithOptions ¶
func (client *Client) GetUserWithOptions(instanceId *string, applicationId *string, userId *string, headers *GetUserHeaders, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)
func (*Client) ListOrganizationalUnitParentIds ¶
func (*Client) ListOrganizationalUnitParentIdsWithOptions ¶
func (client *Client) ListOrganizationalUnitParentIdsWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, headers *ListOrganizationalUnitParentIdsHeaders, runtime *util.RuntimeOptions) (_result *ListOrganizationalUnitParentIdsResponse, _err error)
func (*Client) ListOrganizationalUnits ¶
func (client *Client) ListOrganizationalUnits(instanceId *string, applicationId *string, request *ListOrganizationalUnitsRequest) (_result *ListOrganizationalUnitsResponse, _err error)
func (*Client) ListOrganizationalUnitsWithOptions ¶
func (client *Client) ListOrganizationalUnitsWithOptions(instanceId *string, applicationId *string, request *ListOrganizationalUnitsRequest, headers *ListOrganizationalUnitsHeaders, runtime *util.RuntimeOptions) (_result *ListOrganizationalUnitsResponse, _err error)
func (*Client) ListUsers ¶
func (client *Client) ListUsers(instanceId *string, applicationId *string, request *ListUsersRequest) (_result *ListUsersResponse, _err error)
func (*Client) ListUsersWithOptions ¶
func (client *Client) ListUsersWithOptions(instanceId *string, applicationId *string, request *ListUsersRequest, headers *ListUsersHeaders, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)
func (*Client) PatchOrganizationalUnit ¶
func (client *Client) PatchOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string, request *PatchOrganizationalUnitRequest) (_result *PatchOrganizationalUnitResponse, _err error)
func (*Client) PatchOrganizationalUnitWithOptions ¶
func (client *Client) PatchOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, request *PatchOrganizationalUnitRequest, headers *PatchOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *PatchOrganizationalUnitResponse, _err error)
func (*Client) PatchUser ¶
func (client *Client) PatchUser(instanceId *string, applicationId *string, userId *string, request *PatchUserRequest) (_result *PatchUserResponse, _err error)
func (*Client) PatchUserWithOptions ¶
func (client *Client) PatchUserWithOptions(instanceId *string, applicationId *string, userId *string, request *PatchUserRequest, headers *PatchUserHeaders, runtime *util.RuntimeOptions) (_result *PatchUserResponse, _err error)
func (*Client) RevokeToken ¶
func (client *Client) RevokeToken(instanceId *string, applicationId *string, request *RevokeTokenRequest) (_result *RevokeTokenResponse, _err error)
func (*Client) RevokeTokenWithOptions ¶
func (client *Client) RevokeTokenWithOptions(instanceId *string, applicationId *string, request *RevokeTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RevokeTokenResponse, _err error)
type CreateOrganizationalUnitHeaders ¶
type CreateOrganizationalUnitHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (CreateOrganizationalUnitHeaders) GoString ¶
func (s CreateOrganizationalUnitHeaders) GoString() string
func (*CreateOrganizationalUnitHeaders) SetAuthorization ¶
func (s *CreateOrganizationalUnitHeaders) SetAuthorization(v string) *CreateOrganizationalUnitHeaders
func (*CreateOrganizationalUnitHeaders) SetCommonHeaders ¶
func (s *CreateOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *CreateOrganizationalUnitHeaders
func (CreateOrganizationalUnitHeaders) String ¶
func (s CreateOrganizationalUnitHeaders) String() string
type CreateOrganizationalUnitRequest ¶
type CreateOrganizationalUnitRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"` OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"` ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` }
func (CreateOrganizationalUnitRequest) GoString ¶
func (s CreateOrganizationalUnitRequest) GoString() string
func (*CreateOrganizationalUnitRequest) SetDescription ¶
func (s *CreateOrganizationalUnitRequest) SetDescription(v string) *CreateOrganizationalUnitRequest
func (*CreateOrganizationalUnitRequest) SetOrganizationalUnitExternalId ¶
func (s *CreateOrganizationalUnitRequest) SetOrganizationalUnitExternalId(v string) *CreateOrganizationalUnitRequest
func (*CreateOrganizationalUnitRequest) SetOrganizationalUnitName ¶
func (s *CreateOrganizationalUnitRequest) SetOrganizationalUnitName(v string) *CreateOrganizationalUnitRequest
func (*CreateOrganizationalUnitRequest) SetParentId ¶
func (s *CreateOrganizationalUnitRequest) SetParentId(v string) *CreateOrganizationalUnitRequest
func (CreateOrganizationalUnitRequest) String ¶
func (s CreateOrganizationalUnitRequest) String() string
type CreateOrganizationalUnitResponse ¶
type CreateOrganizationalUnitResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateOrganizationalUnitResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateOrganizationalUnitResponse) GoString ¶
func (s CreateOrganizationalUnitResponse) GoString() string
func (*CreateOrganizationalUnitResponse) SetBody ¶
func (s *CreateOrganizationalUnitResponse) SetBody(v *CreateOrganizationalUnitResponseBody) *CreateOrganizationalUnitResponse
func (*CreateOrganizationalUnitResponse) SetHeaders ¶
func (s *CreateOrganizationalUnitResponse) SetHeaders(v map[string]*string) *CreateOrganizationalUnitResponse
func (*CreateOrganizationalUnitResponse) SetStatusCode ¶
func (s *CreateOrganizationalUnitResponse) SetStatusCode(v int32) *CreateOrganizationalUnitResponse
func (CreateOrganizationalUnitResponse) String ¶
func (s CreateOrganizationalUnitResponse) String() string
type CreateOrganizationalUnitResponseBody ¶
type CreateOrganizationalUnitResponseBody struct {
OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
}
func (CreateOrganizationalUnitResponseBody) GoString ¶
func (s CreateOrganizationalUnitResponseBody) GoString() string
func (*CreateOrganizationalUnitResponseBody) SetOrganizationalUnitId ¶
func (s *CreateOrganizationalUnitResponseBody) SetOrganizationalUnitId(v string) *CreateOrganizationalUnitResponseBody
func (CreateOrganizationalUnitResponseBody) String ¶
func (s CreateOrganizationalUnitResponseBody) String() string
type CreateUserHeaders ¶
type CreateUserHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (CreateUserHeaders) GoString ¶
func (s CreateUserHeaders) GoString() string
func (*CreateUserHeaders) SetAuthorization ¶
func (s *CreateUserHeaders) SetAuthorization(v string) *CreateUserHeaders
func (*CreateUserHeaders) SetCommonHeaders ¶
func (s *CreateUserHeaders) SetCommonHeaders(v map[string]*string) *CreateUserHeaders
func (CreateUserHeaders) String ¶
func (s CreateUserHeaders) String() string
type CreateUserRequest ¶
type CreateUserRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` Email *string `json:"email,omitempty" xml:"email,omitempty"` EmailVerified *bool `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"` Password *string `json:"password,omitempty" xml:"password,omitempty"` PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"` PhoneNumberVerified *bool `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"` PhoneRegion *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"` PrimaryOrganizationalUnitId *string `json:"primaryOrganizationalUnitId,omitempty" xml:"primaryOrganizationalUnitId,omitempty"` UserExternalId *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"` Username *string `json:"username,omitempty" xml:"username,omitempty"` }
func (CreateUserRequest) GoString ¶
func (s CreateUserRequest) GoString() string
func (*CreateUserRequest) SetDescription ¶
func (s *CreateUserRequest) SetDescription(v string) *CreateUserRequest
func (*CreateUserRequest) SetDisplayName ¶
func (s *CreateUserRequest) SetDisplayName(v string) *CreateUserRequest
func (*CreateUserRequest) SetEmail ¶
func (s *CreateUserRequest) SetEmail(v string) *CreateUserRequest
func (*CreateUserRequest) SetEmailVerified ¶
func (s *CreateUserRequest) SetEmailVerified(v bool) *CreateUserRequest
func (*CreateUserRequest) SetPassword ¶
func (s *CreateUserRequest) SetPassword(v string) *CreateUserRequest
func (*CreateUserRequest) SetPhoneNumber ¶
func (s *CreateUserRequest) SetPhoneNumber(v string) *CreateUserRequest
func (*CreateUserRequest) SetPhoneNumberVerified ¶
func (s *CreateUserRequest) SetPhoneNumberVerified(v bool) *CreateUserRequest
func (*CreateUserRequest) SetPhoneRegion ¶
func (s *CreateUserRequest) SetPhoneRegion(v string) *CreateUserRequest
func (*CreateUserRequest) SetPrimaryOrganizationalUnitId ¶
func (s *CreateUserRequest) SetPrimaryOrganizationalUnitId(v string) *CreateUserRequest
func (*CreateUserRequest) SetUserExternalId ¶
func (s *CreateUserRequest) SetUserExternalId(v string) *CreateUserRequest
func (*CreateUserRequest) SetUsername ¶
func (s *CreateUserRequest) SetUsername(v string) *CreateUserRequest
func (CreateUserRequest) String ¶
func (s CreateUserRequest) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateUserResponse) GoString ¶
func (s CreateUserResponse) GoString() string
func (*CreateUserResponse) SetBody ¶
func (s *CreateUserResponse) SetBody(v *CreateUserResponseBody) *CreateUserResponse
func (*CreateUserResponse) SetHeaders ¶
func (s *CreateUserResponse) SetHeaders(v map[string]*string) *CreateUserResponse
func (*CreateUserResponse) SetStatusCode ¶
func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse
func (CreateUserResponse) String ¶
func (s CreateUserResponse) String() string
type CreateUserResponseBody ¶
type CreateUserResponseBody struct {
UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}
func (CreateUserResponseBody) GoString ¶
func (s CreateUserResponseBody) GoString() string
func (*CreateUserResponseBody) SetUserId ¶
func (s *CreateUserResponseBody) SetUserId(v string) *CreateUserResponseBody
func (CreateUserResponseBody) String ¶
func (s CreateUserResponseBody) String() string
type DeleteOrganizationalUnitHeaders ¶
type DeleteOrganizationalUnitHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (DeleteOrganizationalUnitHeaders) GoString ¶
func (s DeleteOrganizationalUnitHeaders) GoString() string
func (*DeleteOrganizationalUnitHeaders) SetAuthorization ¶
func (s *DeleteOrganizationalUnitHeaders) SetAuthorization(v string) *DeleteOrganizationalUnitHeaders
func (*DeleteOrganizationalUnitHeaders) SetCommonHeaders ¶
func (s *DeleteOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *DeleteOrganizationalUnitHeaders
func (DeleteOrganizationalUnitHeaders) String ¶
func (s DeleteOrganizationalUnitHeaders) String() string
type DeleteOrganizationalUnitResponse ¶
type DeleteOrganizationalUnitResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (DeleteOrganizationalUnitResponse) GoString ¶
func (s DeleteOrganizationalUnitResponse) GoString() string
func (*DeleteOrganizationalUnitResponse) SetHeaders ¶
func (s *DeleteOrganizationalUnitResponse) SetHeaders(v map[string]*string) *DeleteOrganizationalUnitResponse
func (*DeleteOrganizationalUnitResponse) SetStatusCode ¶
func (s *DeleteOrganizationalUnitResponse) SetStatusCode(v int32) *DeleteOrganizationalUnitResponse
func (DeleteOrganizationalUnitResponse) String ¶
func (s DeleteOrganizationalUnitResponse) String() string
type DeleteUserHeaders ¶
type DeleteUserHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (DeleteUserHeaders) GoString ¶
func (s DeleteUserHeaders) GoString() string
func (*DeleteUserHeaders) SetAuthorization ¶
func (s *DeleteUserHeaders) SetAuthorization(v string) *DeleteUserHeaders
func (*DeleteUserHeaders) SetCommonHeaders ¶
func (s *DeleteUserHeaders) SetCommonHeaders(v map[string]*string) *DeleteUserHeaders
func (DeleteUserHeaders) String ¶
func (s DeleteUserHeaders) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (DeleteUserResponse) GoString ¶
func (s DeleteUserResponse) GoString() string
func (*DeleteUserResponse) SetHeaders ¶
func (s *DeleteUserResponse) SetHeaders(v map[string]*string) *DeleteUserResponse
func (*DeleteUserResponse) SetStatusCode ¶
func (s *DeleteUserResponse) SetStatusCode(v int32) *DeleteUserResponse
func (DeleteUserResponse) String ¶
func (s DeleteUserResponse) String() string
type GenerateDeviceCodeRequest ¶
type GenerateDeviceCodeRequest struct {
Scope *string `json:"scope,omitempty" xml:"scope,omitempty"`
}
func (GenerateDeviceCodeRequest) GoString ¶
func (s GenerateDeviceCodeRequest) GoString() string
func (*GenerateDeviceCodeRequest) SetScope ¶
func (s *GenerateDeviceCodeRequest) SetScope(v string) *GenerateDeviceCodeRequest
func (GenerateDeviceCodeRequest) String ¶
func (s GenerateDeviceCodeRequest) String() string
type GenerateDeviceCodeResponse ¶
type GenerateDeviceCodeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GenerateDeviceCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GenerateDeviceCodeResponse) GoString ¶
func (s GenerateDeviceCodeResponse) GoString() string
func (*GenerateDeviceCodeResponse) SetBody ¶
func (s *GenerateDeviceCodeResponse) SetBody(v *GenerateDeviceCodeResponseBody) *GenerateDeviceCodeResponse
func (*GenerateDeviceCodeResponse) SetHeaders ¶
func (s *GenerateDeviceCodeResponse) SetHeaders(v map[string]*string) *GenerateDeviceCodeResponse
func (*GenerateDeviceCodeResponse) SetStatusCode ¶
func (s *GenerateDeviceCodeResponse) SetStatusCode(v int32) *GenerateDeviceCodeResponse
func (GenerateDeviceCodeResponse) String ¶
func (s GenerateDeviceCodeResponse) String() string
type GenerateDeviceCodeResponseBody ¶
type GenerateDeviceCodeResponseBody struct { DeviceCode *string `json:"device_code,omitempty" xml:"device_code,omitempty"` ExpiresAt *int64 `json:"expires_at,omitempty" xml:"expires_at,omitempty"` ExpiresIn *int64 `json:"expires_in,omitempty" xml:"expires_in,omitempty"` Interval *int64 `json:"interval,omitempty" xml:"interval,omitempty"` UserCode *string `json:"user_code,omitempty" xml:"user_code,omitempty"` VerificationUri *string `json:"verification_uri,omitempty" xml:"verification_uri,omitempty"` VerificationUriComplete *string `json:"verification_uri_complete,omitempty" xml:"verification_uri_complete,omitempty"` }
func (GenerateDeviceCodeResponseBody) GoString ¶
func (s GenerateDeviceCodeResponseBody) GoString() string
func (*GenerateDeviceCodeResponseBody) SetDeviceCode ¶
func (s *GenerateDeviceCodeResponseBody) SetDeviceCode(v string) *GenerateDeviceCodeResponseBody
func (*GenerateDeviceCodeResponseBody) SetExpiresAt ¶
func (s *GenerateDeviceCodeResponseBody) SetExpiresAt(v int64) *GenerateDeviceCodeResponseBody
func (*GenerateDeviceCodeResponseBody) SetExpiresIn ¶
func (s *GenerateDeviceCodeResponseBody) SetExpiresIn(v int64) *GenerateDeviceCodeResponseBody
func (*GenerateDeviceCodeResponseBody) SetInterval ¶
func (s *GenerateDeviceCodeResponseBody) SetInterval(v int64) *GenerateDeviceCodeResponseBody
func (*GenerateDeviceCodeResponseBody) SetUserCode ¶
func (s *GenerateDeviceCodeResponseBody) SetUserCode(v string) *GenerateDeviceCodeResponseBody
func (*GenerateDeviceCodeResponseBody) SetVerificationUri ¶
func (s *GenerateDeviceCodeResponseBody) SetVerificationUri(v string) *GenerateDeviceCodeResponseBody
func (*GenerateDeviceCodeResponseBody) SetVerificationUriComplete ¶
func (s *GenerateDeviceCodeResponseBody) SetVerificationUriComplete(v string) *GenerateDeviceCodeResponseBody
func (GenerateDeviceCodeResponseBody) String ¶
func (s GenerateDeviceCodeResponseBody) String() string
type GenerateTokenRequest ¶
type GenerateTokenRequest struct { ClientId *string `json:"client_id,omitempty" xml:"client_id,omitempty"` ClientSecret *string `json:"client_secret,omitempty" xml:"client_secret,omitempty"` Code *string `json:"code,omitempty" xml:"code,omitempty"` CodeVerifier *string `json:"code_verifier,omitempty" xml:"code_verifier,omitempty"` DeviceCode *string `json:"device_code,omitempty" xml:"device_code,omitempty"` ExclusiveTag *string `json:"exclusive_tag,omitempty" xml:"exclusive_tag,omitempty"` GrantType *string `json:"grant_type,omitempty" xml:"grant_type,omitempty"` Password *string `json:"password,omitempty" xml:"password,omitempty"` RedirectUri *string `json:"redirect_uri,omitempty" xml:"redirect_uri,omitempty"` RefreshToken *string `json:"refresh_token,omitempty" xml:"refresh_token,omitempty"` Scope *string `json:"scope,omitempty" xml:"scope,omitempty"` Username *string `json:"username,omitempty" xml:"username,omitempty"` }
func (GenerateTokenRequest) GoString ¶
func (s GenerateTokenRequest) GoString() string
func (*GenerateTokenRequest) SetClientId ¶
func (s *GenerateTokenRequest) SetClientId(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetClientSecret ¶
func (s *GenerateTokenRequest) SetClientSecret(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetCode ¶
func (s *GenerateTokenRequest) SetCode(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetCodeVerifier ¶
func (s *GenerateTokenRequest) SetCodeVerifier(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetDeviceCode ¶
func (s *GenerateTokenRequest) SetDeviceCode(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetExclusiveTag ¶
func (s *GenerateTokenRequest) SetExclusiveTag(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetGrantType ¶
func (s *GenerateTokenRequest) SetGrantType(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetPassword ¶
func (s *GenerateTokenRequest) SetPassword(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetRedirectUri ¶
func (s *GenerateTokenRequest) SetRedirectUri(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetRefreshToken ¶
func (s *GenerateTokenRequest) SetRefreshToken(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetScope ¶
func (s *GenerateTokenRequest) SetScope(v string) *GenerateTokenRequest
func (*GenerateTokenRequest) SetUsername ¶
func (s *GenerateTokenRequest) SetUsername(v string) *GenerateTokenRequest
func (GenerateTokenRequest) String ¶
func (s GenerateTokenRequest) String() string
type GenerateTokenResponse ¶
type GenerateTokenResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GenerateTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GenerateTokenResponse) GoString ¶
func (s GenerateTokenResponse) GoString() string
func (*GenerateTokenResponse) SetBody ¶
func (s *GenerateTokenResponse) SetBody(v *GenerateTokenResponseBody) *GenerateTokenResponse
func (*GenerateTokenResponse) SetHeaders ¶
func (s *GenerateTokenResponse) SetHeaders(v map[string]*string) *GenerateTokenResponse
func (*GenerateTokenResponse) SetStatusCode ¶
func (s *GenerateTokenResponse) SetStatusCode(v int32) *GenerateTokenResponse
func (GenerateTokenResponse) String ¶
func (s GenerateTokenResponse) String() string
type GenerateTokenResponseBody ¶
type GenerateTokenResponseBody struct { AccessToken *string `json:"access_token,omitempty" xml:"access_token,omitempty"` ExpiresAt *int64 `json:"expires_at,omitempty" xml:"expires_at,omitempty"` ExpiresIn *int64 `json:"expires_in,omitempty" xml:"expires_in,omitempty"` IdToken *string `json:"id_token,omitempty" xml:"id_token,omitempty"` RefreshToken *string `json:"refresh_token,omitempty" xml:"refresh_token,omitempty"` TokenType *string `json:"token_type,omitempty" xml:"token_type,omitempty"` }
func (GenerateTokenResponseBody) GoString ¶
func (s GenerateTokenResponseBody) GoString() string
func (*GenerateTokenResponseBody) SetAccessToken ¶
func (s *GenerateTokenResponseBody) SetAccessToken(v string) *GenerateTokenResponseBody
func (*GenerateTokenResponseBody) SetExpiresAt ¶
func (s *GenerateTokenResponseBody) SetExpiresAt(v int64) *GenerateTokenResponseBody
func (*GenerateTokenResponseBody) SetExpiresIn ¶
func (s *GenerateTokenResponseBody) SetExpiresIn(v int64) *GenerateTokenResponseBody
func (*GenerateTokenResponseBody) SetIdToken ¶
func (s *GenerateTokenResponseBody) SetIdToken(v string) *GenerateTokenResponseBody
func (*GenerateTokenResponseBody) SetRefreshToken ¶
func (s *GenerateTokenResponseBody) SetRefreshToken(v string) *GenerateTokenResponseBody
func (*GenerateTokenResponseBody) SetTokenType ¶
func (s *GenerateTokenResponseBody) SetTokenType(v string) *GenerateTokenResponseBody
func (GenerateTokenResponseBody) String ¶
func (s GenerateTokenResponseBody) String() string
type GetApplicationProvisioningScopeHeaders ¶
type GetApplicationProvisioningScopeHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetApplicationProvisioningScopeHeaders) GoString ¶
func (s GetApplicationProvisioningScopeHeaders) GoString() string
func (*GetApplicationProvisioningScopeHeaders) SetAuthorization ¶
func (s *GetApplicationProvisioningScopeHeaders) SetAuthorization(v string) *GetApplicationProvisioningScopeHeaders
func (*GetApplicationProvisioningScopeHeaders) SetCommonHeaders ¶
func (s *GetApplicationProvisioningScopeHeaders) SetCommonHeaders(v map[string]*string) *GetApplicationProvisioningScopeHeaders
func (GetApplicationProvisioningScopeHeaders) String ¶
func (s GetApplicationProvisioningScopeHeaders) String() string
type GetApplicationProvisioningScopeResponse ¶
type GetApplicationProvisioningScopeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetApplicationProvisioningScopeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetApplicationProvisioningScopeResponse) GoString ¶
func (s GetApplicationProvisioningScopeResponse) GoString() string
func (*GetApplicationProvisioningScopeResponse) SetHeaders ¶
func (s *GetApplicationProvisioningScopeResponse) SetHeaders(v map[string]*string) *GetApplicationProvisioningScopeResponse
func (*GetApplicationProvisioningScopeResponse) SetStatusCode ¶
func (s *GetApplicationProvisioningScopeResponse) SetStatusCode(v int32) *GetApplicationProvisioningScopeResponse
func (GetApplicationProvisioningScopeResponse) String ¶
func (s GetApplicationProvisioningScopeResponse) String() string
type GetApplicationProvisioningScopeResponseBody ¶
type GetApplicationProvisioningScopeResponseBody struct {
OrganizationalUnitIds []*string `json:"organizationalUnitIds,omitempty" xml:"organizationalUnitIds,omitempty" type:"Repeated"`
}
func (GetApplicationProvisioningScopeResponseBody) GoString ¶
func (s GetApplicationProvisioningScopeResponseBody) GoString() string
func (*GetApplicationProvisioningScopeResponseBody) SetOrganizationalUnitIds ¶
func (s *GetApplicationProvisioningScopeResponseBody) SetOrganizationalUnitIds(v []*string) *GetApplicationProvisioningScopeResponseBody
func (GetApplicationProvisioningScopeResponseBody) String ¶
func (s GetApplicationProvisioningScopeResponseBody) String() string
type GetOrganizationalUnitHeaders ¶
type GetOrganizationalUnitHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetOrganizationalUnitHeaders) GoString ¶
func (s GetOrganizationalUnitHeaders) GoString() string
func (*GetOrganizationalUnitHeaders) SetAuthorization ¶
func (s *GetOrganizationalUnitHeaders) SetAuthorization(v string) *GetOrganizationalUnitHeaders
func (*GetOrganizationalUnitHeaders) SetCommonHeaders ¶
func (s *GetOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *GetOrganizationalUnitHeaders
func (GetOrganizationalUnitHeaders) String ¶
func (s GetOrganizationalUnitHeaders) String() string
type GetOrganizationalUnitIdByExternalIdHeaders ¶
type GetOrganizationalUnitIdByExternalIdHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetOrganizationalUnitIdByExternalIdHeaders) GoString ¶
func (s GetOrganizationalUnitIdByExternalIdHeaders) GoString() string
func (*GetOrganizationalUnitIdByExternalIdHeaders) SetAuthorization ¶
func (s *GetOrganizationalUnitIdByExternalIdHeaders) SetAuthorization(v string) *GetOrganizationalUnitIdByExternalIdHeaders
func (*GetOrganizationalUnitIdByExternalIdHeaders) SetCommonHeaders ¶
func (s *GetOrganizationalUnitIdByExternalIdHeaders) SetCommonHeaders(v map[string]*string) *GetOrganizationalUnitIdByExternalIdHeaders
func (GetOrganizationalUnitIdByExternalIdHeaders) String ¶
func (s GetOrganizationalUnitIdByExternalIdHeaders) String() string
type GetOrganizationalUnitIdByExternalIdRequest ¶
type GetOrganizationalUnitIdByExternalIdRequest struct { OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"` OrganizationalUnitSourceId *string `json:"organizationalUnitSourceId,omitempty" xml:"organizationalUnitSourceId,omitempty"` OrganizationalUnitSourceType *string `json:"organizationalUnitSourceType,omitempty" xml:"organizationalUnitSourceType,omitempty"` }
func (GetOrganizationalUnitIdByExternalIdRequest) GoString ¶
func (s GetOrganizationalUnitIdByExternalIdRequest) GoString() string
func (*GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitExternalId ¶
func (s *GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitExternalId(v string) *GetOrganizationalUnitIdByExternalIdRequest
func (*GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceId ¶ added in v1.0.3
func (s *GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceId(v string) *GetOrganizationalUnitIdByExternalIdRequest
func (*GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceType ¶ added in v1.0.3
func (s *GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceType(v string) *GetOrganizationalUnitIdByExternalIdRequest
func (GetOrganizationalUnitIdByExternalIdRequest) String ¶
func (s GetOrganizationalUnitIdByExternalIdRequest) String() string
type GetOrganizationalUnitIdByExternalIdResponse ¶
type GetOrganizationalUnitIdByExternalIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetOrganizationalUnitIdByExternalIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetOrganizationalUnitIdByExternalIdResponse) GoString ¶
func (s GetOrganizationalUnitIdByExternalIdResponse) GoString() string
func (*GetOrganizationalUnitIdByExternalIdResponse) SetHeaders ¶
func (s *GetOrganizationalUnitIdByExternalIdResponse) SetHeaders(v map[string]*string) *GetOrganizationalUnitIdByExternalIdResponse
func (*GetOrganizationalUnitIdByExternalIdResponse) SetStatusCode ¶
func (s *GetOrganizationalUnitIdByExternalIdResponse) SetStatusCode(v int32) *GetOrganizationalUnitIdByExternalIdResponse
func (GetOrganizationalUnitIdByExternalIdResponse) String ¶
func (s GetOrganizationalUnitIdByExternalIdResponse) String() string
type GetOrganizationalUnitIdByExternalIdResponseBody ¶
type GetOrganizationalUnitIdByExternalIdResponseBody struct {
OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
}
func (GetOrganizationalUnitIdByExternalIdResponseBody) GoString ¶
func (s GetOrganizationalUnitIdByExternalIdResponseBody) GoString() string
func (*GetOrganizationalUnitIdByExternalIdResponseBody) SetOrganizationalUnitId ¶
func (s *GetOrganizationalUnitIdByExternalIdResponseBody) SetOrganizationalUnitId(v string) *GetOrganizationalUnitIdByExternalIdResponseBody
func (GetOrganizationalUnitIdByExternalIdResponseBody) String ¶
func (s GetOrganizationalUnitIdByExternalIdResponseBody) String() string
type GetOrganizationalUnitResponse ¶
type GetOrganizationalUnitResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetOrganizationalUnitResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetOrganizationalUnitResponse) GoString ¶
func (s GetOrganizationalUnitResponse) GoString() string
func (*GetOrganizationalUnitResponse) SetBody ¶
func (s *GetOrganizationalUnitResponse) SetBody(v *GetOrganizationalUnitResponseBody) *GetOrganizationalUnitResponse
func (*GetOrganizationalUnitResponse) SetHeaders ¶
func (s *GetOrganizationalUnitResponse) SetHeaders(v map[string]*string) *GetOrganizationalUnitResponse
func (*GetOrganizationalUnitResponse) SetStatusCode ¶
func (s *GetOrganizationalUnitResponse) SetStatusCode(v int32) *GetOrganizationalUnitResponse
func (GetOrganizationalUnitResponse) String ¶
func (s GetOrganizationalUnitResponse) String() string
type GetOrganizationalUnitResponseBody ¶
type GetOrganizationalUnitResponseBody struct { CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"` OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"` OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"` OrganizationalUnitSourceId *string `json:"organizationalUnitSourceId,omitempty" xml:"organizationalUnitSourceId,omitempty"` OrganizationalUnitSourceType *string `json:"organizationalUnitSourceType,omitempty" xml:"organizationalUnitSourceType,omitempty"` ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` UpdateTime *int64 `json:"updateTime,omitempty" xml:"updateTime,omitempty"` }
func (GetOrganizationalUnitResponseBody) GoString ¶
func (s GetOrganizationalUnitResponseBody) GoString() string
func (*GetOrganizationalUnitResponseBody) SetCreateTime ¶
func (s *GetOrganizationalUnitResponseBody) SetCreateTime(v int64) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetDescription ¶
func (s *GetOrganizationalUnitResponseBody) SetDescription(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetInstanceId ¶
func (s *GetOrganizationalUnitResponseBody) SetInstanceId(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitExternalId ¶
func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitExternalId(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitId ¶
func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitId(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitName ¶
func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitName(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceId ¶
func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceId(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceType ¶
func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceType(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetParentId ¶
func (s *GetOrganizationalUnitResponseBody) SetParentId(v string) *GetOrganizationalUnitResponseBody
func (*GetOrganizationalUnitResponseBody) SetUpdateTime ¶
func (s *GetOrganizationalUnitResponseBody) SetUpdateTime(v int64) *GetOrganizationalUnitResponseBody
func (GetOrganizationalUnitResponseBody) String ¶
func (s GetOrganizationalUnitResponseBody) String() string
type GetUserHeaders ¶
type GetUserHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetUserHeaders) GoString ¶
func (s GetUserHeaders) GoString() string
func (*GetUserHeaders) SetAuthorization ¶
func (s *GetUserHeaders) SetAuthorization(v string) *GetUserHeaders
func (*GetUserHeaders) SetCommonHeaders ¶
func (s *GetUserHeaders) SetCommonHeaders(v map[string]*string) *GetUserHeaders
func (GetUserHeaders) String ¶
func (s GetUserHeaders) String() string
type GetUserIdByEmailHeaders ¶ added in v1.0.3
type GetUserIdByEmailHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetUserIdByEmailHeaders) GoString ¶ added in v1.0.3
func (s GetUserIdByEmailHeaders) GoString() string
func (*GetUserIdByEmailHeaders) SetAuthorization ¶ added in v1.0.3
func (s *GetUserIdByEmailHeaders) SetAuthorization(v string) *GetUserIdByEmailHeaders
func (*GetUserIdByEmailHeaders) SetCommonHeaders ¶ added in v1.0.3
func (s *GetUserIdByEmailHeaders) SetCommonHeaders(v map[string]*string) *GetUserIdByEmailHeaders
func (GetUserIdByEmailHeaders) String ¶ added in v1.0.3
func (s GetUserIdByEmailHeaders) String() string
type GetUserIdByEmailRequest ¶ added in v1.0.3
type GetUserIdByEmailRequest struct {
Email *string `json:"email,omitempty" xml:"email,omitempty"`
}
func (GetUserIdByEmailRequest) GoString ¶ added in v1.0.3
func (s GetUserIdByEmailRequest) GoString() string
func (*GetUserIdByEmailRequest) SetEmail ¶ added in v1.0.3
func (s *GetUserIdByEmailRequest) SetEmail(v string) *GetUserIdByEmailRequest
func (GetUserIdByEmailRequest) String ¶ added in v1.0.3
func (s GetUserIdByEmailRequest) String() string
type GetUserIdByEmailResponse ¶ added in v1.0.3
type GetUserIdByEmailResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserIdByEmailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserIdByEmailResponse) GoString ¶ added in v1.0.3
func (s GetUserIdByEmailResponse) GoString() string
func (*GetUserIdByEmailResponse) SetBody ¶ added in v1.0.3
func (s *GetUserIdByEmailResponse) SetBody(v *GetUserIdByEmailResponseBody) *GetUserIdByEmailResponse
func (*GetUserIdByEmailResponse) SetHeaders ¶ added in v1.0.3
func (s *GetUserIdByEmailResponse) SetHeaders(v map[string]*string) *GetUserIdByEmailResponse
func (*GetUserIdByEmailResponse) SetStatusCode ¶ added in v1.0.3
func (s *GetUserIdByEmailResponse) SetStatusCode(v int32) *GetUserIdByEmailResponse
func (GetUserIdByEmailResponse) String ¶ added in v1.0.3
func (s GetUserIdByEmailResponse) String() string
type GetUserIdByEmailResponseBody ¶ added in v1.0.3
type GetUserIdByEmailResponseBody struct {
UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}
func (GetUserIdByEmailResponseBody) GoString ¶ added in v1.0.3
func (s GetUserIdByEmailResponseBody) GoString() string
func (*GetUserIdByEmailResponseBody) SetUserId ¶ added in v1.0.3
func (s *GetUserIdByEmailResponseBody) SetUserId(v string) *GetUserIdByEmailResponseBody
func (GetUserIdByEmailResponseBody) String ¶ added in v1.0.3
func (s GetUserIdByEmailResponseBody) String() string
type GetUserIdByPhoneNumberHeaders ¶ added in v1.0.3
type GetUserIdByPhoneNumberHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetUserIdByPhoneNumberHeaders) GoString ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberHeaders) GoString() string
func (*GetUserIdByPhoneNumberHeaders) SetAuthorization ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberHeaders) SetAuthorization(v string) *GetUserIdByPhoneNumberHeaders
func (*GetUserIdByPhoneNumberHeaders) SetCommonHeaders ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberHeaders) SetCommonHeaders(v map[string]*string) *GetUserIdByPhoneNumberHeaders
func (GetUserIdByPhoneNumberHeaders) String ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberHeaders) String() string
type GetUserIdByPhoneNumberRequest ¶ added in v1.0.3
type GetUserIdByPhoneNumberRequest struct {
PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
}
func (GetUserIdByPhoneNumberRequest) GoString ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberRequest) GoString() string
func (*GetUserIdByPhoneNumberRequest) SetPhoneNumber ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberRequest) SetPhoneNumber(v string) *GetUserIdByPhoneNumberRequest
func (GetUserIdByPhoneNumberRequest) String ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberRequest) String() string
type GetUserIdByPhoneNumberResponse ¶ added in v1.0.3
type GetUserIdByPhoneNumberResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserIdByPhoneNumberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserIdByPhoneNumberResponse) GoString ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberResponse) GoString() string
func (*GetUserIdByPhoneNumberResponse) SetBody ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberResponse) SetBody(v *GetUserIdByPhoneNumberResponseBody) *GetUserIdByPhoneNumberResponse
func (*GetUserIdByPhoneNumberResponse) SetHeaders ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberResponse) SetHeaders(v map[string]*string) *GetUserIdByPhoneNumberResponse
func (*GetUserIdByPhoneNumberResponse) SetStatusCode ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberResponse) SetStatusCode(v int32) *GetUserIdByPhoneNumberResponse
func (GetUserIdByPhoneNumberResponse) String ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberResponse) String() string
type GetUserIdByPhoneNumberResponseBody ¶ added in v1.0.3
type GetUserIdByPhoneNumberResponseBody struct {
UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}
func (GetUserIdByPhoneNumberResponseBody) GoString ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberResponseBody) GoString() string
func (*GetUserIdByPhoneNumberResponseBody) SetUserId ¶ added in v1.0.3
func (s *GetUserIdByPhoneNumberResponseBody) SetUserId(v string) *GetUserIdByPhoneNumberResponseBody
func (GetUserIdByPhoneNumberResponseBody) String ¶ added in v1.0.3
func (s GetUserIdByPhoneNumberResponseBody) String() string
type GetUserIdByUserExternalIdHeaders ¶ added in v1.0.3
type GetUserIdByUserExternalIdHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetUserIdByUserExternalIdHeaders) GoString ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdHeaders) GoString() string
func (*GetUserIdByUserExternalIdHeaders) SetAuthorization ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdHeaders) SetAuthorization(v string) *GetUserIdByUserExternalIdHeaders
func (*GetUserIdByUserExternalIdHeaders) SetCommonHeaders ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdHeaders) SetCommonHeaders(v map[string]*string) *GetUserIdByUserExternalIdHeaders
func (GetUserIdByUserExternalIdHeaders) String ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdHeaders) String() string
type GetUserIdByUserExternalIdRequest ¶ added in v1.0.3
type GetUserIdByUserExternalIdRequest struct { UserExternalId *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"` UserSourceId *string `json:"userSourceId,omitempty" xml:"userSourceId,omitempty"` UserSourceType *string `json:"userSourceType,omitempty" xml:"userSourceType,omitempty"` }
func (GetUserIdByUserExternalIdRequest) GoString ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdRequest) GoString() string
func (*GetUserIdByUserExternalIdRequest) SetUserExternalId ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdRequest) SetUserExternalId(v string) *GetUserIdByUserExternalIdRequest
func (*GetUserIdByUserExternalIdRequest) SetUserSourceId ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdRequest) SetUserSourceId(v string) *GetUserIdByUserExternalIdRequest
func (*GetUserIdByUserExternalIdRequest) SetUserSourceType ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdRequest) SetUserSourceType(v string) *GetUserIdByUserExternalIdRequest
func (GetUserIdByUserExternalIdRequest) String ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdRequest) String() string
type GetUserIdByUserExternalIdResponse ¶ added in v1.0.3
type GetUserIdByUserExternalIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserIdByUserExternalIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserIdByUserExternalIdResponse) GoString ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdResponse) GoString() string
func (*GetUserIdByUserExternalIdResponse) SetHeaders ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdResponse) SetHeaders(v map[string]*string) *GetUserIdByUserExternalIdResponse
func (*GetUserIdByUserExternalIdResponse) SetStatusCode ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdResponse) SetStatusCode(v int32) *GetUserIdByUserExternalIdResponse
func (GetUserIdByUserExternalIdResponse) String ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdResponse) String() string
type GetUserIdByUserExternalIdResponseBody ¶ added in v1.0.3
type GetUserIdByUserExternalIdResponseBody struct {
UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}
func (GetUserIdByUserExternalIdResponseBody) GoString ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdResponseBody) GoString() string
func (*GetUserIdByUserExternalIdResponseBody) SetUserId ¶ added in v1.0.3
func (s *GetUserIdByUserExternalIdResponseBody) SetUserId(v string) *GetUserIdByUserExternalIdResponseBody
func (GetUserIdByUserExternalIdResponseBody) String ¶ added in v1.0.3
func (s GetUserIdByUserExternalIdResponseBody) String() string
type GetUserInfoHeaders ¶
type GetUserInfoHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (GetUserInfoHeaders) GoString ¶
func (s GetUserInfoHeaders) GoString() string
func (*GetUserInfoHeaders) SetAuthorization ¶
func (s *GetUserInfoHeaders) SetAuthorization(v string) *GetUserInfoHeaders
func (*GetUserInfoHeaders) SetCommonHeaders ¶
func (s *GetUserInfoHeaders) SetCommonHeaders(v map[string]*string) *GetUserInfoHeaders
func (GetUserInfoHeaders) String ¶
func (s GetUserInfoHeaders) String() string
type GetUserInfoResponse ¶
type GetUserInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserInfoResponse) GoString ¶
func (s GetUserInfoResponse) GoString() string
func (*GetUserInfoResponse) SetBody ¶
func (s *GetUserInfoResponse) SetBody(v map[string]interface{}) *GetUserInfoResponse
func (*GetUserInfoResponse) SetHeaders ¶
func (s *GetUserInfoResponse) SetHeaders(v map[string]*string) *GetUserInfoResponse
func (*GetUserInfoResponse) SetStatusCode ¶
func (s *GetUserInfoResponse) SetStatusCode(v int32) *GetUserInfoResponse
func (GetUserInfoResponse) String ¶
func (s GetUserInfoResponse) String() string
type GetUserResponse ¶
type GetUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserResponse) GoString ¶
func (s GetUserResponse) GoString() string
func (*GetUserResponse) SetBody ¶
func (s *GetUserResponse) SetBody(v *GetUserResponseBody) *GetUserResponse
func (*GetUserResponse) SetHeaders ¶
func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse
func (*GetUserResponse) SetStatusCode ¶
func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse
func (GetUserResponse) String ¶
func (s GetUserResponse) String() string
type GetUserResponseBody ¶
type GetUserResponseBody struct { AccountExpireTime *int64 `json:"accountExpireTime,omitempty" xml:"accountExpireTime,omitempty"` CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` Email *string `json:"email,omitempty" xml:"email,omitempty"` EmailVerified *bool `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` LockExpireTime *int64 `json:"lockExpireTime,omitempty" xml:"lockExpireTime,omitempty"` OrganizationalUnits []*GetUserResponseBodyOrganizationalUnits `json:"organizationalUnits,omitempty" xml:"organizationalUnits,omitempty" type:"Repeated"` PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"` PhoneNumberVerified *bool `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"` PhoneRegion *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"` PrimaryOrganizationalUnitId *string `json:"primaryOrganizationalUnitId,omitempty" xml:"primaryOrganizationalUnitId,omitempty"` RegisterTime *int64 `json:"registerTime,omitempty" xml:"registerTime,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` UpdateTime *int64 `json:"updateTime,omitempty" xml:"updateTime,omitempty"` UserExternalId *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserSourceId *string `json:"userSourceId,omitempty" xml:"userSourceId,omitempty"` UserSourceType *string `json:"userSourceType,omitempty" xml:"userSourceType,omitempty"` Username *string `json:"username,omitempty" xml:"username,omitempty"` }
func (GetUserResponseBody) GoString ¶
func (s GetUserResponseBody) GoString() string
func (*GetUserResponseBody) SetAccountExpireTime ¶
func (s *GetUserResponseBody) SetAccountExpireTime(v int64) *GetUserResponseBody
func (*GetUserResponseBody) SetCreateTime ¶
func (s *GetUserResponseBody) SetCreateTime(v int64) *GetUserResponseBody
func (*GetUserResponseBody) SetDescription ¶
func (s *GetUserResponseBody) SetDescription(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetDisplayName ¶
func (s *GetUserResponseBody) SetDisplayName(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetEmail ¶
func (s *GetUserResponseBody) SetEmail(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetEmailVerified ¶
func (s *GetUserResponseBody) SetEmailVerified(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetInstanceId ¶
func (s *GetUserResponseBody) SetInstanceId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetLockExpireTime ¶
func (s *GetUserResponseBody) SetLockExpireTime(v int64) *GetUserResponseBody
func (*GetUserResponseBody) SetOrganizationalUnits ¶
func (s *GetUserResponseBody) SetOrganizationalUnits(v []*GetUserResponseBodyOrganizationalUnits) *GetUserResponseBody
func (*GetUserResponseBody) SetPhoneNumber ¶
func (s *GetUserResponseBody) SetPhoneNumber(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetPhoneNumberVerified ¶
func (s *GetUserResponseBody) SetPhoneNumberVerified(v bool) *GetUserResponseBody
func (*GetUserResponseBody) SetPhoneRegion ¶
func (s *GetUserResponseBody) SetPhoneRegion(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetPrimaryOrganizationalUnitId ¶
func (s *GetUserResponseBody) SetPrimaryOrganizationalUnitId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetRegisterTime ¶
func (s *GetUserResponseBody) SetRegisterTime(v int64) *GetUserResponseBody
func (*GetUserResponseBody) SetStatus ¶
func (s *GetUserResponseBody) SetStatus(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUpdateTime ¶
func (s *GetUserResponseBody) SetUpdateTime(v int64) *GetUserResponseBody
func (*GetUserResponseBody) SetUserExternalId ¶
func (s *GetUserResponseBody) SetUserExternalId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUserId ¶
func (s *GetUserResponseBody) SetUserId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUserSourceId ¶
func (s *GetUserResponseBody) SetUserSourceId(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUserSourceType ¶
func (s *GetUserResponseBody) SetUserSourceType(v string) *GetUserResponseBody
func (*GetUserResponseBody) SetUsername ¶
func (s *GetUserResponseBody) SetUsername(v string) *GetUserResponseBody
func (GetUserResponseBody) String ¶
func (s GetUserResponseBody) String() string
type GetUserResponseBodyOrganizationalUnits ¶
type GetUserResponseBodyOrganizationalUnits struct { OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"` OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"` Primary *bool `json:"primary,omitempty" xml:"primary,omitempty"` }
func (GetUserResponseBodyOrganizationalUnits) GoString ¶
func (s GetUserResponseBodyOrganizationalUnits) GoString() string
func (*GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitId ¶
func (s *GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitId(v string) *GetUserResponseBodyOrganizationalUnits
func (*GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitName ¶
func (s *GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitName(v string) *GetUserResponseBodyOrganizationalUnits
func (*GetUserResponseBodyOrganizationalUnits) SetPrimary ¶
func (s *GetUserResponseBodyOrganizationalUnits) SetPrimary(v bool) *GetUserResponseBodyOrganizationalUnits
func (GetUserResponseBodyOrganizationalUnits) String ¶
func (s GetUserResponseBodyOrganizationalUnits) String() string
type ListOrganizationalUnitParentIdsHeaders ¶
type ListOrganizationalUnitParentIdsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (ListOrganizationalUnitParentIdsHeaders) GoString ¶
func (s ListOrganizationalUnitParentIdsHeaders) GoString() string
func (*ListOrganizationalUnitParentIdsHeaders) SetAuthorization ¶
func (s *ListOrganizationalUnitParentIdsHeaders) SetAuthorization(v string) *ListOrganizationalUnitParentIdsHeaders
func (*ListOrganizationalUnitParentIdsHeaders) SetCommonHeaders ¶
func (s *ListOrganizationalUnitParentIdsHeaders) SetCommonHeaders(v map[string]*string) *ListOrganizationalUnitParentIdsHeaders
func (ListOrganizationalUnitParentIdsHeaders) String ¶
func (s ListOrganizationalUnitParentIdsHeaders) String() string
type ListOrganizationalUnitParentIdsResponse ¶
type ListOrganizationalUnitParentIdsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListOrganizationalUnitParentIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListOrganizationalUnitParentIdsResponse) GoString ¶
func (s ListOrganizationalUnitParentIdsResponse) GoString() string
func (*ListOrganizationalUnitParentIdsResponse) SetHeaders ¶
func (s *ListOrganizationalUnitParentIdsResponse) SetHeaders(v map[string]*string) *ListOrganizationalUnitParentIdsResponse
func (*ListOrganizationalUnitParentIdsResponse) SetStatusCode ¶
func (s *ListOrganizationalUnitParentIdsResponse) SetStatusCode(v int32) *ListOrganizationalUnitParentIdsResponse
func (ListOrganizationalUnitParentIdsResponse) String ¶
func (s ListOrganizationalUnitParentIdsResponse) String() string
type ListOrganizationalUnitParentIdsResponseBody ¶
type ListOrganizationalUnitParentIdsResponseBody struct {
ParentIds []*string `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
}
func (ListOrganizationalUnitParentIdsResponseBody) GoString ¶
func (s ListOrganizationalUnitParentIdsResponseBody) GoString() string
func (*ListOrganizationalUnitParentIdsResponseBody) SetParentIds ¶
func (s *ListOrganizationalUnitParentIdsResponseBody) SetParentIds(v []*string) *ListOrganizationalUnitParentIdsResponseBody
func (ListOrganizationalUnitParentIdsResponseBody) String ¶
func (s ListOrganizationalUnitParentIdsResponseBody) String() string
type ListOrganizationalUnitsHeaders ¶
type ListOrganizationalUnitsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (ListOrganizationalUnitsHeaders) GoString ¶
func (s ListOrganizationalUnitsHeaders) GoString() string
func (*ListOrganizationalUnitsHeaders) SetAuthorization ¶
func (s *ListOrganizationalUnitsHeaders) SetAuthorization(v string) *ListOrganizationalUnitsHeaders
func (*ListOrganizationalUnitsHeaders) SetCommonHeaders ¶
func (s *ListOrganizationalUnitsHeaders) SetCommonHeaders(v map[string]*string) *ListOrganizationalUnitsHeaders
func (ListOrganizationalUnitsHeaders) String ¶
func (s ListOrganizationalUnitsHeaders) String() string
type ListOrganizationalUnitsRequest ¶
type ListOrganizationalUnitsRequest struct { PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` }
func (ListOrganizationalUnitsRequest) GoString ¶
func (s ListOrganizationalUnitsRequest) GoString() string
func (*ListOrganizationalUnitsRequest) SetPageNumber ¶
func (s *ListOrganizationalUnitsRequest) SetPageNumber(v int32) *ListOrganizationalUnitsRequest
func (*ListOrganizationalUnitsRequest) SetPageSize ¶
func (s *ListOrganizationalUnitsRequest) SetPageSize(v int32) *ListOrganizationalUnitsRequest
func (*ListOrganizationalUnitsRequest) SetParentId ¶
func (s *ListOrganizationalUnitsRequest) SetParentId(v string) *ListOrganizationalUnitsRequest
func (ListOrganizationalUnitsRequest) String ¶
func (s ListOrganizationalUnitsRequest) String() string
type ListOrganizationalUnitsResponse ¶
type ListOrganizationalUnitsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListOrganizationalUnitsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListOrganizationalUnitsResponse) GoString ¶
func (s ListOrganizationalUnitsResponse) GoString() string
func (*ListOrganizationalUnitsResponse) SetBody ¶
func (s *ListOrganizationalUnitsResponse) SetBody(v *ListOrganizationalUnitsResponseBody) *ListOrganizationalUnitsResponse
func (*ListOrganizationalUnitsResponse) SetHeaders ¶
func (s *ListOrganizationalUnitsResponse) SetHeaders(v map[string]*string) *ListOrganizationalUnitsResponse
func (*ListOrganizationalUnitsResponse) SetStatusCode ¶
func (s *ListOrganizationalUnitsResponse) SetStatusCode(v int32) *ListOrganizationalUnitsResponse
func (ListOrganizationalUnitsResponse) String ¶
func (s ListOrganizationalUnitsResponse) String() string
type ListOrganizationalUnitsResponseBody ¶
type ListOrganizationalUnitsResponseBody struct { Data []*ListOrganizationalUnitsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (ListOrganizationalUnitsResponseBody) GoString ¶
func (s ListOrganizationalUnitsResponseBody) GoString() string
func (*ListOrganizationalUnitsResponseBody) SetTotalCount ¶
func (s *ListOrganizationalUnitsResponseBody) SetTotalCount(v int64) *ListOrganizationalUnitsResponseBody
func (ListOrganizationalUnitsResponseBody) String ¶
func (s ListOrganizationalUnitsResponseBody) String() string
type ListOrganizationalUnitsResponseBodyData ¶
type ListOrganizationalUnitsResponseBodyData struct { CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"` OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"` OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"` OrganizationalUnitSourceId *string `json:"organizationalUnitSourceId,omitempty" xml:"organizationalUnitSourceId,omitempty"` OrganizationalUnitSourceType *string `json:"organizationalUnitSourceType,omitempty" xml:"organizationalUnitSourceType,omitempty"` ParentId *string `json:"parentId,omitempty" xml:"parentId,omitempty"` UpdateTime *int64 `json:"updateTime,omitempty" xml:"updateTime,omitempty"` }
func (ListOrganizationalUnitsResponseBodyData) GoString ¶
func (s ListOrganizationalUnitsResponseBodyData) GoString() string
func (*ListOrganizationalUnitsResponseBodyData) SetCreateTime ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetCreateTime(v int64) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetDescription ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetDescription(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetInstanceId ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetInstanceId(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitExternalId ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitExternalId(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitId ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitId(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitName ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitName(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceId ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceId(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceType ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceType(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetParentId ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetParentId(v string) *ListOrganizationalUnitsResponseBodyData
func (*ListOrganizationalUnitsResponseBodyData) SetUpdateTime ¶
func (s *ListOrganizationalUnitsResponseBodyData) SetUpdateTime(v int64) *ListOrganizationalUnitsResponseBodyData
func (ListOrganizationalUnitsResponseBodyData) String ¶
func (s ListOrganizationalUnitsResponseBodyData) String() string
type ListUsersHeaders ¶
type ListUsersHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (ListUsersHeaders) GoString ¶
func (s ListUsersHeaders) GoString() string
func (*ListUsersHeaders) SetAuthorization ¶
func (s *ListUsersHeaders) SetAuthorization(v string) *ListUsersHeaders
func (*ListUsersHeaders) SetCommonHeaders ¶
func (s *ListUsersHeaders) SetCommonHeaders(v map[string]*string) *ListUsersHeaders
func (ListUsersHeaders) String ¶
func (s ListUsersHeaders) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"` PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListUsersRequest) GoString ¶
func (s ListUsersRequest) GoString() string
func (*ListUsersRequest) SetOrganizationalUnitId ¶
func (s *ListUsersRequest) SetOrganizationalUnitId(v string) *ListUsersRequest
func (*ListUsersRequest) SetPageNumber ¶
func (s *ListUsersRequest) SetPageNumber(v int32) *ListUsersRequest
func (*ListUsersRequest) SetPageSize ¶
func (s *ListUsersRequest) SetPageSize(v int32) *ListUsersRequest
func (ListUsersRequest) String ¶
func (s ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListUsersResponse) GoString ¶
func (s ListUsersResponse) GoString() string
func (*ListUsersResponse) SetBody ¶
func (s *ListUsersResponse) SetBody(v *ListUsersResponseBody) *ListUsersResponse
func (*ListUsersResponse) SetHeaders ¶
func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse
func (*ListUsersResponse) SetStatusCode ¶
func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse
func (ListUsersResponse) String ¶
func (s ListUsersResponse) String() string
type ListUsersResponseBody ¶
type ListUsersResponseBody struct { Data []*ListUsersResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (ListUsersResponseBody) GoString ¶
func (s ListUsersResponseBody) GoString() string
func (*ListUsersResponseBody) SetData ¶
func (s *ListUsersResponseBody) SetData(v []*ListUsersResponseBodyData) *ListUsersResponseBody
func (*ListUsersResponseBody) SetTotalCount ¶
func (s *ListUsersResponseBody) SetTotalCount(v int64) *ListUsersResponseBody
func (ListUsersResponseBody) String ¶
func (s ListUsersResponseBody) String() string
type ListUsersResponseBodyData ¶
type ListUsersResponseBodyData struct { AccountExpireTime *int64 `json:"accountExpireTime,omitempty" xml:"accountExpireTime,omitempty"` CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` Email *string `json:"email,omitempty" xml:"email,omitempty"` EmailVerified *bool `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` LockExpireTime *int64 `json:"lockExpireTime,omitempty" xml:"lockExpireTime,omitempty"` PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"` PhoneNumberVerified *bool `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"` PhoneRegion *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"` RegisterTime *int64 `json:"registerTime,omitempty" xml:"registerTime,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` UpdateTime *int64 `json:"updateTime,omitempty" xml:"updateTime,omitempty"` UserExternalId *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserSourceId *string `json:"userSourceId,omitempty" xml:"userSourceId,omitempty"` UserSourceType *string `json:"userSourceType,omitempty" xml:"userSourceType,omitempty"` Username *string `json:"username,omitempty" xml:"username,omitempty"` }
func (ListUsersResponseBodyData) GoString ¶
func (s ListUsersResponseBodyData) GoString() string
func (*ListUsersResponseBodyData) SetAccountExpireTime ¶
func (s *ListUsersResponseBodyData) SetAccountExpireTime(v int64) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetCreateTime ¶
func (s *ListUsersResponseBodyData) SetCreateTime(v int64) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetDescription ¶
func (s *ListUsersResponseBodyData) SetDescription(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetDisplayName ¶
func (s *ListUsersResponseBodyData) SetDisplayName(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetEmail ¶
func (s *ListUsersResponseBodyData) SetEmail(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetEmailVerified ¶
func (s *ListUsersResponseBodyData) SetEmailVerified(v bool) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetInstanceId ¶
func (s *ListUsersResponseBodyData) SetInstanceId(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetLockExpireTime ¶
func (s *ListUsersResponseBodyData) SetLockExpireTime(v int64) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetPhoneNumber ¶
func (s *ListUsersResponseBodyData) SetPhoneNumber(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetPhoneNumberVerified ¶
func (s *ListUsersResponseBodyData) SetPhoneNumberVerified(v bool) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetPhoneRegion ¶
func (s *ListUsersResponseBodyData) SetPhoneRegion(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetRegisterTime ¶
func (s *ListUsersResponseBodyData) SetRegisterTime(v int64) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetStatus ¶
func (s *ListUsersResponseBodyData) SetStatus(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUpdateTime ¶
func (s *ListUsersResponseBodyData) SetUpdateTime(v int64) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUserExternalId ¶
func (s *ListUsersResponseBodyData) SetUserExternalId(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUserId ¶
func (s *ListUsersResponseBodyData) SetUserId(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUserSourceId ¶
func (s *ListUsersResponseBodyData) SetUserSourceId(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUserSourceType ¶
func (s *ListUsersResponseBodyData) SetUserSourceType(v string) *ListUsersResponseBodyData
func (*ListUsersResponseBodyData) SetUsername ¶
func (s *ListUsersResponseBodyData) SetUsername(v string) *ListUsersResponseBodyData
func (ListUsersResponseBodyData) String ¶
func (s ListUsersResponseBodyData) String() string
type PatchOrganizationalUnitHeaders ¶
type PatchOrganizationalUnitHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (PatchOrganizationalUnitHeaders) GoString ¶
func (s PatchOrganizationalUnitHeaders) GoString() string
func (*PatchOrganizationalUnitHeaders) SetAuthorization ¶
func (s *PatchOrganizationalUnitHeaders) SetAuthorization(v string) *PatchOrganizationalUnitHeaders
func (*PatchOrganizationalUnitHeaders) SetCommonHeaders ¶
func (s *PatchOrganizationalUnitHeaders) SetCommonHeaders(v map[string]*string) *PatchOrganizationalUnitHeaders
func (PatchOrganizationalUnitHeaders) String ¶
func (s PatchOrganizationalUnitHeaders) String() string
type PatchOrganizationalUnitRequest ¶
type PatchOrganizationalUnitRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"` }
func (PatchOrganizationalUnitRequest) GoString ¶
func (s PatchOrganizationalUnitRequest) GoString() string
func (*PatchOrganizationalUnitRequest) SetDescription ¶
func (s *PatchOrganizationalUnitRequest) SetDescription(v string) *PatchOrganizationalUnitRequest
func (*PatchOrganizationalUnitRequest) SetOrganizationalUnitName ¶
func (s *PatchOrganizationalUnitRequest) SetOrganizationalUnitName(v string) *PatchOrganizationalUnitRequest
func (PatchOrganizationalUnitRequest) String ¶
func (s PatchOrganizationalUnitRequest) String() string
type PatchOrganizationalUnitResponse ¶
type PatchOrganizationalUnitResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (PatchOrganizationalUnitResponse) GoString ¶
func (s PatchOrganizationalUnitResponse) GoString() string
func (*PatchOrganizationalUnitResponse) SetHeaders ¶
func (s *PatchOrganizationalUnitResponse) SetHeaders(v map[string]*string) *PatchOrganizationalUnitResponse
func (*PatchOrganizationalUnitResponse) SetStatusCode ¶
func (s *PatchOrganizationalUnitResponse) SetStatusCode(v int32) *PatchOrganizationalUnitResponse
func (PatchOrganizationalUnitResponse) String ¶
func (s PatchOrganizationalUnitResponse) String() string
type PatchUserHeaders ¶
type PatchUserHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` Authorization *string `json:"Authorization,omitempty" xml:"Authorization,omitempty"` }
func (PatchUserHeaders) GoString ¶
func (s PatchUserHeaders) GoString() string
func (*PatchUserHeaders) SetAuthorization ¶
func (s *PatchUserHeaders) SetAuthorization(v string) *PatchUserHeaders
func (*PatchUserHeaders) SetCommonHeaders ¶
func (s *PatchUserHeaders) SetCommonHeaders(v map[string]*string) *PatchUserHeaders
func (PatchUserHeaders) String ¶
func (s PatchUserHeaders) String() string
type PatchUserRequest ¶
type PatchUserRequest struct { DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"` Email *string `json:"email,omitempty" xml:"email,omitempty"` EmailVerified *bool `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"` PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"` PhoneNumberVerified *bool `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"` PhoneRegion *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"` Username *string `json:"username,omitempty" xml:"username,omitempty"` }
func (PatchUserRequest) GoString ¶
func (s PatchUserRequest) GoString() string
func (*PatchUserRequest) SetDisplayName ¶
func (s *PatchUserRequest) SetDisplayName(v string) *PatchUserRequest
func (*PatchUserRequest) SetEmail ¶
func (s *PatchUserRequest) SetEmail(v string) *PatchUserRequest
func (*PatchUserRequest) SetEmailVerified ¶
func (s *PatchUserRequest) SetEmailVerified(v bool) *PatchUserRequest
func (*PatchUserRequest) SetPhoneNumber ¶
func (s *PatchUserRequest) SetPhoneNumber(v string) *PatchUserRequest
func (*PatchUserRequest) SetPhoneNumberVerified ¶
func (s *PatchUserRequest) SetPhoneNumberVerified(v bool) *PatchUserRequest
func (*PatchUserRequest) SetPhoneRegion ¶
func (s *PatchUserRequest) SetPhoneRegion(v string) *PatchUserRequest
func (*PatchUserRequest) SetUsername ¶
func (s *PatchUserRequest) SetUsername(v string) *PatchUserRequest
func (PatchUserRequest) String ¶
func (s PatchUserRequest) String() string
type PatchUserResponse ¶
type PatchUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` }
func (PatchUserResponse) GoString ¶
func (s PatchUserResponse) GoString() string
func (*PatchUserResponse) SetHeaders ¶
func (s *PatchUserResponse) SetHeaders(v map[string]*string) *PatchUserResponse
func (*PatchUserResponse) SetStatusCode ¶
func (s *PatchUserResponse) SetStatusCode(v int32) *PatchUserResponse
func (PatchUserResponse) String ¶
func (s PatchUserResponse) String() string
type RevokeTokenRequest ¶
type RevokeTokenRequest struct { ClientId *string `json:"client_id,omitempty" xml:"client_id,omitempty"` ClientSecret *string `json:"client_secret,omitempty" xml:"client_secret,omitempty"` Token *string `json:"token,omitempty" xml:"token,omitempty"` TokenTypeHint *string `json:"token_type_hint,omitempty" xml:"token_type_hint,omitempty"` }
func (RevokeTokenRequest) GoString ¶
func (s RevokeTokenRequest) GoString() string
func (*RevokeTokenRequest) SetClientId ¶
func (s *RevokeTokenRequest) SetClientId(v string) *RevokeTokenRequest
func (*RevokeTokenRequest) SetClientSecret ¶
func (s *RevokeTokenRequest) SetClientSecret(v string) *RevokeTokenRequest
func (*RevokeTokenRequest) SetToken ¶
func (s *RevokeTokenRequest) SetToken(v string) *RevokeTokenRequest
func (*RevokeTokenRequest) SetTokenTypeHint ¶
func (s *RevokeTokenRequest) SetTokenTypeHint(v string) *RevokeTokenRequest
func (RevokeTokenRequest) String ¶
func (s RevokeTokenRequest) String() string
type RevokeTokenResponse ¶
type RevokeTokenResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RevokeTokenResponse) GoString ¶
func (s RevokeTokenResponse) GoString() string
func (*RevokeTokenResponse) SetBody ¶
func (s *RevokeTokenResponse) SetBody(v map[string]interface{}) *RevokeTokenResponse
func (*RevokeTokenResponse) SetHeaders ¶
func (s *RevokeTokenResponse) SetHeaders(v map[string]*string) *RevokeTokenResponse
func (*RevokeTokenResponse) SetStatusCode ¶
func (s *RevokeTokenResponse) SetStatusCode(v int32) *RevokeTokenResponse
func (RevokeTokenResponse) String ¶
func (s RevokeTokenResponse) String() string
Click to show internal directories.
Click to hide internal directories.