Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) CreateAuthenticatorRegistration(request *CreateAuthenticatorRegistrationRequest) (_result *CreateAuthenticatorRegistrationResponse, _err error)
- func (client *Client) CreateAuthenticatorRegistrationWithOptions(request *CreateAuthenticatorRegistrationRequest, runtime *util.RuntimeOptions) (_result *CreateAuthenticatorRegistrationResponse, _err error)
- func (client *Client) CreateUserAuthenticateOptions(request *CreateUserAuthenticateOptionsRequest) (_result *CreateUserAuthenticateOptionsResponse, _err error)
- func (client *Client) CreateUserAuthenticateOptionsWithOptions(request *CreateUserAuthenticateOptionsRequest, runtime *util.RuntimeOptions) (_result *CreateUserAuthenticateOptionsResponse, _err error)
- func (client *Client) DeregisterAuthenticator(request *DeregisterAuthenticatorRequest) (_result *DeregisterAuthenticatorResponse, _err error)
- func (client *Client) DeregisterAuthenticatorWithOptions(request *DeregisterAuthenticatorRequest, runtime *util.RuntimeOptions) (_result *DeregisterAuthenticatorResponse, _err error)
- func (client *Client) FetchAccessToken(request *FetchAccessTokenRequest) (_result *FetchAccessTokenResponse, _err error)
- func (client *Client) FetchAccessTokenWithOptions(request *FetchAccessTokenRequest, runtime *util.RuntimeOptions) (_result *FetchAccessTokenResponse, _err error)
- func (client *Client) GetAuthenticator(request *GetAuthenticatorRequest) (_result *GetAuthenticatorResponse, _err error)
- func (client *Client) GetAuthenticatorWithOptions(request *GetAuthenticatorRequest, runtime *util.RuntimeOptions) (_result *GetAuthenticatorResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAuthenticationLogs(request *ListAuthenticationLogsRequest) (_result *ListAuthenticationLogsResponse, _err error)
- func (client *Client) ListAuthenticationLogsWithOptions(request *ListAuthenticationLogsRequest, runtime *util.RuntimeOptions) (_result *ListAuthenticationLogsResponse, _err error)
- func (client *Client) ListAuthenticatorOpsLogs(request *ListAuthenticatorOpsLogsRequest) (_result *ListAuthenticatorOpsLogsResponse, _err error)
- func (client *Client) ListAuthenticatorOpsLogsWithOptions(request *ListAuthenticatorOpsLogsRequest, runtime *util.RuntimeOptions) (_result *ListAuthenticatorOpsLogsResponse, _err error)
- func (client *Client) ListAuthenticators(request *ListAuthenticatorsRequest) (_result *ListAuthenticatorsResponse, _err error)
- func (client *Client) ListAuthenticatorsWithOptions(request *ListAuthenticatorsRequest, runtime *util.RuntimeOptions) (_result *ListAuthenticatorsResponse, _err error)
- func (client *Client) ListCostUnitOrders(request *ListCostUnitOrdersRequest) (_result *ListCostUnitOrdersResponse, _err error)
- func (client *Client) ListCostUnitOrdersWithOptions(request *ListCostUnitOrdersRequest, runtime *util.RuntimeOptions) (_result *ListCostUnitOrdersResponse, _err error)
- func (client *Client) ListOrderConsumeStatisticRecords(request *ListOrderConsumeStatisticRecordsRequest) (_result *ListOrderConsumeStatisticRecordsResponse, _err error)
- func (client *Client) ListOrderConsumeStatisticRecordsWithOptions(request *ListOrderConsumeStatisticRecordsRequest, runtime *util.RuntimeOptions) (_result *ListOrderConsumeStatisticRecordsResponse, _err error)
- func (client *Client) ListPwnedPasswords(request *ListPwnedPasswordsRequest) (_result *ListPwnedPasswordsResponse, _err error)
- func (client *Client) ListPwnedPasswordsWithOptions(request *ListPwnedPasswordsRequest, runtime *util.RuntimeOptions) (_result *ListPwnedPasswordsResponse, _err error)
- func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)
- func (client *Client) ListUsersWithOptions(request *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)
- func (client *Client) RegisterAuthenticator(request *RegisterAuthenticatorRequest) (_result *RegisterAuthenticatorResponse, _err error)
- func (client *Client) RegisterAuthenticatorWithOptions(request *RegisterAuthenticatorRequest, runtime *util.RuntimeOptions) (_result *RegisterAuthenticatorResponse, _err error)
- func (client *Client) ServiceInvoke(request *ServiceInvokeRequest) (_result *ServiceInvokeResponse, _err error)
- func (client *Client) ServiceInvokeWithOptions(request *ServiceInvokeRequest, runtime *util.RuntimeOptions) (_result *ServiceInvokeResponse, _err error)
- func (client *Client) UpdateAuthenticatorAttribute(request *UpdateAuthenticatorAttributeRequest) (_result *UpdateAuthenticatorAttributeResponse, _err error)
- func (client *Client) UpdateAuthenticatorAttributeWithOptions(request *UpdateAuthenticatorAttributeRequest, runtime *util.RuntimeOptions) (_result *UpdateAuthenticatorAttributeResponse, _err error)
- func (client *Client) VerifyIdToken(request *VerifyIdTokenRequest) (_result *VerifyIdTokenResponse, _err error)
- func (client *Client) VerifyIdTokenWithOptions(request *VerifyIdTokenRequest, runtime *util.RuntimeOptions) (_result *VerifyIdTokenResponse, _err error)
- func (client *Client) VerifyUserAuthentication(request *VerifyUserAuthenticationRequest) (_result *VerifyUserAuthenticationResponse, _err error)
- func (client *Client) VerifyUserAuthenticationWithOptions(request *VerifyUserAuthenticationRequest, runtime *util.RuntimeOptions) (_result *VerifyUserAuthenticationResponse, _err error)
- type CreateAuthenticatorRegistrationRequest
- func (s CreateAuthenticatorRegistrationRequest) GoString() string
- func (s *CreateAuthenticatorRegistrationRequest) SetApplicationExternalId(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetAuthenticatorType(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetClientExtendParamsJson(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetClientExtendParamsJsonSign(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetRegistrationContext(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetServerExtendParamsJson(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetUserDisplayName(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetUserId(v string) *CreateAuthenticatorRegistrationRequest
- func (s *CreateAuthenticatorRegistrationRequest) SetUserName(v string) *CreateAuthenticatorRegistrationRequest
- func (s CreateAuthenticatorRegistrationRequest) String() string
- type CreateAuthenticatorRegistrationResponse
- func (s CreateAuthenticatorRegistrationResponse) GoString() string
- func (s *CreateAuthenticatorRegistrationResponse) SetBody(v *CreateAuthenticatorRegistrationResponseBody) *CreateAuthenticatorRegistrationResponse
- func (s *CreateAuthenticatorRegistrationResponse) SetHeaders(v map[string]*string) *CreateAuthenticatorRegistrationResponse
- func (s *CreateAuthenticatorRegistrationResponse) SetStatusCode(v int32) *CreateAuthenticatorRegistrationResponse
- func (s CreateAuthenticatorRegistrationResponse) String() string
- type CreateAuthenticatorRegistrationResponseBody
- func (s CreateAuthenticatorRegistrationResponseBody) GoString() string
- func (s *CreateAuthenticatorRegistrationResponseBody) SetChallengeBase64(v string) *CreateAuthenticatorRegistrationResponseBody
- func (s *CreateAuthenticatorRegistrationResponseBody) SetOptions(v string) *CreateAuthenticatorRegistrationResponseBody
- func (s *CreateAuthenticatorRegistrationResponseBody) SetRequestId(v string) *CreateAuthenticatorRegistrationResponseBody
- func (s CreateAuthenticatorRegistrationResponseBody) String() string
- type CreateUserAuthenticateOptionsRequest
- func (s CreateUserAuthenticateOptionsRequest) GoString() string
- func (s *CreateUserAuthenticateOptionsRequest) SetApplicationExternalId(v string) *CreateUserAuthenticateOptionsRequest
- func (s *CreateUserAuthenticateOptionsRequest) SetAuthenticatorType(v string) *CreateUserAuthenticateOptionsRequest
- func (s *CreateUserAuthenticateOptionsRequest) SetBindHashBase64(v string) *CreateUserAuthenticateOptionsRequest
- func (s *CreateUserAuthenticateOptionsRequest) SetClientExtendParamsJson(v string) *CreateUserAuthenticateOptionsRequest
- func (s *CreateUserAuthenticateOptionsRequest) SetClientExtendParamsJsonSign(v string) *CreateUserAuthenticateOptionsRequest
- func (s *CreateUserAuthenticateOptionsRequest) SetServerExtendParamsJson(v string) *CreateUserAuthenticateOptionsRequest
- func (s *CreateUserAuthenticateOptionsRequest) SetUserId(v string) *CreateUserAuthenticateOptionsRequest
- func (s CreateUserAuthenticateOptionsRequest) String() string
- type CreateUserAuthenticateOptionsResponse
- func (s CreateUserAuthenticateOptionsResponse) GoString() string
- func (s *CreateUserAuthenticateOptionsResponse) SetBody(v *CreateUserAuthenticateOptionsResponseBody) *CreateUserAuthenticateOptionsResponse
- func (s *CreateUserAuthenticateOptionsResponse) SetHeaders(v map[string]*string) *CreateUserAuthenticateOptionsResponse
- func (s *CreateUserAuthenticateOptionsResponse) SetStatusCode(v int32) *CreateUserAuthenticateOptionsResponse
- func (s CreateUserAuthenticateOptionsResponse) String() string
- type CreateUserAuthenticateOptionsResponseBody
- func (s CreateUserAuthenticateOptionsResponseBody) GoString() string
- func (s *CreateUserAuthenticateOptionsResponseBody) SetChallengeBase64(v string) *CreateUserAuthenticateOptionsResponseBody
- func (s *CreateUserAuthenticateOptionsResponseBody) SetOptions(v string) *CreateUserAuthenticateOptionsResponseBody
- func (s *CreateUserAuthenticateOptionsResponseBody) SetRequestId(v string) *CreateUserAuthenticateOptionsResponseBody
- func (s CreateUserAuthenticateOptionsResponseBody) String() string
- type DeregisterAuthenticatorRequest
- func (s DeregisterAuthenticatorRequest) GoString() string
- func (s *DeregisterAuthenticatorRequest) SetApplicationExternalId(v string) *DeregisterAuthenticatorRequest
- func (s *DeregisterAuthenticatorRequest) SetAuthenticatorUuid(v string) *DeregisterAuthenticatorRequest
- func (s *DeregisterAuthenticatorRequest) SetUserId(v string) *DeregisterAuthenticatorRequest
- func (s DeregisterAuthenticatorRequest) String() string
- type DeregisterAuthenticatorResponse
- func (s DeregisterAuthenticatorResponse) GoString() string
- func (s *DeregisterAuthenticatorResponse) SetBody(v *DeregisterAuthenticatorResponseBody) *DeregisterAuthenticatorResponse
- func (s *DeregisterAuthenticatorResponse) SetHeaders(v map[string]*string) *DeregisterAuthenticatorResponse
- func (s *DeregisterAuthenticatorResponse) SetStatusCode(v int32) *DeregisterAuthenticatorResponse
- func (s DeregisterAuthenticatorResponse) String() string
- type DeregisterAuthenticatorResponseBody
- type FetchAccessTokenRequest
- func (s FetchAccessTokenRequest) GoString() string
- func (s *FetchAccessTokenRequest) SetApplicationExternalId(v string) *FetchAccessTokenRequest
- func (s *FetchAccessTokenRequest) SetMobileExtendParamsJson(v string) *FetchAccessTokenRequest
- func (s *FetchAccessTokenRequest) SetMobileExtendParamsJsonSign(v string) *FetchAccessTokenRequest
- func (s *FetchAccessTokenRequest) SetServerExtendParamsJson(v string) *FetchAccessTokenRequest
- func (s *FetchAccessTokenRequest) SetUserId(v string) *FetchAccessTokenRequest
- func (s *FetchAccessTokenRequest) SetXClientIp(v string) *FetchAccessTokenRequest
- func (s FetchAccessTokenRequest) String() string
- type FetchAccessTokenResponse
- func (s FetchAccessTokenResponse) GoString() string
- func (s *FetchAccessTokenResponse) SetBody(v *FetchAccessTokenResponseBody) *FetchAccessTokenResponse
- func (s *FetchAccessTokenResponse) SetHeaders(v map[string]*string) *FetchAccessTokenResponse
- func (s *FetchAccessTokenResponse) SetStatusCode(v int32) *FetchAccessTokenResponse
- func (s FetchAccessTokenResponse) String() string
- type FetchAccessTokenResponseBody
- func (s FetchAccessTokenResponseBody) GoString() string
- func (s *FetchAccessTokenResponseBody) SetCode(v string) *FetchAccessTokenResponseBody
- func (s *FetchAccessTokenResponseBody) SetData(v *FetchAccessTokenResponseBodyData) *FetchAccessTokenResponseBody
- func (s *FetchAccessTokenResponseBody) SetMessage(v string) *FetchAccessTokenResponseBody
- func (s *FetchAccessTokenResponseBody) SetRequestId(v string) *FetchAccessTokenResponseBody
- func (s *FetchAccessTokenResponseBody) SetSuccess(v bool) *FetchAccessTokenResponseBody
- func (s FetchAccessTokenResponseBody) String() string
- type FetchAccessTokenResponseBodyData
- func (s FetchAccessTokenResponseBodyData) GoString() string
- func (s *FetchAccessTokenResponseBodyData) SetAccessToken(v string) *FetchAccessTokenResponseBodyData
- func (s *FetchAccessTokenResponseBodyData) SetExpiresIn(v string) *FetchAccessTokenResponseBodyData
- func (s *FetchAccessTokenResponseBodyData) SetIdToken(v string) *FetchAccessTokenResponseBodyData
- func (s *FetchAccessTokenResponseBodyData) SetRefreshToken(v string) *FetchAccessTokenResponseBodyData
- func (s *FetchAccessTokenResponseBodyData) SetScope(v string) *FetchAccessTokenResponseBodyData
- func (s *FetchAccessTokenResponseBodyData) SetTokenType(v string) *FetchAccessTokenResponseBodyData
- func (s FetchAccessTokenResponseBodyData) String() string
- type GetAuthenticatorRequest
- func (s GetAuthenticatorRequest) GoString() string
- func (s *GetAuthenticatorRequest) SetApplicationExternalId(v string) *GetAuthenticatorRequest
- func (s *GetAuthenticatorRequest) SetAuthenticatorUuid(v string) *GetAuthenticatorRequest
- func (s *GetAuthenticatorRequest) SetUserId(v string) *GetAuthenticatorRequest
- func (s GetAuthenticatorRequest) String() string
- type GetAuthenticatorResponse
- func (s GetAuthenticatorResponse) GoString() string
- func (s *GetAuthenticatorResponse) SetBody(v *GetAuthenticatorResponseBody) *GetAuthenticatorResponse
- func (s *GetAuthenticatorResponse) SetHeaders(v map[string]*string) *GetAuthenticatorResponse
- func (s *GetAuthenticatorResponse) SetStatusCode(v int32) *GetAuthenticatorResponse
- func (s GetAuthenticatorResponse) String() string
- type GetAuthenticatorResponseBody
- func (s GetAuthenticatorResponseBody) GoString() string
- func (s *GetAuthenticatorResponseBody) SetAuthenticator(v *GetAuthenticatorResponseBodyAuthenticator) *GetAuthenticatorResponseBody
- func (s *GetAuthenticatorResponseBody) SetRequestId(v string) *GetAuthenticatorResponseBody
- func (s GetAuthenticatorResponseBody) String() string
- type GetAuthenticatorResponseBodyAuthenticator
- func (s GetAuthenticatorResponseBodyAuthenticator) GoString() string
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetAuthenticatorName(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetAuthenticatorUuid(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetCredentialId(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetCustomAuthenticator(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetLastVerifySourceIp(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetLastVerifyTime(v int64) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetLastVerifyUserAgent(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetRegisterSourceIp(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetRegisterTime(v int64) *GetAuthenticatorResponseBodyAuthenticator
- func (s *GetAuthenticatorResponseBodyAuthenticator) SetType(v string) *GetAuthenticatorResponseBodyAuthenticator
- func (s GetAuthenticatorResponseBodyAuthenticator) String() string
- type ListAuthenticationLogsRequest
- func (s ListAuthenticationLogsRequest) GoString() string
- func (s *ListAuthenticationLogsRequest) SetApplicationExternalId(v string) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetAuthenticatorType(v string) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetAuthenticatorUuid(v string) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetCredentialId(v string) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetFromTime(v int64) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetLogTag(v string) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetPageNumber(v int64) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetPageSize(v int64) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetToTime(v int64) *ListAuthenticationLogsRequest
- func (s *ListAuthenticationLogsRequest) SetUserId(v string) *ListAuthenticationLogsRequest
- func (s ListAuthenticationLogsRequest) String() string
- type ListAuthenticationLogsResponse
- func (s ListAuthenticationLogsResponse) GoString() string
- func (s *ListAuthenticationLogsResponse) SetBody(v *ListAuthenticationLogsResponseBody) *ListAuthenticationLogsResponse
- func (s *ListAuthenticationLogsResponse) SetHeaders(v map[string]*string) *ListAuthenticationLogsResponse
- func (s *ListAuthenticationLogsResponse) SetStatusCode(v int32) *ListAuthenticationLogsResponse
- func (s ListAuthenticationLogsResponse) String() string
- type ListAuthenticationLogsResponseBody
- func (s ListAuthenticationLogsResponseBody) GoString() string
- func (s *ListAuthenticationLogsResponseBody) SetAuthenticationLogContent(v []*ListAuthenticationLogsResponseBodyAuthenticationLogContent) *ListAuthenticationLogsResponseBody
- func (s *ListAuthenticationLogsResponseBody) SetPageNumber(v int64) *ListAuthenticationLogsResponseBody
- func (s *ListAuthenticationLogsResponseBody) SetPageSize(v int64) *ListAuthenticationLogsResponseBody
- func (s *ListAuthenticationLogsResponseBody) SetRequestId(v string) *ListAuthenticationLogsResponseBody
- func (s *ListAuthenticationLogsResponseBody) SetTotalCount(v int64) *ListAuthenticationLogsResponseBody
- func (s ListAuthenticationLogsResponseBody) String() string
- type ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s ListAuthenticationLogsResponseBodyAuthenticationLogContent) GoString() string
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAliUid(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetApplicationExternalId(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetApplicationUuid(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticationAction(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticationTime(v int64) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorName(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorType(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorUuid(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetChallengeBase64(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetCredentialId(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetErrorCode(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetErrorMessage(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetLogParams(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetLogTag(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetRawAuthenticationContext(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetTenantId(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetUserAgent(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetUserId(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetUserSourceIp(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetVerifyResult(v bool) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
- func (s ListAuthenticationLogsResponseBodyAuthenticationLogContent) String() string
- type ListAuthenticatorOpsLogsRequest
- func (s ListAuthenticatorOpsLogsRequest) GoString() string
- func (s *ListAuthenticatorOpsLogsRequest) SetApplicationExternalId(v string) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetAuthenticatorType(v string) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetAuthenticatorUuid(v string) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetFromTime(v int64) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetPageNumber(v int64) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetPageSize(v int64) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetToTime(v int64) *ListAuthenticatorOpsLogsRequest
- func (s *ListAuthenticatorOpsLogsRequest) SetUserId(v string) *ListAuthenticatorOpsLogsRequest
- func (s ListAuthenticatorOpsLogsRequest) String() string
- type ListAuthenticatorOpsLogsResponse
- func (s ListAuthenticatorOpsLogsResponse) GoString() string
- func (s *ListAuthenticatorOpsLogsResponse) SetBody(v *ListAuthenticatorOpsLogsResponseBody) *ListAuthenticatorOpsLogsResponse
- func (s *ListAuthenticatorOpsLogsResponse) SetHeaders(v map[string]*string) *ListAuthenticatorOpsLogsResponse
- func (s *ListAuthenticatorOpsLogsResponse) SetStatusCode(v int32) *ListAuthenticatorOpsLogsResponse
- func (s ListAuthenticatorOpsLogsResponse) String() string
- type ListAuthenticatorOpsLogsResponseBody
- func (s ListAuthenticatorOpsLogsResponseBody) GoString() string
- func (s *ListAuthenticatorOpsLogsResponseBody) SetAuthenticationLogContent(v []*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) *ListAuthenticatorOpsLogsResponseBody
- func (s *ListAuthenticatorOpsLogsResponseBody) SetPageNumber(v int64) *ListAuthenticatorOpsLogsResponseBody
- func (s *ListAuthenticatorOpsLogsResponseBody) SetPageSize(v int64) *ListAuthenticatorOpsLogsResponseBody
- func (s *ListAuthenticatorOpsLogsResponseBody) SetRequestId(v string) *ListAuthenticatorOpsLogsResponseBody
- func (s *ListAuthenticatorOpsLogsResponseBody) SetTotalCount(v int64) *ListAuthenticatorOpsLogsResponseBody
- func (s ListAuthenticatorOpsLogsResponseBody) String() string
- type ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) GoString() string
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAliUid(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetApplicationExternalId(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetApplicationUuid(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorName(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorType(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorUuid(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetChallengeBase64(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetCredentialId(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetErrorCode(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetErrorMessage(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetLogParams(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationAction(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationResult(v bool) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationTime(v int64) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetRawContext(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetTenantId(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetUserAgent(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetUserId(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetUserSourceIp(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
- func (s ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) String() string
- type ListAuthenticatorsRequest
- func (s ListAuthenticatorsRequest) GoString() string
- func (s *ListAuthenticatorsRequest) SetApplicationExternalId(v string) *ListAuthenticatorsRequest
- func (s *ListAuthenticatorsRequest) SetAuthenticatorType(v string) *ListAuthenticatorsRequest
- func (s *ListAuthenticatorsRequest) SetPageNumber(v int64) *ListAuthenticatorsRequest
- func (s *ListAuthenticatorsRequest) SetPageSize(v int64) *ListAuthenticatorsRequest
- func (s *ListAuthenticatorsRequest) SetUserId(v string) *ListAuthenticatorsRequest
- func (s ListAuthenticatorsRequest) String() string
- type ListAuthenticatorsResponse
- func (s ListAuthenticatorsResponse) GoString() string
- func (s *ListAuthenticatorsResponse) SetBody(v *ListAuthenticatorsResponseBody) *ListAuthenticatorsResponse
- func (s *ListAuthenticatorsResponse) SetHeaders(v map[string]*string) *ListAuthenticatorsResponse
- func (s *ListAuthenticatorsResponse) SetStatusCode(v int32) *ListAuthenticatorsResponse
- func (s ListAuthenticatorsResponse) String() string
- type ListAuthenticatorsResponseBody
- func (s ListAuthenticatorsResponseBody) GoString() string
- func (s *ListAuthenticatorsResponseBody) SetAuthenticator(v []*ListAuthenticatorsResponseBodyAuthenticator) *ListAuthenticatorsResponseBody
- func (s *ListAuthenticatorsResponseBody) SetPageNumber(v int64) *ListAuthenticatorsResponseBody
- func (s *ListAuthenticatorsResponseBody) SetPageSize(v int64) *ListAuthenticatorsResponseBody
- func (s *ListAuthenticatorsResponseBody) SetRequestId(v string) *ListAuthenticatorsResponseBody
- func (s *ListAuthenticatorsResponseBody) SetTotalCount(v int64) *ListAuthenticatorsResponseBody
- func (s ListAuthenticatorsResponseBody) String() string
- type ListAuthenticatorsResponseBodyAuthenticator
- func (s ListAuthenticatorsResponseBodyAuthenticator) GoString() string
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetApplicationExternalId(v string) *ListAuthenticatorsResponseBodyAuthenticator
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetAuthenticatorName(v string) *ListAuthenticatorsResponseBodyAuthenticator
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetAuthenticatorUuid(v string) *ListAuthenticatorsResponseBodyAuthenticator
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetCredentialId(v string) *ListAuthenticatorsResponseBodyAuthenticator
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetLastVerifyTime(v int64) *ListAuthenticatorsResponseBodyAuthenticator
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetRegisterTime(v int64) *ListAuthenticatorsResponseBodyAuthenticator
- func (s *ListAuthenticatorsResponseBodyAuthenticator) SetType(v string) *ListAuthenticatorsResponseBodyAuthenticator
- func (s ListAuthenticatorsResponseBodyAuthenticator) String() string
- type ListCostUnitOrdersRequest
- func (s ListCostUnitOrdersRequest) GoString() string
- func (s *ListCostUnitOrdersRequest) SetBeginDate(v string) *ListCostUnitOrdersRequest
- func (s *ListCostUnitOrdersRequest) SetFinalDate(v string) *ListCostUnitOrdersRequest
- func (s *ListCostUnitOrdersRequest) SetPageNumber(v int32) *ListCostUnitOrdersRequest
- func (s *ListCostUnitOrdersRequest) SetPageSize(v int32) *ListCostUnitOrdersRequest
- func (s ListCostUnitOrdersRequest) String() string
- type ListCostUnitOrdersResponse
- func (s ListCostUnitOrdersResponse) GoString() string
- func (s *ListCostUnitOrdersResponse) SetBody(v *ListCostUnitOrdersResponseBody) *ListCostUnitOrdersResponse
- func (s *ListCostUnitOrdersResponse) SetHeaders(v map[string]*string) *ListCostUnitOrdersResponse
- func (s *ListCostUnitOrdersResponse) SetStatusCode(v int32) *ListCostUnitOrdersResponse
- func (s ListCostUnitOrdersResponse) String() string
- type ListCostUnitOrdersResponseBody
- func (s ListCostUnitOrdersResponseBody) GoString() string
- func (s *ListCostUnitOrdersResponseBody) SetItems(v []*ListCostUnitOrdersResponseBodyItems) *ListCostUnitOrdersResponseBody
- func (s *ListCostUnitOrdersResponseBody) SetPageSize(v int64) *ListCostUnitOrdersResponseBody
- func (s *ListCostUnitOrdersResponseBody) SetRequestId(v string) *ListCostUnitOrdersResponseBody
- func (s *ListCostUnitOrdersResponseBody) SetTotalElements(v int64) *ListCostUnitOrdersResponseBody
- func (s *ListCostUnitOrdersResponseBody) SetTotalPages(v int64) *ListCostUnitOrdersResponseBody
- func (s ListCostUnitOrdersResponseBody) String() string
- type ListCostUnitOrdersResponseBodyItems
- func (s ListCostUnitOrdersResponseBodyItems) GoString() string
- func (s *ListCostUnitOrdersResponseBodyItems) SetAliOrderCode(v string) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetAliOrderInstanceId(v string) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetCreateTime(v int64) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetExpiredTime(v int64) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetOrderStatus(v string) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetRefundTime(v int64) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetTotalCostUnit(v int64) *ListCostUnitOrdersResponseBodyItems
- func (s *ListCostUnitOrdersResponseBodyItems) SetUsedCostUnit(v int64) *ListCostUnitOrdersResponseBodyItems
- func (s ListCostUnitOrdersResponseBodyItems) String() string
- type ListOrderConsumeStatisticRecordsRequest
- func (s ListOrderConsumeStatisticRecordsRequest) GoString() string
- func (s *ListOrderConsumeStatisticRecordsRequest) SetAliOrderCode(v string) *ListOrderConsumeStatisticRecordsRequest
- func (s *ListOrderConsumeStatisticRecordsRequest) SetPageNumber(v int32) *ListOrderConsumeStatisticRecordsRequest
- func (s *ListOrderConsumeStatisticRecordsRequest) SetPageSize(v int32) *ListOrderConsumeStatisticRecordsRequest
- func (s *ListOrderConsumeStatisticRecordsRequest) SetStatisticTimeMax(v string) *ListOrderConsumeStatisticRecordsRequest
- func (s *ListOrderConsumeStatisticRecordsRequest) SetStatisticTimeMin(v string) *ListOrderConsumeStatisticRecordsRequest
- func (s ListOrderConsumeStatisticRecordsRequest) String() string
- type ListOrderConsumeStatisticRecordsResponse
- func (s ListOrderConsumeStatisticRecordsResponse) GoString() string
- func (s *ListOrderConsumeStatisticRecordsResponse) SetBody(v *ListOrderConsumeStatisticRecordsResponseBody) *ListOrderConsumeStatisticRecordsResponse
- func (s *ListOrderConsumeStatisticRecordsResponse) SetHeaders(v map[string]*string) *ListOrderConsumeStatisticRecordsResponse
- func (s *ListOrderConsumeStatisticRecordsResponse) SetStatusCode(v int32) *ListOrderConsumeStatisticRecordsResponse
- func (s ListOrderConsumeStatisticRecordsResponse) String() string
- type ListOrderConsumeStatisticRecordsResponseBody
- func (s ListOrderConsumeStatisticRecordsResponseBody) GoString() string
- func (s *ListOrderConsumeStatisticRecordsResponseBody) SetItems(v []*ListOrderConsumeStatisticRecordsResponseBodyItems) *ListOrderConsumeStatisticRecordsResponseBody
- func (s *ListOrderConsumeStatisticRecordsResponseBody) SetPageSize(v int64) *ListOrderConsumeStatisticRecordsResponseBody
- func (s *ListOrderConsumeStatisticRecordsResponseBody) SetRequestId(v string) *ListOrderConsumeStatisticRecordsResponseBody
- func (s *ListOrderConsumeStatisticRecordsResponseBody) SetTotalElements(v int64) *ListOrderConsumeStatisticRecordsResponseBody
- func (s *ListOrderConsumeStatisticRecordsResponseBody) SetTotalPages(v int64) *ListOrderConsumeStatisticRecordsResponseBody
- func (s ListOrderConsumeStatisticRecordsResponseBody) String() string
- type ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s ListOrderConsumeStatisticRecordsResponseBodyItems) GoString() string
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetAliOrderCode(v string) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetApplicationExternalId(v string) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetChargedCount(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetServiceCode(v string) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetStatisticTime(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetTotalPrice(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetUnitPrice(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
- func (s ListOrderConsumeStatisticRecordsResponseBodyItems) String() string
- type ListPwnedPasswordsRequest
- type ListPwnedPasswordsResponse
- func (s ListPwnedPasswordsResponse) GoString() string
- func (s *ListPwnedPasswordsResponse) SetBody(v *ListPwnedPasswordsResponseBody) *ListPwnedPasswordsResponse
- func (s *ListPwnedPasswordsResponse) SetHeaders(v map[string]*string) *ListPwnedPasswordsResponse
- func (s *ListPwnedPasswordsResponse) SetStatusCode(v int32) *ListPwnedPasswordsResponse
- func (s ListPwnedPasswordsResponse) String() string
- type ListPwnedPasswordsResponseBody
- func (s ListPwnedPasswordsResponseBody) GoString() string
- func (s *ListPwnedPasswordsResponseBody) SetPageNumber(v int64) *ListPwnedPasswordsResponseBody
- func (s *ListPwnedPasswordsResponseBody) SetPageSize(v int64) *ListPwnedPasswordsResponseBody
- func (s *ListPwnedPasswordsResponseBody) SetPwnedPasswordInfos(v []*ListPwnedPasswordsResponseBodyPwnedPasswordInfos) *ListPwnedPasswordsResponseBody
- func (s *ListPwnedPasswordsResponseBody) SetRequestId(v string) *ListPwnedPasswordsResponseBody
- func (s *ListPwnedPasswordsResponseBody) SetTotalCount(v int64) *ListPwnedPasswordsResponseBody
- func (s ListPwnedPasswordsResponseBody) String() string
- type ListPwnedPasswordsResponseBodyPwnedPasswordInfos
- func (s ListPwnedPasswordsResponseBodyPwnedPasswordInfos) GoString() string
- func (s *ListPwnedPasswordsResponseBodyPwnedPasswordInfos) SetHexPasswordSha1Hash(v string) *ListPwnedPasswordsResponseBodyPwnedPasswordInfos
- func (s *ListPwnedPasswordsResponseBodyPwnedPasswordInfos) SetPwnedCount(v int64) *ListPwnedPasswordsResponseBodyPwnedPasswordInfos
- func (s ListPwnedPasswordsResponseBodyPwnedPasswordInfos) String() string
- 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
- func (s ListUsersResponseBody) GoString() string
- func (s *ListUsersResponseBody) SetRequestId(v string) *ListUsersResponseBody
- func (s *ListUsersResponseBody) SetTotalCount(v int64) *ListUsersResponseBody
- func (s *ListUsersResponseBody) SetUsers(v []*ListUsersResponseBodyUsers) *ListUsersResponseBody
- func (s ListUsersResponseBody) String() string
- type ListUsersResponseBodyUsers
- func (s ListUsersResponseBodyUsers) GoString() string
- func (s *ListUsersResponseBodyUsers) SetUserDisplayName(v string) *ListUsersResponseBodyUsers
- func (s *ListUsersResponseBodyUsers) SetUserId(v string) *ListUsersResponseBodyUsers
- func (s *ListUsersResponseBodyUsers) SetUserName(v string) *ListUsersResponseBodyUsers
- func (s ListUsersResponseBodyUsers) String() string
- type RegisterAuthenticatorRequest
- func (s RegisterAuthenticatorRequest) GoString() string
- func (s *RegisterAuthenticatorRequest) SetApplicationExternalId(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetAuthenticatorName(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetAuthenticatorType(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetClientExtendParamsJson(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetClientExtendParamsJsonSign(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetLogParams(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetRegistrationContext(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetRequireChallengeBase64(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetServerExtendParamsJson(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetUserId(v string) *RegisterAuthenticatorRequest
- func (s *RegisterAuthenticatorRequest) SetUserSourceIp(v string) *RegisterAuthenticatorRequest
- func (s RegisterAuthenticatorRequest) String() string
- type RegisterAuthenticatorResponse
- func (s RegisterAuthenticatorResponse) GoString() string
- func (s *RegisterAuthenticatorResponse) SetBody(v *RegisterAuthenticatorResponseBody) *RegisterAuthenticatorResponse
- func (s *RegisterAuthenticatorResponse) SetHeaders(v map[string]*string) *RegisterAuthenticatorResponse
- func (s *RegisterAuthenticatorResponse) SetStatusCode(v int32) *RegisterAuthenticatorResponse
- func (s RegisterAuthenticatorResponse) String() string
- type RegisterAuthenticatorResponseBody
- func (s RegisterAuthenticatorResponseBody) GoString() string
- func (s *RegisterAuthenticatorResponseBody) SetAuthenticatorUuid(v string) *RegisterAuthenticatorResponseBody
- func (s *RegisterAuthenticatorResponseBody) SetEtasResponseSting(v string) *RegisterAuthenticatorResponseBody
- func (s *RegisterAuthenticatorResponseBody) SetRequestId(v string) *RegisterAuthenticatorResponseBody
- func (s RegisterAuthenticatorResponseBody) String() string
- type ServiceInvokeRequest
- func (s ServiceInvokeRequest) GoString() string
- func (s *ServiceInvokeRequest) SetApplicationExternalId(v string) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetDoraemonAction(v string) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetMobileExtendParamsJson(v string) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetMobileExtendParamsJsonSign(v string) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetServerExtendParamsJson(v string) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetServiceCode(v string) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetTestModel(v bool) *ServiceInvokeRequest
- func (s *ServiceInvokeRequest) SetXClientIp(v string) *ServiceInvokeRequest
- func (s ServiceInvokeRequest) String() string
- type ServiceInvokeResponse
- func (s ServiceInvokeResponse) GoString() string
- func (s *ServiceInvokeResponse) SetBody(v *ServiceInvokeResponseBody) *ServiceInvokeResponse
- func (s *ServiceInvokeResponse) SetHeaders(v map[string]*string) *ServiceInvokeResponse
- func (s *ServiceInvokeResponse) SetStatusCode(v int32) *ServiceInvokeResponse
- func (s ServiceInvokeResponse) String() string
- type ServiceInvokeResponseBody
- func (s ServiceInvokeResponseBody) GoString() string
- func (s *ServiceInvokeResponseBody) SetCode(v string) *ServiceInvokeResponseBody
- func (s *ServiceInvokeResponseBody) SetData(v string) *ServiceInvokeResponseBody
- func (s *ServiceInvokeResponseBody) SetIdToken(v string) *ServiceInvokeResponseBody
- func (s *ServiceInvokeResponseBody) SetMessage(v string) *ServiceInvokeResponseBody
- func (s *ServiceInvokeResponseBody) SetRequestId(v string) *ServiceInvokeResponseBody
- func (s *ServiceInvokeResponseBody) SetSuccess(v bool) *ServiceInvokeResponseBody
- func (s ServiceInvokeResponseBody) String() string
- type UpdateAuthenticatorAttributeRequest
- func (s UpdateAuthenticatorAttributeRequest) GoString() string
- func (s *UpdateAuthenticatorAttributeRequest) SetApplicationExternalId(v string) *UpdateAuthenticatorAttributeRequest
- func (s *UpdateAuthenticatorAttributeRequest) SetAuthenticatorName(v string) *UpdateAuthenticatorAttributeRequest
- func (s *UpdateAuthenticatorAttributeRequest) SetAuthenticatorUuid(v string) *UpdateAuthenticatorAttributeRequest
- func (s *UpdateAuthenticatorAttributeRequest) SetUserId(v string) *UpdateAuthenticatorAttributeRequest
- func (s UpdateAuthenticatorAttributeRequest) String() string
- type UpdateAuthenticatorAttributeResponse
- func (s UpdateAuthenticatorAttributeResponse) GoString() string
- func (s *UpdateAuthenticatorAttributeResponse) SetBody(v *UpdateAuthenticatorAttributeResponseBody) *UpdateAuthenticatorAttributeResponse
- func (s *UpdateAuthenticatorAttributeResponse) SetHeaders(v map[string]*string) *UpdateAuthenticatorAttributeResponse
- func (s *UpdateAuthenticatorAttributeResponse) SetStatusCode(v int32) *UpdateAuthenticatorAttributeResponse
- func (s UpdateAuthenticatorAttributeResponse) String() string
- type UpdateAuthenticatorAttributeResponseBody
- type VerifyIdTokenRequest
- type VerifyIdTokenResponse
- func (s VerifyIdTokenResponse) GoString() string
- func (s *VerifyIdTokenResponse) SetBody(v *VerifyIdTokenResponseBody) *VerifyIdTokenResponse
- func (s *VerifyIdTokenResponse) SetHeaders(v map[string]*string) *VerifyIdTokenResponse
- func (s *VerifyIdTokenResponse) SetStatusCode(v int32) *VerifyIdTokenResponse
- func (s VerifyIdTokenResponse) String() string
- type VerifyIdTokenResponseBody
- type VerifyUserAuthenticationRequest
- func (s VerifyUserAuthenticationRequest) GoString() string
- func (s *VerifyUserAuthenticationRequest) SetApplicationExternalId(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetAuthenticationContext(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetAuthenticatorType(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetClientExtendParamsJson(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetClientExtendParamsJsonSign(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetLogParams(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetLogTag(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetRequireBindHashBase64(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetRequireChallengeBase64(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetServerExtendParamsJson(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetUserId(v string) *VerifyUserAuthenticationRequest
- func (s *VerifyUserAuthenticationRequest) SetUserSourceIp(v string) *VerifyUserAuthenticationRequest
- func (s VerifyUserAuthenticationRequest) String() string
- type VerifyUserAuthenticationResponse
- func (s VerifyUserAuthenticationResponse) GoString() string
- func (s *VerifyUserAuthenticationResponse) SetBody(v *VerifyUserAuthenticationResponseBody) *VerifyUserAuthenticationResponse
- func (s *VerifyUserAuthenticationResponse) SetHeaders(v map[string]*string) *VerifyUserAuthenticationResponse
- func (s *VerifyUserAuthenticationResponse) SetStatusCode(v int32) *VerifyUserAuthenticationResponse
- func (s VerifyUserAuthenticationResponse) String() string
- type VerifyUserAuthenticationResponseBody
- func (s VerifyUserAuthenticationResponseBody) GoString() string
- func (s *VerifyUserAuthenticationResponseBody) SetAuthenticateResultInfo(v *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) *VerifyUserAuthenticationResponseBody
- func (s *VerifyUserAuthenticationResponseBody) SetEtasSDKString(v string) *VerifyUserAuthenticationResponseBody
- func (s *VerifyUserAuthenticationResponseBody) SetIdToken(v string) *VerifyUserAuthenticationResponseBody
- func (s *VerifyUserAuthenticationResponseBody) SetRequestId(v string) *VerifyUserAuthenticationResponseBody
- func (s *VerifyUserAuthenticationResponseBody) SetVerifyResult(v bool) *VerifyUserAuthenticationResponseBody
- func (s VerifyUserAuthenticationResponseBody) String() string
- type VerifyUserAuthenticationResponseBodyAuthenticateResultInfo
- func (s VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) GoString() string
- func (s *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetBindHashBase64(v string) *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo
- func (s *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetCredentialId(v string) *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo
- func (s *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetUserId(v string) *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo
- func (s VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateAuthenticatorRegistration ¶
func (client *Client) CreateAuthenticatorRegistration(request *CreateAuthenticatorRegistrationRequest) (_result *CreateAuthenticatorRegistrationResponse, _err error)
func (*Client) CreateAuthenticatorRegistrationWithOptions ¶
func (client *Client) CreateAuthenticatorRegistrationWithOptions(request *CreateAuthenticatorRegistrationRequest, runtime *util.RuntimeOptions) (_result *CreateAuthenticatorRegistrationResponse, _err error)
func (*Client) CreateUserAuthenticateOptions ¶
func (client *Client) CreateUserAuthenticateOptions(request *CreateUserAuthenticateOptionsRequest) (_result *CreateUserAuthenticateOptionsResponse, _err error)
func (*Client) CreateUserAuthenticateOptionsWithOptions ¶
func (client *Client) CreateUserAuthenticateOptionsWithOptions(request *CreateUserAuthenticateOptionsRequest, runtime *util.RuntimeOptions) (_result *CreateUserAuthenticateOptionsResponse, _err error)
func (*Client) DeregisterAuthenticator ¶
func (client *Client) DeregisterAuthenticator(request *DeregisterAuthenticatorRequest) (_result *DeregisterAuthenticatorResponse, _err error)
func (*Client) DeregisterAuthenticatorWithOptions ¶
func (client *Client) DeregisterAuthenticatorWithOptions(request *DeregisterAuthenticatorRequest, runtime *util.RuntimeOptions) (_result *DeregisterAuthenticatorResponse, _err error)
func (*Client) FetchAccessToken ¶
func (client *Client) FetchAccessToken(request *FetchAccessTokenRequest) (_result *FetchAccessTokenResponse, _err error)
func (*Client) FetchAccessTokenWithOptions ¶
func (client *Client) FetchAccessTokenWithOptions(request *FetchAccessTokenRequest, runtime *util.RuntimeOptions) (_result *FetchAccessTokenResponse, _err error)
func (*Client) GetAuthenticator ¶
func (client *Client) GetAuthenticator(request *GetAuthenticatorRequest) (_result *GetAuthenticatorResponse, _err error)
func (*Client) GetAuthenticatorWithOptions ¶
func (client *Client) GetAuthenticatorWithOptions(request *GetAuthenticatorRequest, runtime *util.RuntimeOptions) (_result *GetAuthenticatorResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) ListAuthenticationLogs ¶
func (client *Client) ListAuthenticationLogs(request *ListAuthenticationLogsRequest) (_result *ListAuthenticationLogsResponse, _err error)
func (*Client) ListAuthenticationLogsWithOptions ¶
func (client *Client) ListAuthenticationLogsWithOptions(request *ListAuthenticationLogsRequest, runtime *util.RuntimeOptions) (_result *ListAuthenticationLogsResponse, _err error)
func (*Client) ListAuthenticatorOpsLogs ¶
func (client *Client) ListAuthenticatorOpsLogs(request *ListAuthenticatorOpsLogsRequest) (_result *ListAuthenticatorOpsLogsResponse, _err error)
func (*Client) ListAuthenticatorOpsLogsWithOptions ¶
func (client *Client) ListAuthenticatorOpsLogsWithOptions(request *ListAuthenticatorOpsLogsRequest, runtime *util.RuntimeOptions) (_result *ListAuthenticatorOpsLogsResponse, _err error)
func (*Client) ListAuthenticators ¶
func (client *Client) ListAuthenticators(request *ListAuthenticatorsRequest) (_result *ListAuthenticatorsResponse, _err error)
func (*Client) ListAuthenticatorsWithOptions ¶
func (client *Client) ListAuthenticatorsWithOptions(request *ListAuthenticatorsRequest, runtime *util.RuntimeOptions) (_result *ListAuthenticatorsResponse, _err error)
func (*Client) ListCostUnitOrders ¶
func (client *Client) ListCostUnitOrders(request *ListCostUnitOrdersRequest) (_result *ListCostUnitOrdersResponse, _err error)
func (*Client) ListCostUnitOrdersWithOptions ¶
func (client *Client) ListCostUnitOrdersWithOptions(request *ListCostUnitOrdersRequest, runtime *util.RuntimeOptions) (_result *ListCostUnitOrdersResponse, _err error)
func (*Client) ListOrderConsumeStatisticRecords ¶ added in v1.2.7
func (client *Client) ListOrderConsumeStatisticRecords(request *ListOrderConsumeStatisticRecordsRequest) (_result *ListOrderConsumeStatisticRecordsResponse, _err error)
func (*Client) ListOrderConsumeStatisticRecordsWithOptions ¶ added in v1.2.7
func (client *Client) ListOrderConsumeStatisticRecordsWithOptions(request *ListOrderConsumeStatisticRecordsRequest, runtime *util.RuntimeOptions) (_result *ListOrderConsumeStatisticRecordsResponse, _err error)
func (*Client) ListPwnedPasswords ¶
func (client *Client) ListPwnedPasswords(request *ListPwnedPasswordsRequest) (_result *ListPwnedPasswordsResponse, _err error)
func (*Client) ListPwnedPasswordsWithOptions ¶
func (client *Client) ListPwnedPasswordsWithOptions(request *ListPwnedPasswordsRequest, runtime *util.RuntimeOptions) (_result *ListPwnedPasswordsResponse, _err error)
func (*Client) ListUsers ¶
func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)
func (*Client) ListUsersWithOptions ¶
func (client *Client) ListUsersWithOptions(request *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)
func (*Client) RegisterAuthenticator ¶
func (client *Client) RegisterAuthenticator(request *RegisterAuthenticatorRequest) (_result *RegisterAuthenticatorResponse, _err error)
func (*Client) RegisterAuthenticatorWithOptions ¶
func (client *Client) RegisterAuthenticatorWithOptions(request *RegisterAuthenticatorRequest, runtime *util.RuntimeOptions) (_result *RegisterAuthenticatorResponse, _err error)
func (*Client) ServiceInvoke ¶
func (client *Client) ServiceInvoke(request *ServiceInvokeRequest) (_result *ServiceInvokeResponse, _err error)
func (*Client) ServiceInvokeWithOptions ¶
func (client *Client) ServiceInvokeWithOptions(request *ServiceInvokeRequest, runtime *util.RuntimeOptions) (_result *ServiceInvokeResponse, _err error)
func (*Client) UpdateAuthenticatorAttribute ¶
func (client *Client) UpdateAuthenticatorAttribute(request *UpdateAuthenticatorAttributeRequest) (_result *UpdateAuthenticatorAttributeResponse, _err error)
func (*Client) UpdateAuthenticatorAttributeWithOptions ¶
func (client *Client) UpdateAuthenticatorAttributeWithOptions(request *UpdateAuthenticatorAttributeRequest, runtime *util.RuntimeOptions) (_result *UpdateAuthenticatorAttributeResponse, _err error)
func (*Client) VerifyIdToken ¶
func (client *Client) VerifyIdToken(request *VerifyIdTokenRequest) (_result *VerifyIdTokenResponse, _err error)
func (*Client) VerifyIdTokenWithOptions ¶
func (client *Client) VerifyIdTokenWithOptions(request *VerifyIdTokenRequest, runtime *util.RuntimeOptions) (_result *VerifyIdTokenResponse, _err error)
func (*Client) VerifyUserAuthentication ¶
func (client *Client) VerifyUserAuthentication(request *VerifyUserAuthenticationRequest) (_result *VerifyUserAuthenticationResponse, _err error)
func (*Client) VerifyUserAuthenticationWithOptions ¶
func (client *Client) VerifyUserAuthenticationWithOptions(request *VerifyUserAuthenticationRequest, runtime *util.RuntimeOptions) (_result *VerifyUserAuthenticationResponse, _err error)
type CreateAuthenticatorRegistrationRequest ¶
type CreateAuthenticatorRegistrationRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器类型 AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` // 客户端SDK生成认证上下文 ClientExtendParamsJson *string `json:"ClientExtendParamsJson,omitempty" xml:"ClientExtendParamsJson,omitempty"` // 客户端SDK生成认证上下文签名信息 ClientExtendParamsJsonSign *string `json:"ClientExtendParamsJsonSign,omitempty" xml:"ClientExtendParamsJsonSign,omitempty"` // 注册上下文 RegistrationContext *string `json:"RegistrationContext,omitempty" xml:"RegistrationContext,omitempty"` // 服务端配置项,决定认证要求属性 ServerExtendParamsJson *string `json:"ServerExtendParamsJson,omitempty" xml:"ServerExtendParamsJson,omitempty"` // 用户展示名 UserDisplayName *string `json:"UserDisplayName,omitempty" xml:"UserDisplayName,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // 用户姓名 UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"` }
func (CreateAuthenticatorRegistrationRequest) GoString ¶
func (s CreateAuthenticatorRegistrationRequest) GoString() string
func (*CreateAuthenticatorRegistrationRequest) SetApplicationExternalId ¶
func (s *CreateAuthenticatorRegistrationRequest) SetApplicationExternalId(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetAuthenticatorType ¶
func (s *CreateAuthenticatorRegistrationRequest) SetAuthenticatorType(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetClientExtendParamsJson ¶
func (s *CreateAuthenticatorRegistrationRequest) SetClientExtendParamsJson(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetClientExtendParamsJsonSign ¶
func (s *CreateAuthenticatorRegistrationRequest) SetClientExtendParamsJsonSign(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetRegistrationContext ¶
func (s *CreateAuthenticatorRegistrationRequest) SetRegistrationContext(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetServerExtendParamsJson ¶
func (s *CreateAuthenticatorRegistrationRequest) SetServerExtendParamsJson(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetUserDisplayName ¶
func (s *CreateAuthenticatorRegistrationRequest) SetUserDisplayName(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetUserId ¶
func (s *CreateAuthenticatorRegistrationRequest) SetUserId(v string) *CreateAuthenticatorRegistrationRequest
func (*CreateAuthenticatorRegistrationRequest) SetUserName ¶
func (s *CreateAuthenticatorRegistrationRequest) SetUserName(v string) *CreateAuthenticatorRegistrationRequest
func (CreateAuthenticatorRegistrationRequest) String ¶
func (s CreateAuthenticatorRegistrationRequest) String() string
type CreateAuthenticatorRegistrationResponse ¶
type CreateAuthenticatorRegistrationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateAuthenticatorRegistrationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateAuthenticatorRegistrationResponse) GoString ¶
func (s CreateAuthenticatorRegistrationResponse) GoString() string
func (*CreateAuthenticatorRegistrationResponse) SetHeaders ¶
func (s *CreateAuthenticatorRegistrationResponse) SetHeaders(v map[string]*string) *CreateAuthenticatorRegistrationResponse
func (*CreateAuthenticatorRegistrationResponse) SetStatusCode ¶
func (s *CreateAuthenticatorRegistrationResponse) SetStatusCode(v int32) *CreateAuthenticatorRegistrationResponse
func (CreateAuthenticatorRegistrationResponse) String ¶
func (s CreateAuthenticatorRegistrationResponse) String() string
type CreateAuthenticatorRegistrationResponseBody ¶
type CreateAuthenticatorRegistrationResponseBody struct { // 防重放挑战码 ChallengeBase64 *string `json:"ChallengeBase64,omitempty" xml:"ChallengeBase64,omitempty"` // 创建认证器的Options Options *string `json:"Options,omitempty" xml:"Options,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateAuthenticatorRegistrationResponseBody) GoString ¶
func (s CreateAuthenticatorRegistrationResponseBody) GoString() string
func (*CreateAuthenticatorRegistrationResponseBody) SetChallengeBase64 ¶
func (s *CreateAuthenticatorRegistrationResponseBody) SetChallengeBase64(v string) *CreateAuthenticatorRegistrationResponseBody
func (*CreateAuthenticatorRegistrationResponseBody) SetOptions ¶
func (s *CreateAuthenticatorRegistrationResponseBody) SetOptions(v string) *CreateAuthenticatorRegistrationResponseBody
func (*CreateAuthenticatorRegistrationResponseBody) SetRequestId ¶
func (s *CreateAuthenticatorRegistrationResponseBody) SetRequestId(v string) *CreateAuthenticatorRegistrationResponseBody
func (CreateAuthenticatorRegistrationResponseBody) String ¶
func (s CreateAuthenticatorRegistrationResponseBody) String() string
type CreateUserAuthenticateOptionsRequest ¶
type CreateUserAuthenticateOptionsRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器类型 AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` // 操作hash,用来和认证绑定 BindHashBase64 *string `json:"BindHashBase64,omitempty" xml:"BindHashBase64,omitempty"` // 客户端SDK生成认证上下文 ClientExtendParamsJson *string `json:"ClientExtendParamsJson,omitempty" xml:"ClientExtendParamsJson,omitempty"` // 客户端SDK生成认证上下文签名信息 ClientExtendParamsJsonSign *string `json:"ClientExtendParamsJsonSign,omitempty" xml:"ClientExtendParamsJsonSign,omitempty"` // 服务端配置项,决定认证要求属性 ServerExtendParamsJson *string `json:"ServerExtendParamsJson,omitempty" xml:"ServerExtendParamsJson,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (CreateUserAuthenticateOptionsRequest) GoString ¶
func (s CreateUserAuthenticateOptionsRequest) GoString() string
func (*CreateUserAuthenticateOptionsRequest) SetApplicationExternalId ¶
func (s *CreateUserAuthenticateOptionsRequest) SetApplicationExternalId(v string) *CreateUserAuthenticateOptionsRequest
func (*CreateUserAuthenticateOptionsRequest) SetAuthenticatorType ¶
func (s *CreateUserAuthenticateOptionsRequest) SetAuthenticatorType(v string) *CreateUserAuthenticateOptionsRequest
func (*CreateUserAuthenticateOptionsRequest) SetBindHashBase64 ¶
func (s *CreateUserAuthenticateOptionsRequest) SetBindHashBase64(v string) *CreateUserAuthenticateOptionsRequest
func (*CreateUserAuthenticateOptionsRequest) SetClientExtendParamsJson ¶
func (s *CreateUserAuthenticateOptionsRequest) SetClientExtendParamsJson(v string) *CreateUserAuthenticateOptionsRequest
func (*CreateUserAuthenticateOptionsRequest) SetClientExtendParamsJsonSign ¶
func (s *CreateUserAuthenticateOptionsRequest) SetClientExtendParamsJsonSign(v string) *CreateUserAuthenticateOptionsRequest
func (*CreateUserAuthenticateOptionsRequest) SetServerExtendParamsJson ¶
func (s *CreateUserAuthenticateOptionsRequest) SetServerExtendParamsJson(v string) *CreateUserAuthenticateOptionsRequest
func (*CreateUserAuthenticateOptionsRequest) SetUserId ¶
func (s *CreateUserAuthenticateOptionsRequest) SetUserId(v string) *CreateUserAuthenticateOptionsRequest
func (CreateUserAuthenticateOptionsRequest) String ¶
func (s CreateUserAuthenticateOptionsRequest) String() string
type CreateUserAuthenticateOptionsResponse ¶
type CreateUserAuthenticateOptionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateUserAuthenticateOptionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateUserAuthenticateOptionsResponse) GoString ¶
func (s CreateUserAuthenticateOptionsResponse) GoString() string
func (*CreateUserAuthenticateOptionsResponse) SetHeaders ¶
func (s *CreateUserAuthenticateOptionsResponse) SetHeaders(v map[string]*string) *CreateUserAuthenticateOptionsResponse
func (*CreateUserAuthenticateOptionsResponse) SetStatusCode ¶
func (s *CreateUserAuthenticateOptionsResponse) SetStatusCode(v int32) *CreateUserAuthenticateOptionsResponse
func (CreateUserAuthenticateOptionsResponse) String ¶
func (s CreateUserAuthenticateOptionsResponse) String() string
type CreateUserAuthenticateOptionsResponseBody ¶
type CreateUserAuthenticateOptionsResponseBody struct { // 防重放挑战码 ChallengeBase64 *string `json:"ChallengeBase64,omitempty" xml:"ChallengeBase64,omitempty"` // 创建认证的Options,内容是JSON Options *string `json:"Options,omitempty" xml:"Options,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateUserAuthenticateOptionsResponseBody) GoString ¶
func (s CreateUserAuthenticateOptionsResponseBody) GoString() string
func (*CreateUserAuthenticateOptionsResponseBody) SetChallengeBase64 ¶
func (s *CreateUserAuthenticateOptionsResponseBody) SetChallengeBase64(v string) *CreateUserAuthenticateOptionsResponseBody
func (*CreateUserAuthenticateOptionsResponseBody) SetOptions ¶
func (s *CreateUserAuthenticateOptionsResponseBody) SetOptions(v string) *CreateUserAuthenticateOptionsResponseBody
func (*CreateUserAuthenticateOptionsResponseBody) SetRequestId ¶
func (s *CreateUserAuthenticateOptionsResponseBody) SetRequestId(v string) *CreateUserAuthenticateOptionsResponseBody
func (CreateUserAuthenticateOptionsResponseBody) String ¶
func (s CreateUserAuthenticateOptionsResponseBody) String() string
type DeregisterAuthenticatorRequest ¶
type DeregisterAuthenticatorRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器uuid AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (DeregisterAuthenticatorRequest) GoString ¶
func (s DeregisterAuthenticatorRequest) GoString() string
func (*DeregisterAuthenticatorRequest) SetApplicationExternalId ¶
func (s *DeregisterAuthenticatorRequest) SetApplicationExternalId(v string) *DeregisterAuthenticatorRequest
func (*DeregisterAuthenticatorRequest) SetAuthenticatorUuid ¶
func (s *DeregisterAuthenticatorRequest) SetAuthenticatorUuid(v string) *DeregisterAuthenticatorRequest
func (*DeregisterAuthenticatorRequest) SetUserId ¶
func (s *DeregisterAuthenticatorRequest) SetUserId(v string) *DeregisterAuthenticatorRequest
func (DeregisterAuthenticatorRequest) String ¶
func (s DeregisterAuthenticatorRequest) String() string
type DeregisterAuthenticatorResponse ¶
type DeregisterAuthenticatorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeregisterAuthenticatorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeregisterAuthenticatorResponse) GoString ¶
func (s DeregisterAuthenticatorResponse) GoString() string
func (*DeregisterAuthenticatorResponse) SetBody ¶
func (s *DeregisterAuthenticatorResponse) SetBody(v *DeregisterAuthenticatorResponseBody) *DeregisterAuthenticatorResponse
func (*DeregisterAuthenticatorResponse) SetHeaders ¶
func (s *DeregisterAuthenticatorResponse) SetHeaders(v map[string]*string) *DeregisterAuthenticatorResponse
func (*DeregisterAuthenticatorResponse) SetStatusCode ¶
func (s *DeregisterAuthenticatorResponse) SetStatusCode(v int32) *DeregisterAuthenticatorResponse
func (DeregisterAuthenticatorResponse) String ¶
func (s DeregisterAuthenticatorResponse) String() string
type DeregisterAuthenticatorResponseBody ¶
type DeregisterAuthenticatorResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeregisterAuthenticatorResponseBody) GoString ¶
func (s DeregisterAuthenticatorResponseBody) GoString() string
func (*DeregisterAuthenticatorResponseBody) SetRequestId ¶
func (s *DeregisterAuthenticatorResponseBody) SetRequestId(v string) *DeregisterAuthenticatorResponseBody
func (DeregisterAuthenticatorResponseBody) String ¶
func (s DeregisterAuthenticatorResponseBody) String() string
type FetchAccessTokenRequest ¶
type FetchAccessTokenRequest struct { ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` MobileExtendParamsJson *string `json:"MobileExtendParamsJson,omitempty" xml:"MobileExtendParamsJson,omitempty"` MobileExtendParamsJsonSign *string `json:"MobileExtendParamsJsonSign,omitempty" xml:"MobileExtendParamsJsonSign,omitempty"` ServerExtendParamsJson *string `json:"ServerExtendParamsJson,omitempty" xml:"ServerExtendParamsJson,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` XClientIp *string `json:"XClientIp,omitempty" xml:"XClientIp,omitempty"` }
func (FetchAccessTokenRequest) GoString ¶
func (s FetchAccessTokenRequest) GoString() string
func (*FetchAccessTokenRequest) SetApplicationExternalId ¶
func (s *FetchAccessTokenRequest) SetApplicationExternalId(v string) *FetchAccessTokenRequest
func (*FetchAccessTokenRequest) SetMobileExtendParamsJson ¶
func (s *FetchAccessTokenRequest) SetMobileExtendParamsJson(v string) *FetchAccessTokenRequest
func (*FetchAccessTokenRequest) SetMobileExtendParamsJsonSign ¶
func (s *FetchAccessTokenRequest) SetMobileExtendParamsJsonSign(v string) *FetchAccessTokenRequest
func (*FetchAccessTokenRequest) SetServerExtendParamsJson ¶
func (s *FetchAccessTokenRequest) SetServerExtendParamsJson(v string) *FetchAccessTokenRequest
func (*FetchAccessTokenRequest) SetUserId ¶
func (s *FetchAccessTokenRequest) SetUserId(v string) *FetchAccessTokenRequest
func (*FetchAccessTokenRequest) SetXClientIp ¶
func (s *FetchAccessTokenRequest) SetXClientIp(v string) *FetchAccessTokenRequest
func (FetchAccessTokenRequest) String ¶
func (s FetchAccessTokenRequest) String() string
type FetchAccessTokenResponse ¶
type FetchAccessTokenResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *FetchAccessTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (FetchAccessTokenResponse) GoString ¶
func (s FetchAccessTokenResponse) GoString() string
func (*FetchAccessTokenResponse) SetBody ¶
func (s *FetchAccessTokenResponse) SetBody(v *FetchAccessTokenResponseBody) *FetchAccessTokenResponse
func (*FetchAccessTokenResponse) SetHeaders ¶
func (s *FetchAccessTokenResponse) SetHeaders(v map[string]*string) *FetchAccessTokenResponse
func (*FetchAccessTokenResponse) SetStatusCode ¶
func (s *FetchAccessTokenResponse) SetStatusCode(v int32) *FetchAccessTokenResponse
func (FetchAccessTokenResponse) String ¶
func (s FetchAccessTokenResponse) String() string
type FetchAccessTokenResponseBody ¶
type FetchAccessTokenResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *FetchAccessTokenResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (FetchAccessTokenResponseBody) GoString ¶
func (s FetchAccessTokenResponseBody) GoString() string
func (*FetchAccessTokenResponseBody) SetCode ¶
func (s *FetchAccessTokenResponseBody) SetCode(v string) *FetchAccessTokenResponseBody
func (*FetchAccessTokenResponseBody) SetData ¶
func (s *FetchAccessTokenResponseBody) SetData(v *FetchAccessTokenResponseBodyData) *FetchAccessTokenResponseBody
func (*FetchAccessTokenResponseBody) SetMessage ¶
func (s *FetchAccessTokenResponseBody) SetMessage(v string) *FetchAccessTokenResponseBody
func (*FetchAccessTokenResponseBody) SetRequestId ¶
func (s *FetchAccessTokenResponseBody) SetRequestId(v string) *FetchAccessTokenResponseBody
func (*FetchAccessTokenResponseBody) SetSuccess ¶
func (s *FetchAccessTokenResponseBody) SetSuccess(v bool) *FetchAccessTokenResponseBody
func (FetchAccessTokenResponseBody) String ¶
func (s FetchAccessTokenResponseBody) String() string
type FetchAccessTokenResponseBodyData ¶
type FetchAccessTokenResponseBodyData struct { AccessToken *string `json:"Access_token,omitempty" xml:"Access_token,omitempty"` ExpiresIn *string `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"` Scope *string `json:"Scope,omitempty" xml:"Scope,omitempty"` TokenType *string `json:"Token_type,omitempty" xml:"Token_type,omitempty"` }
func (FetchAccessTokenResponseBodyData) GoString ¶
func (s FetchAccessTokenResponseBodyData) GoString() string
func (*FetchAccessTokenResponseBodyData) SetAccessToken ¶
func (s *FetchAccessTokenResponseBodyData) SetAccessToken(v string) *FetchAccessTokenResponseBodyData
func (*FetchAccessTokenResponseBodyData) SetExpiresIn ¶
func (s *FetchAccessTokenResponseBodyData) SetExpiresIn(v string) *FetchAccessTokenResponseBodyData
func (*FetchAccessTokenResponseBodyData) SetIdToken ¶
func (s *FetchAccessTokenResponseBodyData) SetIdToken(v string) *FetchAccessTokenResponseBodyData
func (*FetchAccessTokenResponseBodyData) SetRefreshToken ¶
func (s *FetchAccessTokenResponseBodyData) SetRefreshToken(v string) *FetchAccessTokenResponseBodyData
func (*FetchAccessTokenResponseBodyData) SetScope ¶
func (s *FetchAccessTokenResponseBodyData) SetScope(v string) *FetchAccessTokenResponseBodyData
func (*FetchAccessTokenResponseBodyData) SetTokenType ¶
func (s *FetchAccessTokenResponseBodyData) SetTokenType(v string) *FetchAccessTokenResponseBodyData
func (FetchAccessTokenResponseBodyData) String ¶
func (s FetchAccessTokenResponseBodyData) String() string
type GetAuthenticatorRequest ¶
type GetAuthenticatorRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器uuid AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` // 用户ID UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (GetAuthenticatorRequest) GoString ¶
func (s GetAuthenticatorRequest) GoString() string
func (*GetAuthenticatorRequest) SetApplicationExternalId ¶
func (s *GetAuthenticatorRequest) SetApplicationExternalId(v string) *GetAuthenticatorRequest
func (*GetAuthenticatorRequest) SetAuthenticatorUuid ¶
func (s *GetAuthenticatorRequest) SetAuthenticatorUuid(v string) *GetAuthenticatorRequest
func (*GetAuthenticatorRequest) SetUserId ¶
func (s *GetAuthenticatorRequest) SetUserId(v string) *GetAuthenticatorRequest
func (GetAuthenticatorRequest) String ¶
func (s GetAuthenticatorRequest) String() string
type GetAuthenticatorResponse ¶
type GetAuthenticatorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetAuthenticatorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetAuthenticatorResponse) GoString ¶
func (s GetAuthenticatorResponse) GoString() string
func (*GetAuthenticatorResponse) SetBody ¶
func (s *GetAuthenticatorResponse) SetBody(v *GetAuthenticatorResponseBody) *GetAuthenticatorResponse
func (*GetAuthenticatorResponse) SetHeaders ¶
func (s *GetAuthenticatorResponse) SetHeaders(v map[string]*string) *GetAuthenticatorResponse
func (*GetAuthenticatorResponse) SetStatusCode ¶
func (s *GetAuthenticatorResponse) SetStatusCode(v int32) *GetAuthenticatorResponse
func (GetAuthenticatorResponse) String ¶
func (s GetAuthenticatorResponse) String() string
type GetAuthenticatorResponseBody ¶
type GetAuthenticatorResponseBody struct { Authenticator *GetAuthenticatorResponseBodyAuthenticator `json:"Authenticator,omitempty" xml:"Authenticator,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetAuthenticatorResponseBody) GoString ¶
func (s GetAuthenticatorResponseBody) GoString() string
func (*GetAuthenticatorResponseBody) SetAuthenticator ¶
func (s *GetAuthenticatorResponseBody) SetAuthenticator(v *GetAuthenticatorResponseBodyAuthenticator) *GetAuthenticatorResponseBody
func (*GetAuthenticatorResponseBody) SetRequestId ¶
func (s *GetAuthenticatorResponseBody) SetRequestId(v string) *GetAuthenticatorResponseBody
func (GetAuthenticatorResponseBody) String ¶
func (s GetAuthenticatorResponseBody) String() string
type GetAuthenticatorResponseBodyAuthenticator ¶
type GetAuthenticatorResponseBodyAuthenticator struct { // 认证器名字 AuthenticatorName *string `json:"AuthenticatorName,omitempty" xml:"AuthenticatorName,omitempty"` AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` // 创建认证器的Options CredentialId *string `json:"CredentialId,omitempty" xml:"CredentialId,omitempty"` CustomAuthenticator *string `json:"CustomAuthenticator,omitempty" xml:"CustomAuthenticator,omitempty"` // 用户最后签名IP LastVerifySourceIp *string `json:"LastVerifySourceIp,omitempty" xml:"LastVerifySourceIp,omitempty"` // 最后验证时间 LastVerifyTime *int64 `json:"LastVerifyTime,omitempty" xml:"LastVerifyTime,omitempty"` // 用户最后签名userAgent LastVerifyUserAgent *string `json:"LastVerifyUserAgent,omitempty" xml:"LastVerifyUserAgent,omitempty"` // 用户注册IP RegisterSourceIp *string `json:"RegisterSourceIp,omitempty" xml:"RegisterSourceIp,omitempty"` // 注册时间 RegisterTime *int64 `json:"RegisterTime,omitempty" xml:"RegisterTime,omitempty"` // 认证器类型 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetAuthenticatorResponseBodyAuthenticator) GoString ¶
func (s GetAuthenticatorResponseBodyAuthenticator) GoString() string
func (*GetAuthenticatorResponseBodyAuthenticator) SetAuthenticatorName ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetAuthenticatorName(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetAuthenticatorUuid ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetAuthenticatorUuid(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetCredentialId ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetCredentialId(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetCustomAuthenticator ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetCustomAuthenticator(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetLastVerifySourceIp ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetLastVerifySourceIp(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetLastVerifyTime ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetLastVerifyTime(v int64) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetLastVerifyUserAgent ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetLastVerifyUserAgent(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetRegisterSourceIp ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetRegisterSourceIp(v string) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetRegisterTime ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetRegisterTime(v int64) *GetAuthenticatorResponseBodyAuthenticator
func (*GetAuthenticatorResponseBodyAuthenticator) SetType ¶
func (s *GetAuthenticatorResponseBodyAuthenticator) SetType(v string) *GetAuthenticatorResponseBodyAuthenticator
func (GetAuthenticatorResponseBodyAuthenticator) String ¶
func (s GetAuthenticatorResponseBodyAuthenticator) String() string
type ListAuthenticationLogsRequest ¶
type ListAuthenticationLogsRequest struct { ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` CredentialId *string `json:"CredentialId,omitempty" xml:"CredentialId,omitempty"` FromTime *int64 `json:"FromTime,omitempty" xml:"FromTime,omitempty"` LogTag *string `json:"LogTag,omitempty" xml:"LogTag,omitempty"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ToTime *int64 `json:"ToTime,omitempty" xml:"ToTime,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ListAuthenticationLogsRequest) GoString ¶
func (s ListAuthenticationLogsRequest) GoString() string
func (*ListAuthenticationLogsRequest) SetApplicationExternalId ¶
func (s *ListAuthenticationLogsRequest) SetApplicationExternalId(v string) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetAuthenticatorType ¶
func (s *ListAuthenticationLogsRequest) SetAuthenticatorType(v string) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetAuthenticatorUuid ¶
func (s *ListAuthenticationLogsRequest) SetAuthenticatorUuid(v string) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetCredentialId ¶
func (s *ListAuthenticationLogsRequest) SetCredentialId(v string) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetFromTime ¶
func (s *ListAuthenticationLogsRequest) SetFromTime(v int64) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetLogTag ¶
func (s *ListAuthenticationLogsRequest) SetLogTag(v string) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetPageNumber ¶
func (s *ListAuthenticationLogsRequest) SetPageNumber(v int64) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetPageSize ¶
func (s *ListAuthenticationLogsRequest) SetPageSize(v int64) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetToTime ¶
func (s *ListAuthenticationLogsRequest) SetToTime(v int64) *ListAuthenticationLogsRequest
func (*ListAuthenticationLogsRequest) SetUserId ¶
func (s *ListAuthenticationLogsRequest) SetUserId(v string) *ListAuthenticationLogsRequest
func (ListAuthenticationLogsRequest) String ¶
func (s ListAuthenticationLogsRequest) String() string
type ListAuthenticationLogsResponse ¶
type ListAuthenticationLogsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAuthenticationLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAuthenticationLogsResponse) GoString ¶
func (s ListAuthenticationLogsResponse) GoString() string
func (*ListAuthenticationLogsResponse) SetBody ¶
func (s *ListAuthenticationLogsResponse) SetBody(v *ListAuthenticationLogsResponseBody) *ListAuthenticationLogsResponse
func (*ListAuthenticationLogsResponse) SetHeaders ¶
func (s *ListAuthenticationLogsResponse) SetHeaders(v map[string]*string) *ListAuthenticationLogsResponse
func (*ListAuthenticationLogsResponse) SetStatusCode ¶
func (s *ListAuthenticationLogsResponse) SetStatusCode(v int32) *ListAuthenticationLogsResponse
func (ListAuthenticationLogsResponse) String ¶
func (s ListAuthenticationLogsResponse) String() string
type ListAuthenticationLogsResponseBody ¶
type ListAuthenticationLogsResponseBody struct { AuthenticationLogContent []*ListAuthenticationLogsResponseBodyAuthenticationLogContent `json:"AuthenticationLogContent,omitempty" xml:"AuthenticationLogContent,omitempty" type:"Repeated"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 返回列表长度 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListAuthenticationLogsResponseBody) GoString ¶
func (s ListAuthenticationLogsResponseBody) GoString() string
func (*ListAuthenticationLogsResponseBody) SetAuthenticationLogContent ¶
func (s *ListAuthenticationLogsResponseBody) SetAuthenticationLogContent(v []*ListAuthenticationLogsResponseBodyAuthenticationLogContent) *ListAuthenticationLogsResponseBody
func (*ListAuthenticationLogsResponseBody) SetPageNumber ¶
func (s *ListAuthenticationLogsResponseBody) SetPageNumber(v int64) *ListAuthenticationLogsResponseBody
func (*ListAuthenticationLogsResponseBody) SetPageSize ¶
func (s *ListAuthenticationLogsResponseBody) SetPageSize(v int64) *ListAuthenticationLogsResponseBody
func (*ListAuthenticationLogsResponseBody) SetRequestId ¶
func (s *ListAuthenticationLogsResponseBody) SetRequestId(v string) *ListAuthenticationLogsResponseBody
func (*ListAuthenticationLogsResponseBody) SetTotalCount ¶
func (s *ListAuthenticationLogsResponseBody) SetTotalCount(v int64) *ListAuthenticationLogsResponseBody
func (ListAuthenticationLogsResponseBody) String ¶
func (s ListAuthenticationLogsResponseBody) String() string
type ListAuthenticationLogsResponseBodyAuthenticationLogContent ¶
type ListAuthenticationLogsResponseBodyAuthenticationLogContent struct { AliUid *string `json:"AliUid,omitempty" xml:"AliUid,omitempty"` ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` ApplicationUuid *string `json:"ApplicationUuid,omitempty" xml:"ApplicationUuid,omitempty"` AuthenticationAction *string `json:"AuthenticationAction,omitempty" xml:"AuthenticationAction,omitempty"` AuthenticationTime *int64 `json:"AuthenticationTime,omitempty" xml:"AuthenticationTime,omitempty"` AuthenticatorName *string `json:"AuthenticatorName,omitempty" xml:"AuthenticatorName,omitempty"` AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` ChallengeBase64 *string `json:"ChallengeBase64,omitempty" xml:"ChallengeBase64,omitempty"` CredentialId *string `json:"CredentialId,omitempty" xml:"CredentialId,omitempty"` ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"` ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"` LogParams *string `json:"LogParams,omitempty" xml:"LogParams,omitempty"` LogTag *string `json:"LogTag,omitempty" xml:"LogTag,omitempty"` RawAuthenticationContext *string `json:"RawAuthenticationContext,omitempty" xml:"RawAuthenticationContext,omitempty"` TenantId *string `json:"TenantId,omitempty" xml:"TenantId,omitempty"` UserAgent *string `json:"UserAgent,omitempty" xml:"UserAgent,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` UserSourceIp *string `json:"UserSourceIp,omitempty" xml:"UserSourceIp,omitempty"` VerifyResult *bool `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (ListAuthenticationLogsResponseBodyAuthenticationLogContent) GoString ¶
func (s ListAuthenticationLogsResponseBodyAuthenticationLogContent) GoString() string
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetApplicationExternalId ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetApplicationExternalId(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetApplicationUuid ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetApplicationUuid(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticationAction ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticationAction(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticationTime ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticationTime(v int64) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorName ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorName(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorType ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorType(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorUuid ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetAuthenticatorUuid(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetChallengeBase64 ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetChallengeBase64(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetCredentialId ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetCredentialId(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetErrorCode ¶
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetErrorMessage ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetErrorMessage(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetLogParams ¶
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetRawAuthenticationContext ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetRawAuthenticationContext(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetTenantId ¶
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetUserAgent ¶
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetUserSourceIp ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetUserSourceIp(v string) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetVerifyResult ¶
func (s *ListAuthenticationLogsResponseBodyAuthenticationLogContent) SetVerifyResult(v bool) *ListAuthenticationLogsResponseBodyAuthenticationLogContent
func (ListAuthenticationLogsResponseBodyAuthenticationLogContent) String ¶
func (s ListAuthenticationLogsResponseBodyAuthenticationLogContent) String() string
type ListAuthenticatorOpsLogsRequest ¶
type ListAuthenticatorOpsLogsRequest struct { ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` FromTime *int64 `json:"FromTime,omitempty" xml:"FromTime,omitempty"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ToTime *int64 `json:"ToTime,omitempty" xml:"ToTime,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ListAuthenticatorOpsLogsRequest) GoString ¶
func (s ListAuthenticatorOpsLogsRequest) GoString() string
func (*ListAuthenticatorOpsLogsRequest) SetApplicationExternalId ¶
func (s *ListAuthenticatorOpsLogsRequest) SetApplicationExternalId(v string) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetAuthenticatorType ¶
func (s *ListAuthenticatorOpsLogsRequest) SetAuthenticatorType(v string) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetAuthenticatorUuid ¶
func (s *ListAuthenticatorOpsLogsRequest) SetAuthenticatorUuid(v string) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetFromTime ¶
func (s *ListAuthenticatorOpsLogsRequest) SetFromTime(v int64) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetPageNumber ¶
func (s *ListAuthenticatorOpsLogsRequest) SetPageNumber(v int64) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetPageSize ¶
func (s *ListAuthenticatorOpsLogsRequest) SetPageSize(v int64) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetToTime ¶
func (s *ListAuthenticatorOpsLogsRequest) SetToTime(v int64) *ListAuthenticatorOpsLogsRequest
func (*ListAuthenticatorOpsLogsRequest) SetUserId ¶
func (s *ListAuthenticatorOpsLogsRequest) SetUserId(v string) *ListAuthenticatorOpsLogsRequest
func (ListAuthenticatorOpsLogsRequest) String ¶
func (s ListAuthenticatorOpsLogsRequest) String() string
type ListAuthenticatorOpsLogsResponse ¶
type ListAuthenticatorOpsLogsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAuthenticatorOpsLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAuthenticatorOpsLogsResponse) GoString ¶
func (s ListAuthenticatorOpsLogsResponse) GoString() string
func (*ListAuthenticatorOpsLogsResponse) SetBody ¶
func (s *ListAuthenticatorOpsLogsResponse) SetBody(v *ListAuthenticatorOpsLogsResponseBody) *ListAuthenticatorOpsLogsResponse
func (*ListAuthenticatorOpsLogsResponse) SetHeaders ¶
func (s *ListAuthenticatorOpsLogsResponse) SetHeaders(v map[string]*string) *ListAuthenticatorOpsLogsResponse
func (*ListAuthenticatorOpsLogsResponse) SetStatusCode ¶
func (s *ListAuthenticatorOpsLogsResponse) SetStatusCode(v int32) *ListAuthenticatorOpsLogsResponse
func (ListAuthenticatorOpsLogsResponse) String ¶
func (s ListAuthenticatorOpsLogsResponse) String() string
type ListAuthenticatorOpsLogsResponseBody ¶
type ListAuthenticatorOpsLogsResponseBody struct { AuthenticationLogContent []*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent `json:"AuthenticationLogContent,omitempty" xml:"AuthenticationLogContent,omitempty" type:"Repeated"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 返回列表长度 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListAuthenticatorOpsLogsResponseBody) GoString ¶
func (s ListAuthenticatorOpsLogsResponseBody) GoString() string
func (*ListAuthenticatorOpsLogsResponseBody) SetAuthenticationLogContent ¶
func (s *ListAuthenticatorOpsLogsResponseBody) SetAuthenticationLogContent(v []*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) *ListAuthenticatorOpsLogsResponseBody
func (*ListAuthenticatorOpsLogsResponseBody) SetPageNumber ¶
func (s *ListAuthenticatorOpsLogsResponseBody) SetPageNumber(v int64) *ListAuthenticatorOpsLogsResponseBody
func (*ListAuthenticatorOpsLogsResponseBody) SetPageSize ¶
func (s *ListAuthenticatorOpsLogsResponseBody) SetPageSize(v int64) *ListAuthenticatorOpsLogsResponseBody
func (*ListAuthenticatorOpsLogsResponseBody) SetRequestId ¶
func (s *ListAuthenticatorOpsLogsResponseBody) SetRequestId(v string) *ListAuthenticatorOpsLogsResponseBody
func (*ListAuthenticatorOpsLogsResponseBody) SetTotalCount ¶
func (s *ListAuthenticatorOpsLogsResponseBody) SetTotalCount(v int64) *ListAuthenticatorOpsLogsResponseBody
func (ListAuthenticatorOpsLogsResponseBody) String ¶
func (s ListAuthenticatorOpsLogsResponseBody) String() string
type ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent ¶
type ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent struct { AliUid *string `json:"AliUid,omitempty" xml:"AliUid,omitempty"` ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` ApplicationUuid *string `json:"ApplicationUuid,omitempty" xml:"ApplicationUuid,omitempty"` AuthenticatorName *string `json:"AuthenticatorName,omitempty" xml:"AuthenticatorName,omitempty"` AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` ChallengeBase64 *string `json:"ChallengeBase64,omitempty" xml:"ChallengeBase64,omitempty"` CredentialId *string `json:"CredentialId,omitempty" xml:"CredentialId,omitempty"` ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"` ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"` LogParams *string `json:"LogParams,omitempty" xml:"LogParams,omitempty"` OperationAction *string `json:"OperationAction,omitempty" xml:"OperationAction,omitempty"` OperationResult *bool `json:"OperationResult,omitempty" xml:"OperationResult,omitempty"` OperationTime *int64 `json:"OperationTime,omitempty" xml:"OperationTime,omitempty"` RawContext *string `json:"RawContext,omitempty" xml:"RawContext,omitempty"` TenantId *string `json:"TenantId,omitempty" xml:"TenantId,omitempty"` UserAgent *string `json:"UserAgent,omitempty" xml:"UserAgent,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` UserSourceIp *string `json:"UserSourceIp,omitempty" xml:"UserSourceIp,omitempty"` }
func (ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) GoString ¶
func (s ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) GoString() string
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetApplicationExternalId ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetApplicationExternalId(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetApplicationUuid ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetApplicationUuid(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorName ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorName(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorType ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorType(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorUuid ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetAuthenticatorUuid(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetChallengeBase64 ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetChallengeBase64(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetCredentialId ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetCredentialId(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetErrorCode ¶
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetErrorMessage ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetErrorMessage(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetLogParams ¶
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationAction ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationAction(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationResult ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationResult(v bool) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationTime ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetOperationTime(v int64) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetRawContext ¶
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetTenantId ¶
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetUserAgent ¶
func (*ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetUserSourceIp ¶
func (s *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) SetUserSourceIp(v string) *ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent
func (ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) String ¶
func (s ListAuthenticatorOpsLogsResponseBodyAuthenticationLogContent) String() string
type ListAuthenticatorsRequest ¶
type ListAuthenticatorsRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器类型 AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` // 当前开始读取的位置,不设置时默认为1 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // 本次读取的最大数据记录数量,不指定时使用默认值 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ListAuthenticatorsRequest) GoString ¶
func (s ListAuthenticatorsRequest) GoString() string
func (*ListAuthenticatorsRequest) SetApplicationExternalId ¶
func (s *ListAuthenticatorsRequest) SetApplicationExternalId(v string) *ListAuthenticatorsRequest
func (*ListAuthenticatorsRequest) SetAuthenticatorType ¶
func (s *ListAuthenticatorsRequest) SetAuthenticatorType(v string) *ListAuthenticatorsRequest
func (*ListAuthenticatorsRequest) SetPageNumber ¶
func (s *ListAuthenticatorsRequest) SetPageNumber(v int64) *ListAuthenticatorsRequest
func (*ListAuthenticatorsRequest) SetPageSize ¶
func (s *ListAuthenticatorsRequest) SetPageSize(v int64) *ListAuthenticatorsRequest
func (*ListAuthenticatorsRequest) SetUserId ¶
func (s *ListAuthenticatorsRequest) SetUserId(v string) *ListAuthenticatorsRequest
func (ListAuthenticatorsRequest) String ¶
func (s ListAuthenticatorsRequest) String() string
type ListAuthenticatorsResponse ¶
type ListAuthenticatorsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListAuthenticatorsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAuthenticatorsResponse) GoString ¶
func (s ListAuthenticatorsResponse) GoString() string
func (*ListAuthenticatorsResponse) SetBody ¶
func (s *ListAuthenticatorsResponse) SetBody(v *ListAuthenticatorsResponseBody) *ListAuthenticatorsResponse
func (*ListAuthenticatorsResponse) SetHeaders ¶
func (s *ListAuthenticatorsResponse) SetHeaders(v map[string]*string) *ListAuthenticatorsResponse
func (*ListAuthenticatorsResponse) SetStatusCode ¶
func (s *ListAuthenticatorsResponse) SetStatusCode(v int32) *ListAuthenticatorsResponse
func (ListAuthenticatorsResponse) String ¶
func (s ListAuthenticatorsResponse) String() string
type ListAuthenticatorsResponseBody ¶
type ListAuthenticatorsResponseBody struct { Authenticator []*ListAuthenticatorsResponseBodyAuthenticator `json:"Authenticator,omitempty" xml:"Authenticator,omitempty" type:"Repeated"` // 读取到的位置 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // 每页记录数量 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 查询结果数据总数 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListAuthenticatorsResponseBody) GoString ¶
func (s ListAuthenticatorsResponseBody) GoString() string
func (*ListAuthenticatorsResponseBody) SetAuthenticator ¶
func (s *ListAuthenticatorsResponseBody) SetAuthenticator(v []*ListAuthenticatorsResponseBodyAuthenticator) *ListAuthenticatorsResponseBody
func (*ListAuthenticatorsResponseBody) SetPageNumber ¶
func (s *ListAuthenticatorsResponseBody) SetPageNumber(v int64) *ListAuthenticatorsResponseBody
func (*ListAuthenticatorsResponseBody) SetPageSize ¶
func (s *ListAuthenticatorsResponseBody) SetPageSize(v int64) *ListAuthenticatorsResponseBody
func (*ListAuthenticatorsResponseBody) SetRequestId ¶
func (s *ListAuthenticatorsResponseBody) SetRequestId(v string) *ListAuthenticatorsResponseBody
func (*ListAuthenticatorsResponseBody) SetTotalCount ¶
func (s *ListAuthenticatorsResponseBody) SetTotalCount(v int64) *ListAuthenticatorsResponseBody
func (ListAuthenticatorsResponseBody) String ¶
func (s ListAuthenticatorsResponseBody) String() string
type ListAuthenticatorsResponseBodyAuthenticator ¶
type ListAuthenticatorsResponseBodyAuthenticator struct { // 应用ID ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 身份认证对应的认证器名称 AuthenticatorName *string `json:"AuthenticatorName,omitempty" xml:"AuthenticatorName,omitempty"` // 认证器uuid AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` // 身份认证ID CredentialId *string `json:"CredentialId,omitempty" xml:"CredentialId,omitempty"` // 最后验证时间,如果新注册则为注册时间 LastVerifyTime *int64 `json:"LastVerifyTime,omitempty" xml:"LastVerifyTime,omitempty"` // 创建时间 RegisterTime *int64 `json:"RegisterTime,omitempty" xml:"RegisterTime,omitempty"` // 认证器类型 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListAuthenticatorsResponseBodyAuthenticator) GoString ¶
func (s ListAuthenticatorsResponseBodyAuthenticator) GoString() string
func (*ListAuthenticatorsResponseBodyAuthenticator) SetApplicationExternalId ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetApplicationExternalId(v string) *ListAuthenticatorsResponseBodyAuthenticator
func (*ListAuthenticatorsResponseBodyAuthenticator) SetAuthenticatorName ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetAuthenticatorName(v string) *ListAuthenticatorsResponseBodyAuthenticator
func (*ListAuthenticatorsResponseBodyAuthenticator) SetAuthenticatorUuid ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetAuthenticatorUuid(v string) *ListAuthenticatorsResponseBodyAuthenticator
func (*ListAuthenticatorsResponseBodyAuthenticator) SetCredentialId ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetCredentialId(v string) *ListAuthenticatorsResponseBodyAuthenticator
func (*ListAuthenticatorsResponseBodyAuthenticator) SetLastVerifyTime ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetLastVerifyTime(v int64) *ListAuthenticatorsResponseBodyAuthenticator
func (*ListAuthenticatorsResponseBodyAuthenticator) SetRegisterTime ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetRegisterTime(v int64) *ListAuthenticatorsResponseBodyAuthenticator
func (*ListAuthenticatorsResponseBodyAuthenticator) SetType ¶
func (s *ListAuthenticatorsResponseBodyAuthenticator) SetType(v string) *ListAuthenticatorsResponseBodyAuthenticator
func (ListAuthenticatorsResponseBodyAuthenticator) String ¶
func (s ListAuthenticatorsResponseBodyAuthenticator) String() string
type ListCostUnitOrdersRequest ¶
type ListCostUnitOrdersRequest struct { // 开始创建时间 BeginDate *string `json:"BeginDate,omitempty" xml:"BeginDate,omitempty"` // 结束创建时间 FinalDate *string `json:"FinalDate,omitempty" xml:"FinalDate,omitempty"` // 第几页 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // 每页大小 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` }
func (ListCostUnitOrdersRequest) GoString ¶
func (s ListCostUnitOrdersRequest) GoString() string
func (*ListCostUnitOrdersRequest) SetBeginDate ¶
func (s *ListCostUnitOrdersRequest) SetBeginDate(v string) *ListCostUnitOrdersRequest
func (*ListCostUnitOrdersRequest) SetFinalDate ¶
func (s *ListCostUnitOrdersRequest) SetFinalDate(v string) *ListCostUnitOrdersRequest
func (*ListCostUnitOrdersRequest) SetPageNumber ¶
func (s *ListCostUnitOrdersRequest) SetPageNumber(v int32) *ListCostUnitOrdersRequest
func (*ListCostUnitOrdersRequest) SetPageSize ¶
func (s *ListCostUnitOrdersRequest) SetPageSize(v int32) *ListCostUnitOrdersRequest
func (ListCostUnitOrdersRequest) String ¶
func (s ListCostUnitOrdersRequest) String() string
type ListCostUnitOrdersResponse ¶
type ListCostUnitOrdersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListCostUnitOrdersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListCostUnitOrdersResponse) GoString ¶
func (s ListCostUnitOrdersResponse) GoString() string
func (*ListCostUnitOrdersResponse) SetBody ¶
func (s *ListCostUnitOrdersResponse) SetBody(v *ListCostUnitOrdersResponseBody) *ListCostUnitOrdersResponse
func (*ListCostUnitOrdersResponse) SetHeaders ¶
func (s *ListCostUnitOrdersResponse) SetHeaders(v map[string]*string) *ListCostUnitOrdersResponse
func (*ListCostUnitOrdersResponse) SetStatusCode ¶
func (s *ListCostUnitOrdersResponse) SetStatusCode(v int32) *ListCostUnitOrdersResponse
func (ListCostUnitOrdersResponse) String ¶
func (s ListCostUnitOrdersResponse) String() string
type ListCostUnitOrdersResponseBody ¶
type ListCostUnitOrdersResponseBody struct { Items []*ListCostUnitOrdersResponseBodyItems `json:"Items,omitempty" xml:"Items,omitempty" type:"Repeated"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalElements *int64 `json:"TotalElements,omitempty" xml:"TotalElements,omitempty"` TotalPages *int64 `json:"TotalPages,omitempty" xml:"TotalPages,omitempty"` }
func (ListCostUnitOrdersResponseBody) GoString ¶
func (s ListCostUnitOrdersResponseBody) GoString() string
func (*ListCostUnitOrdersResponseBody) SetItems ¶
func (s *ListCostUnitOrdersResponseBody) SetItems(v []*ListCostUnitOrdersResponseBodyItems) *ListCostUnitOrdersResponseBody
func (*ListCostUnitOrdersResponseBody) SetPageSize ¶
func (s *ListCostUnitOrdersResponseBody) SetPageSize(v int64) *ListCostUnitOrdersResponseBody
func (*ListCostUnitOrdersResponseBody) SetRequestId ¶
func (s *ListCostUnitOrdersResponseBody) SetRequestId(v string) *ListCostUnitOrdersResponseBody
func (*ListCostUnitOrdersResponseBody) SetTotalElements ¶
func (s *ListCostUnitOrdersResponseBody) SetTotalElements(v int64) *ListCostUnitOrdersResponseBody
func (*ListCostUnitOrdersResponseBody) SetTotalPages ¶
func (s *ListCostUnitOrdersResponseBody) SetTotalPages(v int64) *ListCostUnitOrdersResponseBody
func (ListCostUnitOrdersResponseBody) String ¶
func (s ListCostUnitOrdersResponseBody) String() string
type ListCostUnitOrdersResponseBodyItems ¶
type ListCostUnitOrdersResponseBodyItems struct { // 阿里云订单编号 AliOrderCode *string `json:"AliOrderCode,omitempty" xml:"AliOrderCode,omitempty"` // 阿里云订单实例名称 AliOrderInstanceId *string `json:"AliOrderInstanceId,omitempty" xml:"AliOrderInstanceId,omitempty"` // 创建时间 CreateTime *int64 `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` // 过期时间 ExpiredTime *int64 `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"` // 订单状态。VALID:有效、REFUND:退款、EXPIRED:过期 OrderStatus *string `json:"OrderStatus,omitempty" xml:"OrderStatus,omitempty"` // 退款时间,毫秒时间戳,退款时才有值 RefundTime *int64 `json:"RefundTime,omitempty" xml:"RefundTime,omitempty"` // 总计 CU 值,单位厘,实际购买 CU 乘以 1000 TotalCostUnit *int64 `json:"TotalCostUnit,omitempty" xml:"TotalCostUnit,omitempty"` // 已用 CU 值,单位厘,实际使用 CU 乘以 1000 UsedCostUnit *int64 `json:"UsedCostUnit,omitempty" xml:"UsedCostUnit,omitempty"` }
func (ListCostUnitOrdersResponseBodyItems) GoString ¶
func (s ListCostUnitOrdersResponseBodyItems) GoString() string
func (*ListCostUnitOrdersResponseBodyItems) SetAliOrderCode ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetAliOrderCode(v string) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetAliOrderInstanceId ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetAliOrderInstanceId(v string) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetCreateTime ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetCreateTime(v int64) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetExpiredTime ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetExpiredTime(v int64) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetOrderStatus ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetOrderStatus(v string) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetRefundTime ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetRefundTime(v int64) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetTotalCostUnit ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetTotalCostUnit(v int64) *ListCostUnitOrdersResponseBodyItems
func (*ListCostUnitOrdersResponseBodyItems) SetUsedCostUnit ¶
func (s *ListCostUnitOrdersResponseBodyItems) SetUsedCostUnit(v int64) *ListCostUnitOrdersResponseBodyItems
func (ListCostUnitOrdersResponseBodyItems) String ¶
func (s ListCostUnitOrdersResponseBodyItems) String() string
type ListOrderConsumeStatisticRecordsRequest ¶ added in v1.2.7
type ListOrderConsumeStatisticRecordsRequest struct { // 阿里订单编号 AliOrderCode *string `json:"AliOrderCode,omitempty" xml:"AliOrderCode,omitempty"` // 页码 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // 每页记录数 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // 统计时间最大值 StatisticTimeMax *string `json:"StatisticTimeMax,omitempty" xml:"StatisticTimeMax,omitempty"` // 统计时间最小值 StatisticTimeMin *string `json:"StatisticTimeMin,omitempty" xml:"StatisticTimeMin,omitempty"` }
func (ListOrderConsumeStatisticRecordsRequest) GoString ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsRequest) GoString() string
func (*ListOrderConsumeStatisticRecordsRequest) SetAliOrderCode ¶ added in v1.2.8
func (s *ListOrderConsumeStatisticRecordsRequest) SetAliOrderCode(v string) *ListOrderConsumeStatisticRecordsRequest
func (*ListOrderConsumeStatisticRecordsRequest) SetPageNumber ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsRequest) SetPageNumber(v int32) *ListOrderConsumeStatisticRecordsRequest
func (*ListOrderConsumeStatisticRecordsRequest) SetPageSize ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsRequest) SetPageSize(v int32) *ListOrderConsumeStatisticRecordsRequest
func (*ListOrderConsumeStatisticRecordsRequest) SetStatisticTimeMax ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsRequest) SetStatisticTimeMax(v string) *ListOrderConsumeStatisticRecordsRequest
func (*ListOrderConsumeStatisticRecordsRequest) SetStatisticTimeMin ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsRequest) SetStatisticTimeMin(v string) *ListOrderConsumeStatisticRecordsRequest
func (ListOrderConsumeStatisticRecordsRequest) String ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsRequest) String() string
type ListOrderConsumeStatisticRecordsResponse ¶ added in v1.2.7
type ListOrderConsumeStatisticRecordsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListOrderConsumeStatisticRecordsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListOrderConsumeStatisticRecordsResponse) GoString ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsResponse) GoString() string
func (*ListOrderConsumeStatisticRecordsResponse) SetHeaders ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponse) SetHeaders(v map[string]*string) *ListOrderConsumeStatisticRecordsResponse
func (*ListOrderConsumeStatisticRecordsResponse) SetStatusCode ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponse) SetStatusCode(v int32) *ListOrderConsumeStatisticRecordsResponse
func (ListOrderConsumeStatisticRecordsResponse) String ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsResponse) String() string
type ListOrderConsumeStatisticRecordsResponseBody ¶ added in v1.2.7
type ListOrderConsumeStatisticRecordsResponseBody struct { // 数据项列表 Items []*ListOrderConsumeStatisticRecordsResponseBodyItems `json:"Items,omitempty" xml:"Items,omitempty" type:"Repeated"` // 每页记录数 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // 请求 ID RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 总记录数 TotalElements *int64 `json:"TotalElements,omitempty" xml:"TotalElements,omitempty"` // 总页数 TotalPages *int64 `json:"TotalPages,omitempty" xml:"TotalPages,omitempty"` }
func (ListOrderConsumeStatisticRecordsResponseBody) GoString ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsResponseBody) GoString() string
func (*ListOrderConsumeStatisticRecordsResponseBody) SetPageSize ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBody) SetPageSize(v int64) *ListOrderConsumeStatisticRecordsResponseBody
func (*ListOrderConsumeStatisticRecordsResponseBody) SetRequestId ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBody) SetRequestId(v string) *ListOrderConsumeStatisticRecordsResponseBody
func (*ListOrderConsumeStatisticRecordsResponseBody) SetTotalElements ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBody) SetTotalElements(v int64) *ListOrderConsumeStatisticRecordsResponseBody
func (*ListOrderConsumeStatisticRecordsResponseBody) SetTotalPages ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBody) SetTotalPages(v int64) *ListOrderConsumeStatisticRecordsResponseBody
func (ListOrderConsumeStatisticRecordsResponseBody) String ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsResponseBody) String() string
type ListOrderConsumeStatisticRecordsResponseBodyItems ¶ added in v1.2.7
type ListOrderConsumeStatisticRecordsResponseBodyItems struct { // 阿里云订单编号 AliOrderCode *string `json:"AliOrderCode,omitempty" xml:"AliOrderCode,omitempty"` // 应用外部标志 ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 计费数目 ChargedCount *int64 `json:"ChargedCount,omitempty" xml:"ChargedCount,omitempty"` // 服务码 ServiceCode *string `json:"ServiceCode,omitempty" xml:"ServiceCode,omitempty"` // 统计日期,时间戳,精确到秒 StatisticTime *int64 `json:"StatisticTime,omitempty" xml:"StatisticTime,omitempty"` // 总价 TotalPrice *int64 `json:"TotalPrice,omitempty" xml:"TotalPrice,omitempty"` // 单价 UnitPrice *int64 `json:"UnitPrice,omitempty" xml:"UnitPrice,omitempty"` }
func (ListOrderConsumeStatisticRecordsResponseBodyItems) GoString ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsResponseBodyItems) GoString() string
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetAliOrderCode ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetAliOrderCode(v string) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetApplicationExternalId ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetApplicationExternalId(v string) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetChargedCount ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetChargedCount(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetServiceCode ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetServiceCode(v string) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetStatisticTime ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetStatisticTime(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetTotalPrice ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetTotalPrice(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (*ListOrderConsumeStatisticRecordsResponseBodyItems) SetUnitPrice ¶ added in v1.2.7
func (s *ListOrderConsumeStatisticRecordsResponseBodyItems) SetUnitPrice(v int64) *ListOrderConsumeStatisticRecordsResponseBodyItems
func (ListOrderConsumeStatisticRecordsResponseBodyItems) String ¶ added in v1.2.7
func (s ListOrderConsumeStatisticRecordsResponseBodyItems) String() string
type ListPwnedPasswordsRequest ¶
type ListPwnedPasswordsRequest struct {
PrefixHexPasswordSha1Hash *string `json:"PrefixHexPasswordSha1Hash,omitempty" xml:"PrefixHexPasswordSha1Hash,omitempty"`
}
func (ListPwnedPasswordsRequest) GoString ¶
func (s ListPwnedPasswordsRequest) GoString() string
func (*ListPwnedPasswordsRequest) SetPrefixHexPasswordSha1Hash ¶
func (s *ListPwnedPasswordsRequest) SetPrefixHexPasswordSha1Hash(v string) *ListPwnedPasswordsRequest
func (ListPwnedPasswordsRequest) String ¶
func (s ListPwnedPasswordsRequest) String() string
type ListPwnedPasswordsResponse ¶
type ListPwnedPasswordsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListPwnedPasswordsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListPwnedPasswordsResponse) GoString ¶
func (s ListPwnedPasswordsResponse) GoString() string
func (*ListPwnedPasswordsResponse) SetBody ¶
func (s *ListPwnedPasswordsResponse) SetBody(v *ListPwnedPasswordsResponseBody) *ListPwnedPasswordsResponse
func (*ListPwnedPasswordsResponse) SetHeaders ¶
func (s *ListPwnedPasswordsResponse) SetHeaders(v map[string]*string) *ListPwnedPasswordsResponse
func (*ListPwnedPasswordsResponse) SetStatusCode ¶
func (s *ListPwnedPasswordsResponse) SetStatusCode(v int32) *ListPwnedPasswordsResponse
func (ListPwnedPasswordsResponse) String ¶
func (s ListPwnedPasswordsResponse) String() string
type ListPwnedPasswordsResponseBody ¶
type ListPwnedPasswordsResponseBody struct { PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` PwnedPasswordInfos []*ListPwnedPasswordsResponseBodyPwnedPasswordInfos `json:"PwnedPasswordInfos,omitempty" xml:"PwnedPasswordInfos,omitempty" type:"Repeated"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListPwnedPasswordsResponseBody) GoString ¶
func (s ListPwnedPasswordsResponseBody) GoString() string
func (*ListPwnedPasswordsResponseBody) SetPageNumber ¶
func (s *ListPwnedPasswordsResponseBody) SetPageNumber(v int64) *ListPwnedPasswordsResponseBody
func (*ListPwnedPasswordsResponseBody) SetPageSize ¶
func (s *ListPwnedPasswordsResponseBody) SetPageSize(v int64) *ListPwnedPasswordsResponseBody
func (*ListPwnedPasswordsResponseBody) SetPwnedPasswordInfos ¶
func (s *ListPwnedPasswordsResponseBody) SetPwnedPasswordInfos(v []*ListPwnedPasswordsResponseBodyPwnedPasswordInfos) *ListPwnedPasswordsResponseBody
func (*ListPwnedPasswordsResponseBody) SetRequestId ¶
func (s *ListPwnedPasswordsResponseBody) SetRequestId(v string) *ListPwnedPasswordsResponseBody
func (*ListPwnedPasswordsResponseBody) SetTotalCount ¶
func (s *ListPwnedPasswordsResponseBody) SetTotalCount(v int64) *ListPwnedPasswordsResponseBody
func (ListPwnedPasswordsResponseBody) String ¶
func (s ListPwnedPasswordsResponseBody) String() string
type ListPwnedPasswordsResponseBodyPwnedPasswordInfos ¶
type ListPwnedPasswordsResponseBodyPwnedPasswordInfos struct { HexPasswordSha1Hash *string `json:"HexPasswordSha1Hash,omitempty" xml:"HexPasswordSha1Hash,omitempty"` PwnedCount *int64 `json:"PwnedCount,omitempty" xml:"PwnedCount,omitempty"` }
func (ListPwnedPasswordsResponseBodyPwnedPasswordInfos) GoString ¶
func (s ListPwnedPasswordsResponseBodyPwnedPasswordInfos) GoString() string
func (*ListPwnedPasswordsResponseBodyPwnedPasswordInfos) SetHexPasswordSha1Hash ¶
func (s *ListPwnedPasswordsResponseBodyPwnedPasswordInfos) SetHexPasswordSha1Hash(v string) *ListPwnedPasswordsResponseBodyPwnedPasswordInfos
func (*ListPwnedPasswordsResponseBodyPwnedPasswordInfos) SetPwnedCount ¶
func (s *ListPwnedPasswordsResponseBodyPwnedPasswordInfos) SetPwnedCount(v int64) *ListPwnedPasswordsResponseBodyPwnedPasswordInfos
func (ListPwnedPasswordsResponseBodyPwnedPasswordInfos) String ¶
func (s ListPwnedPasswordsResponseBodyPwnedPasswordInfos) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (ListUsersRequest) GoString ¶
func (s ListUsersRequest) GoString() string
func (*ListUsersRequest) SetApplicationExternalId ¶
func (s *ListUsersRequest) SetApplicationExternalId(v string) *ListUsersRequest
func (*ListUsersRequest) SetUserId ¶
func (s *ListUsersRequest) SetUserId(v string) *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 { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 查询结果数据总数 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` Users []*ListUsersResponseBodyUsers `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"` }
func (ListUsersResponseBody) GoString ¶
func (s ListUsersResponseBody) GoString() string
func (*ListUsersResponseBody) SetRequestId ¶
func (s *ListUsersResponseBody) SetRequestId(v string) *ListUsersResponseBody
func (*ListUsersResponseBody) SetTotalCount ¶
func (s *ListUsersResponseBody) SetTotalCount(v int64) *ListUsersResponseBody
func (*ListUsersResponseBody) SetUsers ¶
func (s *ListUsersResponseBody) SetUsers(v []*ListUsersResponseBodyUsers) *ListUsersResponseBody
func (ListUsersResponseBody) String ¶
func (s ListUsersResponseBody) String() string
type ListUsersResponseBodyUsers ¶
type ListUsersResponseBodyUsers struct { UserDisplayName *string `json:"UserDisplayName,omitempty" xml:"UserDisplayName,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"` }
func (ListUsersResponseBodyUsers) GoString ¶
func (s ListUsersResponseBodyUsers) GoString() string
func (*ListUsersResponseBodyUsers) SetUserDisplayName ¶
func (s *ListUsersResponseBodyUsers) SetUserDisplayName(v string) *ListUsersResponseBodyUsers
func (*ListUsersResponseBodyUsers) SetUserId ¶
func (s *ListUsersResponseBodyUsers) SetUserId(v string) *ListUsersResponseBodyUsers
func (*ListUsersResponseBodyUsers) SetUserName ¶
func (s *ListUsersResponseBodyUsers) SetUserName(v string) *ListUsersResponseBodyUsers
func (ListUsersResponseBodyUsers) String ¶
func (s ListUsersResponseBodyUsers) String() string
type RegisterAuthenticatorRequest ¶
type RegisterAuthenticatorRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器名字 AuthenticatorName *string `json:"AuthenticatorName,omitempty" xml:"AuthenticatorName,omitempty"` // 认证器类型 AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` // 客户端SDK生成认证上下文 ClientExtendParamsJson *string `json:"ClientExtendParamsJson,omitempty" xml:"ClientExtendParamsJson,omitempty"` // 客户端SDK生成认证上下文签名信息 ClientExtendParamsJsonSign *string `json:"ClientExtendParamsJsonSign,omitempty" xml:"ClientExtendParamsJsonSign,omitempty"` // 用户自定义记录审计日志信息 LogParams *string `json:"LogParams,omitempty" xml:"LogParams,omitempty"` // 注册上下文 RegistrationContext *string `json:"RegistrationContext,omitempty" xml:"RegistrationContext,omitempty"` // 会话绑定的challenge base64标识 RequireChallengeBase64 *string `json:"RequireChallengeBase64,omitempty" xml:"RequireChallengeBase64,omitempty"` // 服务端配置项,决定认证要求属性 ServerExtendParamsJson *string `json:"ServerExtendParamsJson,omitempty" xml:"ServerExtendParamsJson,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // 用户端来源IP地址,用于审计 UserSourceIp *string `json:"UserSourceIp,omitempty" xml:"UserSourceIp,omitempty"` }
func (RegisterAuthenticatorRequest) GoString ¶
func (s RegisterAuthenticatorRequest) GoString() string
func (*RegisterAuthenticatorRequest) SetApplicationExternalId ¶
func (s *RegisterAuthenticatorRequest) SetApplicationExternalId(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetAuthenticatorName ¶
func (s *RegisterAuthenticatorRequest) SetAuthenticatorName(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetAuthenticatorType ¶
func (s *RegisterAuthenticatorRequest) SetAuthenticatorType(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetClientExtendParamsJson ¶
func (s *RegisterAuthenticatorRequest) SetClientExtendParamsJson(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetClientExtendParamsJsonSign ¶
func (s *RegisterAuthenticatorRequest) SetClientExtendParamsJsonSign(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetLogParams ¶
func (s *RegisterAuthenticatorRequest) SetLogParams(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetRegistrationContext ¶
func (s *RegisterAuthenticatorRequest) SetRegistrationContext(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetRequireChallengeBase64 ¶
func (s *RegisterAuthenticatorRequest) SetRequireChallengeBase64(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetServerExtendParamsJson ¶
func (s *RegisterAuthenticatorRequest) SetServerExtendParamsJson(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetUserId ¶
func (s *RegisterAuthenticatorRequest) SetUserId(v string) *RegisterAuthenticatorRequest
func (*RegisterAuthenticatorRequest) SetUserSourceIp ¶
func (s *RegisterAuthenticatorRequest) SetUserSourceIp(v string) *RegisterAuthenticatorRequest
func (RegisterAuthenticatorRequest) String ¶
func (s RegisterAuthenticatorRequest) String() string
type RegisterAuthenticatorResponse ¶
type RegisterAuthenticatorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RegisterAuthenticatorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RegisterAuthenticatorResponse) GoString ¶
func (s RegisterAuthenticatorResponse) GoString() string
func (*RegisterAuthenticatorResponse) SetBody ¶
func (s *RegisterAuthenticatorResponse) SetBody(v *RegisterAuthenticatorResponseBody) *RegisterAuthenticatorResponse
func (*RegisterAuthenticatorResponse) SetHeaders ¶
func (s *RegisterAuthenticatorResponse) SetHeaders(v map[string]*string) *RegisterAuthenticatorResponse
func (*RegisterAuthenticatorResponse) SetStatusCode ¶
func (s *RegisterAuthenticatorResponse) SetStatusCode(v int32) *RegisterAuthenticatorResponse
func (RegisterAuthenticatorResponse) String ¶
func (s RegisterAuthenticatorResponse) String() string
type RegisterAuthenticatorResponseBody ¶
type RegisterAuthenticatorResponseBody struct { // 认证器UUID AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` // 仅IFAA认证器注册返回 EtasResponseSting *string `json:"EtasResponseSting,omitempty" xml:"EtasResponseSting,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (RegisterAuthenticatorResponseBody) GoString ¶
func (s RegisterAuthenticatorResponseBody) GoString() string
func (*RegisterAuthenticatorResponseBody) SetAuthenticatorUuid ¶
func (s *RegisterAuthenticatorResponseBody) SetAuthenticatorUuid(v string) *RegisterAuthenticatorResponseBody
func (*RegisterAuthenticatorResponseBody) SetEtasResponseSting ¶
func (s *RegisterAuthenticatorResponseBody) SetEtasResponseSting(v string) *RegisterAuthenticatorResponseBody
func (*RegisterAuthenticatorResponseBody) SetRequestId ¶
func (s *RegisterAuthenticatorResponseBody) SetRequestId(v string) *RegisterAuthenticatorResponseBody
func (RegisterAuthenticatorResponseBody) String ¶
func (s RegisterAuthenticatorResponseBody) String() string
type ServiceInvokeRequest ¶
type ServiceInvokeRequest struct { ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` DoraemonAction *string `json:"DoraemonAction,omitempty" xml:"DoraemonAction,omitempty"` MobileExtendParamsJson *string `json:"MobileExtendParamsJson,omitempty" xml:"MobileExtendParamsJson,omitempty"` MobileExtendParamsJsonSign *string `json:"MobileExtendParamsJsonSign,omitempty" xml:"MobileExtendParamsJsonSign,omitempty"` ServerExtendParamsJson *string `json:"ServerExtendParamsJson,omitempty" xml:"ServerExtendParamsJson,omitempty"` ServiceCode *string `json:"ServiceCode,omitempty" xml:"ServiceCode,omitempty"` TestModel *bool `json:"TestModel,omitempty" xml:"TestModel,omitempty"` XClientIp *string `json:"XClientIp,omitempty" xml:"XClientIp,omitempty"` }
func (ServiceInvokeRequest) GoString ¶
func (s ServiceInvokeRequest) GoString() string
func (*ServiceInvokeRequest) SetApplicationExternalId ¶
func (s *ServiceInvokeRequest) SetApplicationExternalId(v string) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetDoraemonAction ¶
func (s *ServiceInvokeRequest) SetDoraemonAction(v string) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetMobileExtendParamsJson ¶
func (s *ServiceInvokeRequest) SetMobileExtendParamsJson(v string) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetMobileExtendParamsJsonSign ¶
func (s *ServiceInvokeRequest) SetMobileExtendParamsJsonSign(v string) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetServerExtendParamsJson ¶
func (s *ServiceInvokeRequest) SetServerExtendParamsJson(v string) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetServiceCode ¶
func (s *ServiceInvokeRequest) SetServiceCode(v string) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetTestModel ¶
func (s *ServiceInvokeRequest) SetTestModel(v bool) *ServiceInvokeRequest
func (*ServiceInvokeRequest) SetXClientIp ¶
func (s *ServiceInvokeRequest) SetXClientIp(v string) *ServiceInvokeRequest
func (ServiceInvokeRequest) String ¶
func (s ServiceInvokeRequest) String() string
type ServiceInvokeResponse ¶
type ServiceInvokeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ServiceInvokeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ServiceInvokeResponse) GoString ¶
func (s ServiceInvokeResponse) GoString() string
func (*ServiceInvokeResponse) SetBody ¶
func (s *ServiceInvokeResponse) SetBody(v *ServiceInvokeResponseBody) *ServiceInvokeResponse
func (*ServiceInvokeResponse) SetHeaders ¶
func (s *ServiceInvokeResponse) SetHeaders(v map[string]*string) *ServiceInvokeResponse
func (*ServiceInvokeResponse) SetStatusCode ¶
func (s *ServiceInvokeResponse) SetStatusCode(v int32) *ServiceInvokeResponse
func (ServiceInvokeResponse) String ¶
func (s ServiceInvokeResponse) String() string
type ServiceInvokeResponseBody ¶
type ServiceInvokeResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *string `json:"Data,omitempty" xml:"Data,omitempty"` IdToken *string `json:"IdToken,omitempty" xml:"IdToken,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (ServiceInvokeResponseBody) GoString ¶
func (s ServiceInvokeResponseBody) GoString() string
func (*ServiceInvokeResponseBody) SetCode ¶
func (s *ServiceInvokeResponseBody) SetCode(v string) *ServiceInvokeResponseBody
func (*ServiceInvokeResponseBody) SetData ¶
func (s *ServiceInvokeResponseBody) SetData(v string) *ServiceInvokeResponseBody
func (*ServiceInvokeResponseBody) SetIdToken ¶
func (s *ServiceInvokeResponseBody) SetIdToken(v string) *ServiceInvokeResponseBody
func (*ServiceInvokeResponseBody) SetMessage ¶
func (s *ServiceInvokeResponseBody) SetMessage(v string) *ServiceInvokeResponseBody
func (*ServiceInvokeResponseBody) SetRequestId ¶
func (s *ServiceInvokeResponseBody) SetRequestId(v string) *ServiceInvokeResponseBody
func (*ServiceInvokeResponseBody) SetSuccess ¶
func (s *ServiceInvokeResponseBody) SetSuccess(v bool) *ServiceInvokeResponseBody
func (ServiceInvokeResponseBody) String ¶
func (s ServiceInvokeResponseBody) String() string
type UpdateAuthenticatorAttributeRequest ¶
type UpdateAuthenticatorAttributeRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证器名字 AuthenticatorName *string `json:"AuthenticatorName,omitempty" xml:"AuthenticatorName,omitempty"` // 认证器uuid AuthenticatorUuid *string `json:"AuthenticatorUuid,omitempty" xml:"AuthenticatorUuid,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (UpdateAuthenticatorAttributeRequest) GoString ¶
func (s UpdateAuthenticatorAttributeRequest) GoString() string
func (*UpdateAuthenticatorAttributeRequest) SetApplicationExternalId ¶
func (s *UpdateAuthenticatorAttributeRequest) SetApplicationExternalId(v string) *UpdateAuthenticatorAttributeRequest
func (*UpdateAuthenticatorAttributeRequest) SetAuthenticatorName ¶
func (s *UpdateAuthenticatorAttributeRequest) SetAuthenticatorName(v string) *UpdateAuthenticatorAttributeRequest
func (*UpdateAuthenticatorAttributeRequest) SetAuthenticatorUuid ¶
func (s *UpdateAuthenticatorAttributeRequest) SetAuthenticatorUuid(v string) *UpdateAuthenticatorAttributeRequest
func (*UpdateAuthenticatorAttributeRequest) SetUserId ¶
func (s *UpdateAuthenticatorAttributeRequest) SetUserId(v string) *UpdateAuthenticatorAttributeRequest
func (UpdateAuthenticatorAttributeRequest) String ¶
func (s UpdateAuthenticatorAttributeRequest) String() string
type UpdateAuthenticatorAttributeResponse ¶
type UpdateAuthenticatorAttributeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateAuthenticatorAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateAuthenticatorAttributeResponse) GoString ¶
func (s UpdateAuthenticatorAttributeResponse) GoString() string
func (*UpdateAuthenticatorAttributeResponse) SetHeaders ¶
func (s *UpdateAuthenticatorAttributeResponse) SetHeaders(v map[string]*string) *UpdateAuthenticatorAttributeResponse
func (*UpdateAuthenticatorAttributeResponse) SetStatusCode ¶
func (s *UpdateAuthenticatorAttributeResponse) SetStatusCode(v int32) *UpdateAuthenticatorAttributeResponse
func (UpdateAuthenticatorAttributeResponse) String ¶
func (s UpdateAuthenticatorAttributeResponse) String() string
type UpdateAuthenticatorAttributeResponseBody ¶
type UpdateAuthenticatorAttributeResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (UpdateAuthenticatorAttributeResponseBody) GoString ¶
func (s UpdateAuthenticatorAttributeResponseBody) GoString() string
func (*UpdateAuthenticatorAttributeResponseBody) SetRequestId ¶
func (s *UpdateAuthenticatorAttributeResponseBody) SetRequestId(v string) *UpdateAuthenticatorAttributeResponseBody
func (UpdateAuthenticatorAttributeResponseBody) String ¶
func (s UpdateAuthenticatorAttributeResponseBody) String() string
type VerifyIdTokenRequest ¶
type VerifyIdTokenRequest struct { ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` JwtIdToken *string `json:"JwtIdToken,omitempty" xml:"JwtIdToken,omitempty"` }
func (VerifyIdTokenRequest) GoString ¶
func (s VerifyIdTokenRequest) GoString() string
func (*VerifyIdTokenRequest) SetApplicationExternalId ¶
func (s *VerifyIdTokenRequest) SetApplicationExternalId(v string) *VerifyIdTokenRequest
func (*VerifyIdTokenRequest) SetJwtIdToken ¶
func (s *VerifyIdTokenRequest) SetJwtIdToken(v string) *VerifyIdTokenRequest
func (VerifyIdTokenRequest) String ¶
func (s VerifyIdTokenRequest) String() string
type VerifyIdTokenResponse ¶
type VerifyIdTokenResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *VerifyIdTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (VerifyIdTokenResponse) GoString ¶
func (s VerifyIdTokenResponse) GoString() string
func (*VerifyIdTokenResponse) SetBody ¶
func (s *VerifyIdTokenResponse) SetBody(v *VerifyIdTokenResponseBody) *VerifyIdTokenResponse
func (*VerifyIdTokenResponse) SetHeaders ¶
func (s *VerifyIdTokenResponse) SetHeaders(v map[string]*string) *VerifyIdTokenResponse
func (*VerifyIdTokenResponse) SetStatusCode ¶
func (s *VerifyIdTokenResponse) SetStatusCode(v int32) *VerifyIdTokenResponse
func (VerifyIdTokenResponse) String ¶
func (s VerifyIdTokenResponse) String() string
type VerifyIdTokenResponseBody ¶
type VerifyIdTokenResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (VerifyIdTokenResponseBody) GoString ¶
func (s VerifyIdTokenResponseBody) GoString() string
func (*VerifyIdTokenResponseBody) SetRequestId ¶
func (s *VerifyIdTokenResponseBody) SetRequestId(v string) *VerifyIdTokenResponseBody
func (*VerifyIdTokenResponseBody) SetUserId ¶
func (s *VerifyIdTokenResponseBody) SetUserId(v string) *VerifyIdTokenResponseBody
func (VerifyIdTokenResponseBody) String ¶
func (s VerifyIdTokenResponseBody) String() string
type VerifyUserAuthenticationRequest ¶
type VerifyUserAuthenticationRequest struct { // 应用外部Id ApplicationExternalId *string `json:"ApplicationExternalId,omitempty" xml:"ApplicationExternalId,omitempty"` // 认证上下文,由AuthenticatorType决定格式 AuthenticationContext *string `json:"AuthenticationContext,omitempty" xml:"AuthenticationContext,omitempty"` // 认证器类型 AuthenticatorType *string `json:"AuthenticatorType,omitempty" xml:"AuthenticatorType,omitempty"` // 客户端SDK生成认证上下文 ClientExtendParamsJson *string `json:"ClientExtendParamsJson,omitempty" xml:"ClientExtendParamsJson,omitempty"` // 客户端SDK生成认证上下文签名信息 ClientExtendParamsJsonSign *string `json:"ClientExtendParamsJsonSign,omitempty" xml:"ClientExtendParamsJsonSign,omitempty"` // 用户自定义记录审计日志信息 LogParams *string `json:"LogParams,omitempty" xml:"LogParams,omitempty"` // 用户自定义记录审计日志标签 LogTag *string `json:"LogTag,omitempty" xml:"LogTag,omitempty"` // 认证绑定的操作hash base64标识 RequireBindHashBase64 *string `json:"RequireBindHashBase64,omitempty" xml:"RequireBindHashBase64,omitempty"` // 会话绑定的challenge base64标识 RequireChallengeBase64 *string `json:"RequireChallengeBase64,omitempty" xml:"RequireChallengeBase64,omitempty"` // 服务端配置项,决定认证要求属性 ServerExtendParamsJson *string `json:"ServerExtendParamsJson,omitempty" xml:"ServerExtendParamsJson,omitempty"` // 用户id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` // 用户端来源IP地址,用于审计 UserSourceIp *string `json:"UserSourceIp,omitempty" xml:"UserSourceIp,omitempty"` }
func (VerifyUserAuthenticationRequest) GoString ¶
func (s VerifyUserAuthenticationRequest) GoString() string
func (*VerifyUserAuthenticationRequest) SetApplicationExternalId ¶
func (s *VerifyUserAuthenticationRequest) SetApplicationExternalId(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetAuthenticationContext ¶
func (s *VerifyUserAuthenticationRequest) SetAuthenticationContext(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetAuthenticatorType ¶
func (s *VerifyUserAuthenticationRequest) SetAuthenticatorType(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetClientExtendParamsJson ¶
func (s *VerifyUserAuthenticationRequest) SetClientExtendParamsJson(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetClientExtendParamsJsonSign ¶
func (s *VerifyUserAuthenticationRequest) SetClientExtendParamsJsonSign(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetLogParams ¶
func (s *VerifyUserAuthenticationRequest) SetLogParams(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetLogTag ¶
func (s *VerifyUserAuthenticationRequest) SetLogTag(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetRequireBindHashBase64 ¶
func (s *VerifyUserAuthenticationRequest) SetRequireBindHashBase64(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetRequireChallengeBase64 ¶
func (s *VerifyUserAuthenticationRequest) SetRequireChallengeBase64(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetServerExtendParamsJson ¶
func (s *VerifyUserAuthenticationRequest) SetServerExtendParamsJson(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetUserId ¶
func (s *VerifyUserAuthenticationRequest) SetUserId(v string) *VerifyUserAuthenticationRequest
func (*VerifyUserAuthenticationRequest) SetUserSourceIp ¶
func (s *VerifyUserAuthenticationRequest) SetUserSourceIp(v string) *VerifyUserAuthenticationRequest
func (VerifyUserAuthenticationRequest) String ¶
func (s VerifyUserAuthenticationRequest) String() string
type VerifyUserAuthenticationResponse ¶
type VerifyUserAuthenticationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *VerifyUserAuthenticationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (VerifyUserAuthenticationResponse) GoString ¶
func (s VerifyUserAuthenticationResponse) GoString() string
func (*VerifyUserAuthenticationResponse) SetBody ¶
func (s *VerifyUserAuthenticationResponse) SetBody(v *VerifyUserAuthenticationResponseBody) *VerifyUserAuthenticationResponse
func (*VerifyUserAuthenticationResponse) SetHeaders ¶
func (s *VerifyUserAuthenticationResponse) SetHeaders(v map[string]*string) *VerifyUserAuthenticationResponse
func (*VerifyUserAuthenticationResponse) SetStatusCode ¶
func (s *VerifyUserAuthenticationResponse) SetStatusCode(v int32) *VerifyUserAuthenticationResponse
func (VerifyUserAuthenticationResponse) String ¶
func (s VerifyUserAuthenticationResponse) String() string
type VerifyUserAuthenticationResponseBody ¶
type VerifyUserAuthenticationResponseBody struct { // 认证结果 AuthenticateResultInfo *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo `json:"AuthenticateResultInfo,omitempty" xml:"AuthenticateResultInfo,omitempty" type:"Struct"` EtasSDKString *string `json:"EtasSDKString,omitempty" xml:"EtasSDKString,omitempty"` IdToken *string `json:"IdToken,omitempty" xml:"IdToken,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 认证结果,true or false VerifyResult *bool `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (VerifyUserAuthenticationResponseBody) GoString ¶
func (s VerifyUserAuthenticationResponseBody) GoString() string
func (*VerifyUserAuthenticationResponseBody) SetAuthenticateResultInfo ¶
func (s *VerifyUserAuthenticationResponseBody) SetAuthenticateResultInfo(v *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) *VerifyUserAuthenticationResponseBody
func (*VerifyUserAuthenticationResponseBody) SetEtasSDKString ¶
func (s *VerifyUserAuthenticationResponseBody) SetEtasSDKString(v string) *VerifyUserAuthenticationResponseBody
func (*VerifyUserAuthenticationResponseBody) SetIdToken ¶
func (s *VerifyUserAuthenticationResponseBody) SetIdToken(v string) *VerifyUserAuthenticationResponseBody
func (*VerifyUserAuthenticationResponseBody) SetRequestId ¶
func (s *VerifyUserAuthenticationResponseBody) SetRequestId(v string) *VerifyUserAuthenticationResponseBody
func (*VerifyUserAuthenticationResponseBody) SetVerifyResult ¶
func (s *VerifyUserAuthenticationResponseBody) SetVerifyResult(v bool) *VerifyUserAuthenticationResponseBody
func (VerifyUserAuthenticationResponseBody) String ¶
func (s VerifyUserAuthenticationResponseBody) String() string
type VerifyUserAuthenticationResponseBodyAuthenticateResultInfo ¶
type VerifyUserAuthenticationResponseBodyAuthenticateResultInfo struct { // 这次认证绑定的操作hash BindHashBase64 *string `json:"BindHashBase64,omitempty" xml:"BindHashBase64,omitempty"` // 认证使用的凭据Id CredentialId *string `json:"CredentialId,omitempty" xml:"CredentialId,omitempty"` // 认证通过的用户Id UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"` }
func (VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) GoString ¶
func (s VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) GoString() string
func (*VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetBindHashBase64 ¶
func (s *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetBindHashBase64(v string) *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo
func (*VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetCredentialId ¶
func (s *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) SetCredentialId(v string) *VerifyUserAuthenticationResponseBodyAuthenticateResultInfo
func (VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) String ¶
func (s VerifyUserAuthenticationResponseBodyAuthenticateResultInfo) String() string
Click to show internal directories.
Click to hide internal directories.