client

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) CreateOrganizationalUnit

func (client *Client) CreateOrganizationalUnit(instanceId *string, applicationId *string, request *CreateOrganizationalUnitRequest) (_result *CreateOrganizationalUnitResponse, _err error)

func (*Client) CreateOrganizationalUnitWithOptions

func (client *Client) CreateOrganizationalUnitWithOptions(instanceId *string, applicationId *string, request *CreateOrganizationalUnitRequest, headers *CreateOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *CreateOrganizationalUnitResponse, _err error)

func (*Client) CreateUser

func (client *Client) CreateUser(instanceId *string, applicationId *string, request *CreateUserRequest) (_result *CreateUserResponse, _err error)

func (*Client) CreateUserWithOptions

func (client *Client) CreateUserWithOptions(instanceId *string, applicationId *string, request *CreateUserRequest, headers *CreateUserHeaders, runtime *util.RuntimeOptions) (_result *CreateUserResponse, _err error)

func (*Client) DeleteOrganizationalUnit

func (client *Client) DeleteOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string) (_result *DeleteOrganizationalUnitResponse, _err error)

func (*Client) DeleteOrganizationalUnitWithOptions

func (client *Client) DeleteOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, headers *DeleteOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *DeleteOrganizationalUnitResponse, _err error)

func (*Client) DeleteUser

func (client *Client) DeleteUser(instanceId *string, applicationId *string, userId *string) (_result *DeleteUserResponse, _err error)

func (*Client) DeleteUserWithOptions

func (client *Client) DeleteUserWithOptions(instanceId *string, applicationId *string, userId *string, headers *DeleteUserHeaders, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error)

func (*Client) GenerateDeviceCode

func (client *Client) GenerateDeviceCode(instanceId *string, applicationId *string, request *GenerateDeviceCodeRequest) (_result *GenerateDeviceCodeResponse, _err error)

func (*Client) GenerateDeviceCodeWithOptions

func (client *Client) GenerateDeviceCodeWithOptions(instanceId *string, applicationId *string, request *GenerateDeviceCodeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GenerateDeviceCodeResponse, _err error)

func (*Client) GenerateToken

func (client *Client) GenerateToken(instanceId *string, applicationId *string, request *GenerateTokenRequest) (_result *GenerateTokenResponse, _err error)

func (*Client) GenerateTokenWithOptions

func (client *Client) GenerateTokenWithOptions(instanceId *string, applicationId *string, request *GenerateTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GenerateTokenResponse, _err error)

func (*Client) GetApplicationProvisioningScope

func (client *Client) GetApplicationProvisioningScope(instanceId *string, applicationId *string) (_result *GetApplicationProvisioningScopeResponse, _err error)

func (*Client) GetApplicationProvisioningScopeWithOptions

func (client *Client) GetApplicationProvisioningScopeWithOptions(instanceId *string, applicationId *string, headers *GetApplicationProvisioningScopeHeaders, runtime *util.RuntimeOptions) (_result *GetApplicationProvisioningScopeResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetOrganizationalUnit

func (client *Client) GetOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string) (_result *GetOrganizationalUnitResponse, _err error)

func (*Client) GetOrganizationalUnitIdByExternalId

func (client *Client) GetOrganizationalUnitIdByExternalId(instanceId *string, applicationId *string, request *GetOrganizationalUnitIdByExternalIdRequest) (_result *GetOrganizationalUnitIdByExternalIdResponse, _err error)

func (*Client) GetOrganizationalUnitIdByExternalIdWithOptions

func (client *Client) GetOrganizationalUnitIdByExternalIdWithOptions(instanceId *string, applicationId *string, request *GetOrganizationalUnitIdByExternalIdRequest, headers *GetOrganizationalUnitIdByExternalIdHeaders, runtime *util.RuntimeOptions) (_result *GetOrganizationalUnitIdByExternalIdResponse, _err error)

func (*Client) GetOrganizationalUnitWithOptions

func (client *Client) GetOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, headers *GetOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *GetOrganizationalUnitResponse, _err error)

func (*Client) GetUser

func (client *Client) GetUser(instanceId *string, applicationId *string, userId *string) (_result *GetUserResponse, _err error)

func (*Client) GetUserIdByEmail added in v1.0.3

func (client *Client) GetUserIdByEmail(instanceId *string, applicationId *string, request *GetUserIdByEmailRequest) (_result *GetUserIdByEmailResponse, _err error)

func (*Client) GetUserIdByEmailWithOptions added in v1.0.3

func (client *Client) GetUserIdByEmailWithOptions(instanceId *string, applicationId *string, request *GetUserIdByEmailRequest, headers *GetUserIdByEmailHeaders, runtime *util.RuntimeOptions) (_result *GetUserIdByEmailResponse, _err error)

func (*Client) GetUserIdByPhoneNumber added in v1.0.3

func (client *Client) GetUserIdByPhoneNumber(instanceId *string, applicationId *string, request *GetUserIdByPhoneNumberRequest) (_result *GetUserIdByPhoneNumberResponse, _err error)

func (*Client) GetUserIdByPhoneNumberWithOptions added in v1.0.3

func (client *Client) GetUserIdByPhoneNumberWithOptions(instanceId *string, applicationId *string, request *GetUserIdByPhoneNumberRequest, headers *GetUserIdByPhoneNumberHeaders, runtime *util.RuntimeOptions) (_result *GetUserIdByPhoneNumberResponse, _err error)

func (*Client) GetUserIdByUserExternalId added in v1.0.3

func (client *Client) GetUserIdByUserExternalId(instanceId *string, applicationId *string, request *GetUserIdByUserExternalIdRequest) (_result *GetUserIdByUserExternalIdResponse, _err error)

func (*Client) GetUserIdByUserExternalIdWithOptions added in v1.0.3

func (client *Client) GetUserIdByUserExternalIdWithOptions(instanceId *string, applicationId *string, request *GetUserIdByUserExternalIdRequest, headers *GetUserIdByUserExternalIdHeaders, runtime *util.RuntimeOptions) (_result *GetUserIdByUserExternalIdResponse, _err error)

func (*Client) GetUserInfo

func (client *Client) GetUserInfo(instanceId *string, applicationId *string) (_result *GetUserInfoResponse, _err error)

func (*Client) GetUserInfoWithOptions

func (client *Client) GetUserInfoWithOptions(instanceId *string, applicationId *string, headers *GetUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)

func (*Client) GetUserWithOptions

func (client *Client) GetUserWithOptions(instanceId *string, applicationId *string, userId *string, headers *GetUserHeaders, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)

func (*Client) Init

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

func (*Client) ListOrganizationalUnitParentIds

func (client *Client) ListOrganizationalUnitParentIds(instanceId *string, applicationId *string, organizationalUnitId *string) (_result *ListOrganizationalUnitParentIdsResponse, _err error)

func (*Client) ListOrganizationalUnitParentIdsWithOptions

func (client *Client) ListOrganizationalUnitParentIdsWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, headers *ListOrganizationalUnitParentIdsHeaders, runtime *util.RuntimeOptions) (_result *ListOrganizationalUnitParentIdsResponse, _err error)

func (*Client) ListOrganizationalUnits

func (client *Client) ListOrganizationalUnits(instanceId *string, applicationId *string, request *ListOrganizationalUnitsRequest) (_result *ListOrganizationalUnitsResponse, _err error)

func (*Client) ListOrganizationalUnitsWithOptions

func (client *Client) ListOrganizationalUnitsWithOptions(instanceId *string, applicationId *string, request *ListOrganizationalUnitsRequest, headers *ListOrganizationalUnitsHeaders, runtime *util.RuntimeOptions) (_result *ListOrganizationalUnitsResponse, _err error)

func (*Client) ListUsers

func (client *Client) ListUsers(instanceId *string, applicationId *string, request *ListUsersRequest) (_result *ListUsersResponse, _err error)

func (*Client) ListUsersWithOptions

func (client *Client) ListUsersWithOptions(instanceId *string, applicationId *string, request *ListUsersRequest, headers *ListUsersHeaders, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)

func (*Client) PatchOrganizationalUnit

func (client *Client) PatchOrganizationalUnit(instanceId *string, applicationId *string, organizationalUnitId *string, request *PatchOrganizationalUnitRequest) (_result *PatchOrganizationalUnitResponse, _err error)

func (*Client) PatchOrganizationalUnitWithOptions

func (client *Client) PatchOrganizationalUnitWithOptions(instanceId *string, applicationId *string, organizationalUnitId *string, request *PatchOrganizationalUnitRequest, headers *PatchOrganizationalUnitHeaders, runtime *util.RuntimeOptions) (_result *PatchOrganizationalUnitResponse, _err error)

func (*Client) PatchUser

func (client *Client) PatchUser(instanceId *string, applicationId *string, userId *string, request *PatchUserRequest) (_result *PatchUserResponse, _err error)

func (*Client) PatchUserWithOptions

func (client *Client) PatchUserWithOptions(instanceId *string, applicationId *string, userId *string, request *PatchUserRequest, headers *PatchUserHeaders, runtime *util.RuntimeOptions) (_result *PatchUserResponse, _err error)

func (*Client) RevokeToken

func (client *Client) RevokeToken(instanceId *string, applicationId *string, request *RevokeTokenRequest) (_result *RevokeTokenResponse, _err error)

func (*Client) RevokeTokenWithOptions

func (client *Client) RevokeTokenWithOptions(instanceId *string, applicationId *string, request *RevokeTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RevokeTokenResponse, _err error)

type CreateOrganizationalUnitHeaders

type CreateOrganizationalUnitHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (CreateOrganizationalUnitHeaders) GoString

func (*CreateOrganizationalUnitHeaders) SetAuthorization

func (*CreateOrganizationalUnitHeaders) SetCommonHeaders

func (CreateOrganizationalUnitHeaders) String

type CreateOrganizationalUnitRequest

type CreateOrganizationalUnitRequest struct {
	Description                  *string `json:"description,omitempty" xml:"description,omitempty"`
	OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"`
	OrganizationalUnitName       *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"`
	ParentId                     *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
}

func (CreateOrganizationalUnitRequest) GoString

func (*CreateOrganizationalUnitRequest) SetDescription

func (*CreateOrganizationalUnitRequest) SetOrganizationalUnitExternalId

func (s *CreateOrganizationalUnitRequest) SetOrganizationalUnitExternalId(v string) *CreateOrganizationalUnitRequest

func (*CreateOrganizationalUnitRequest) SetOrganizationalUnitName

func (*CreateOrganizationalUnitRequest) SetParentId

func (CreateOrganizationalUnitRequest) String

type CreateOrganizationalUnitResponse

type CreateOrganizationalUnitResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateOrganizationalUnitResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateOrganizationalUnitResponse) GoString

func (*CreateOrganizationalUnitResponse) SetHeaders

func (*CreateOrganizationalUnitResponse) SetStatusCode

func (CreateOrganizationalUnitResponse) String

type CreateOrganizationalUnitResponseBody

type CreateOrganizationalUnitResponseBody struct {
	OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
}

func (CreateOrganizationalUnitResponseBody) GoString

func (*CreateOrganizationalUnitResponseBody) SetOrganizationalUnitId

func (CreateOrganizationalUnitResponseBody) String

type CreateUserHeaders

type CreateUserHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (CreateUserHeaders) GoString

func (s CreateUserHeaders) GoString() string

func (*CreateUserHeaders) SetAuthorization

func (s *CreateUserHeaders) SetAuthorization(v string) *CreateUserHeaders

func (*CreateUserHeaders) SetCommonHeaders

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

func (CreateUserHeaders) String

func (s CreateUserHeaders) String() string

type CreateUserRequest

type CreateUserRequest struct {
	Description                 *string `json:"description,omitempty" xml:"description,omitempty"`
	DisplayName                 *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Email                       *string `json:"email,omitempty" xml:"email,omitempty"`
	EmailVerified               *bool   `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"`
	Password                    *string `json:"password,omitempty" xml:"password,omitempty"`
	PhoneNumber                 *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	PhoneNumberVerified         *bool   `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"`
	PhoneRegion                 *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"`
	PrimaryOrganizationalUnitId *string `json:"primaryOrganizationalUnitId,omitempty" xml:"primaryOrganizationalUnitId,omitempty"`
	UserExternalId              *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"`
	Username                    *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (CreateUserRequest) GoString

func (s CreateUserRequest) GoString() string

func (*CreateUserRequest) SetDescription

func (s *CreateUserRequest) SetDescription(v string) *CreateUserRequest

func (*CreateUserRequest) SetDisplayName

func (s *CreateUserRequest) SetDisplayName(v string) *CreateUserRequest

func (*CreateUserRequest) SetEmail

func (s *CreateUserRequest) SetEmail(v string) *CreateUserRequest

func (*CreateUserRequest) SetEmailVerified

func (s *CreateUserRequest) SetEmailVerified(v bool) *CreateUserRequest

func (*CreateUserRequest) SetPassword

func (s *CreateUserRequest) SetPassword(v string) *CreateUserRequest

func (*CreateUserRequest) SetPhoneNumber

func (s *CreateUserRequest) SetPhoneNumber(v string) *CreateUserRequest

func (*CreateUserRequest) SetPhoneNumberVerified

func (s *CreateUserRequest) SetPhoneNumberVerified(v bool) *CreateUserRequest

func (*CreateUserRequest) SetPhoneRegion

func (s *CreateUserRequest) SetPhoneRegion(v string) *CreateUserRequest

func (*CreateUserRequest) SetPrimaryOrganizationalUnitId

func (s *CreateUserRequest) SetPrimaryOrganizationalUnitId(v string) *CreateUserRequest

func (*CreateUserRequest) SetUserExternalId

func (s *CreateUserRequest) SetUserExternalId(v string) *CreateUserRequest

func (*CreateUserRequest) SetUsername

func (s *CreateUserRequest) SetUsername(v string) *CreateUserRequest

func (CreateUserRequest) String

func (s CreateUserRequest) String() string

type CreateUserResponse

type CreateUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateUserResponse) GoString

func (s CreateUserResponse) GoString() string

func (*CreateUserResponse) SetBody

func (*CreateUserResponse) SetHeaders

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

func (*CreateUserResponse) SetStatusCode

func (s *CreateUserResponse) SetStatusCode(v int32) *CreateUserResponse

func (CreateUserResponse) String

func (s CreateUserResponse) String() string

type CreateUserResponseBody

type CreateUserResponseBody struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateUserResponseBody) GoString

func (s CreateUserResponseBody) GoString() string

func (*CreateUserResponseBody) SetUserId

func (CreateUserResponseBody) String

func (s CreateUserResponseBody) String() string

type DeleteOrganizationalUnitHeaders

type DeleteOrganizationalUnitHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (DeleteOrganizationalUnitHeaders) GoString

func (*DeleteOrganizationalUnitHeaders) SetAuthorization

func (*DeleteOrganizationalUnitHeaders) SetCommonHeaders

func (DeleteOrganizationalUnitHeaders) String

type DeleteOrganizationalUnitResponse

type DeleteOrganizationalUnitResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteOrganizationalUnitResponse) GoString

func (*DeleteOrganizationalUnitResponse) SetHeaders

func (*DeleteOrganizationalUnitResponse) SetStatusCode

func (DeleteOrganizationalUnitResponse) String

type DeleteUserHeaders

type DeleteUserHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (DeleteUserHeaders) GoString

func (s DeleteUserHeaders) GoString() string

func (*DeleteUserHeaders) SetAuthorization

func (s *DeleteUserHeaders) SetAuthorization(v string) *DeleteUserHeaders

func (*DeleteUserHeaders) SetCommonHeaders

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

func (DeleteUserHeaders) String

func (s DeleteUserHeaders) String() string

type DeleteUserResponse

type DeleteUserResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (DeleteUserResponse) GoString

func (s DeleteUserResponse) GoString() string

func (*DeleteUserResponse) SetHeaders

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

func (*DeleteUserResponse) SetStatusCode

func (s *DeleteUserResponse) SetStatusCode(v int32) *DeleteUserResponse

func (DeleteUserResponse) String

func (s DeleteUserResponse) String() string

type GenerateDeviceCodeRequest

type GenerateDeviceCodeRequest struct {
	Scope *string `json:"scope,omitempty" xml:"scope,omitempty"`
}

func (GenerateDeviceCodeRequest) GoString

func (s GenerateDeviceCodeRequest) GoString() string

func (*GenerateDeviceCodeRequest) SetScope

func (GenerateDeviceCodeRequest) String

func (s GenerateDeviceCodeRequest) String() string

type GenerateDeviceCodeResponse

type GenerateDeviceCodeResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GenerateDeviceCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GenerateDeviceCodeResponse) GoString

func (s GenerateDeviceCodeResponse) GoString() string

func (*GenerateDeviceCodeResponse) SetBody

func (*GenerateDeviceCodeResponse) SetHeaders

func (*GenerateDeviceCodeResponse) SetStatusCode

func (GenerateDeviceCodeResponse) String

type GenerateDeviceCodeResponseBody

type GenerateDeviceCodeResponseBody struct {
	DeviceCode              *string `json:"device_code,omitempty" xml:"device_code,omitempty"`
	ExpiresAt               *int64  `json:"expires_at,omitempty" xml:"expires_at,omitempty"`
	ExpiresIn               *int64  `json:"expires_in,omitempty" xml:"expires_in,omitempty"`
	Interval                *int64  `json:"interval,omitempty" xml:"interval,omitempty"`
	UserCode                *string `json:"user_code,omitempty" xml:"user_code,omitempty"`
	VerificationUri         *string `json:"verification_uri,omitempty" xml:"verification_uri,omitempty"`
	VerificationUriComplete *string `json:"verification_uri_complete,omitempty" xml:"verification_uri_complete,omitempty"`
}

func (GenerateDeviceCodeResponseBody) GoString

func (*GenerateDeviceCodeResponseBody) SetDeviceCode

func (*GenerateDeviceCodeResponseBody) SetExpiresAt

func (*GenerateDeviceCodeResponseBody) SetExpiresIn

func (*GenerateDeviceCodeResponseBody) SetInterval

func (*GenerateDeviceCodeResponseBody) SetUserCode

func (*GenerateDeviceCodeResponseBody) SetVerificationUri

func (*GenerateDeviceCodeResponseBody) SetVerificationUriComplete

func (s *GenerateDeviceCodeResponseBody) SetVerificationUriComplete(v string) *GenerateDeviceCodeResponseBody

func (GenerateDeviceCodeResponseBody) String

type GenerateTokenRequest

type GenerateTokenRequest struct {
	ClientId     *string `json:"client_id,omitempty" xml:"client_id,omitempty"`
	ClientSecret *string `json:"client_secret,omitempty" xml:"client_secret,omitempty"`
	Code         *string `json:"code,omitempty" xml:"code,omitempty"`
	CodeVerifier *string `json:"code_verifier,omitempty" xml:"code_verifier,omitempty"`
	DeviceCode   *string `json:"device_code,omitempty" xml:"device_code,omitempty"`
	ExclusiveTag *string `json:"exclusive_tag,omitempty" xml:"exclusive_tag,omitempty"`
	GrantType    *string `json:"grant_type,omitempty" xml:"grant_type,omitempty"`
	Password     *string `json:"password,omitempty" xml:"password,omitempty"`
	RedirectUri  *string `json:"redirect_uri,omitempty" xml:"redirect_uri,omitempty"`
	RefreshToken *string `json:"refresh_token,omitempty" xml:"refresh_token,omitempty"`
	Scope        *string `json:"scope,omitempty" xml:"scope,omitempty"`
	Username     *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GenerateTokenRequest) GoString

func (s GenerateTokenRequest) GoString() string

func (*GenerateTokenRequest) SetClientId

func (*GenerateTokenRequest) SetClientSecret

func (s *GenerateTokenRequest) SetClientSecret(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetCode

func (*GenerateTokenRequest) SetCodeVerifier

func (s *GenerateTokenRequest) SetCodeVerifier(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetDeviceCode

func (s *GenerateTokenRequest) SetDeviceCode(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetExclusiveTag

func (s *GenerateTokenRequest) SetExclusiveTag(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetGrantType

func (s *GenerateTokenRequest) SetGrantType(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetPassword

func (*GenerateTokenRequest) SetRedirectUri

func (s *GenerateTokenRequest) SetRedirectUri(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetRefreshToken

func (s *GenerateTokenRequest) SetRefreshToken(v string) *GenerateTokenRequest

func (*GenerateTokenRequest) SetScope

func (*GenerateTokenRequest) SetUsername

func (GenerateTokenRequest) String

func (s GenerateTokenRequest) String() string

type GenerateTokenResponse

type GenerateTokenResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GenerateTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GenerateTokenResponse) GoString

func (s GenerateTokenResponse) GoString() string

func (*GenerateTokenResponse) SetBody

func (*GenerateTokenResponse) SetHeaders

func (*GenerateTokenResponse) SetStatusCode

func (s *GenerateTokenResponse) SetStatusCode(v int32) *GenerateTokenResponse

func (GenerateTokenResponse) String

func (s GenerateTokenResponse) String() string

type GenerateTokenResponseBody

type GenerateTokenResponseBody struct {
	AccessToken  *string `json:"access_token,omitempty" xml:"access_token,omitempty"`
	ExpiresAt    *int64  `json:"expires_at,omitempty" xml:"expires_at,omitempty"`
	ExpiresIn    *int64  `json:"expires_in,omitempty" xml:"expires_in,omitempty"`
	IdToken      *string `json:"id_token,omitempty" xml:"id_token,omitempty"`
	RefreshToken *string `json:"refresh_token,omitempty" xml:"refresh_token,omitempty"`
	TokenType    *string `json:"token_type,omitempty" xml:"token_type,omitempty"`
}

func (GenerateTokenResponseBody) GoString

func (s GenerateTokenResponseBody) GoString() string

func (*GenerateTokenResponseBody) SetAccessToken

func (*GenerateTokenResponseBody) SetExpiresAt

func (*GenerateTokenResponseBody) SetExpiresIn

func (*GenerateTokenResponseBody) SetIdToken

func (*GenerateTokenResponseBody) SetRefreshToken

func (*GenerateTokenResponseBody) SetTokenType

func (GenerateTokenResponseBody) String

func (s GenerateTokenResponseBody) String() string

type GetApplicationProvisioningScopeHeaders

type GetApplicationProvisioningScopeHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetApplicationProvisioningScopeHeaders) GoString

func (*GetApplicationProvisioningScopeHeaders) SetAuthorization

func (*GetApplicationProvisioningScopeHeaders) SetCommonHeaders

func (GetApplicationProvisioningScopeHeaders) String

type GetApplicationProvisioningScopeResponse

type GetApplicationProvisioningScopeResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetApplicationProvisioningScopeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetApplicationProvisioningScopeResponse) GoString

func (*GetApplicationProvisioningScopeResponse) SetHeaders

func (*GetApplicationProvisioningScopeResponse) SetStatusCode

func (GetApplicationProvisioningScopeResponse) String

type GetApplicationProvisioningScopeResponseBody

type GetApplicationProvisioningScopeResponseBody struct {
	OrganizationalUnitIds []*string `json:"organizationalUnitIds,omitempty" xml:"organizationalUnitIds,omitempty" type:"Repeated"`
}

func (GetApplicationProvisioningScopeResponseBody) GoString

func (*GetApplicationProvisioningScopeResponseBody) SetOrganizationalUnitIds

func (GetApplicationProvisioningScopeResponseBody) String

type GetOrganizationalUnitHeaders

type GetOrganizationalUnitHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetOrganizationalUnitHeaders) GoString

func (s GetOrganizationalUnitHeaders) GoString() string

func (*GetOrganizationalUnitHeaders) SetAuthorization

func (*GetOrganizationalUnitHeaders) SetCommonHeaders

func (GetOrganizationalUnitHeaders) String

type GetOrganizationalUnitIdByExternalIdHeaders

type GetOrganizationalUnitIdByExternalIdHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetOrganizationalUnitIdByExternalIdHeaders) GoString

func (*GetOrganizationalUnitIdByExternalIdHeaders) SetAuthorization

func (*GetOrganizationalUnitIdByExternalIdHeaders) SetCommonHeaders

func (GetOrganizationalUnitIdByExternalIdHeaders) String

type GetOrganizationalUnitIdByExternalIdRequest

type GetOrganizationalUnitIdByExternalIdRequest struct {
	OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"`
	OrganizationalUnitSourceId   *string `json:"organizationalUnitSourceId,omitempty" xml:"organizationalUnitSourceId,omitempty"`
	OrganizationalUnitSourceType *string `json:"organizationalUnitSourceType,omitempty" xml:"organizationalUnitSourceType,omitempty"`
}

func (GetOrganizationalUnitIdByExternalIdRequest) GoString

func (*GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitExternalId

func (*GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceId added in v1.0.3

func (*GetOrganizationalUnitIdByExternalIdRequest) SetOrganizationalUnitSourceType added in v1.0.3

func (GetOrganizationalUnitIdByExternalIdRequest) String

type GetOrganizationalUnitIdByExternalIdResponse

type GetOrganizationalUnitIdByExternalIdResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetOrganizationalUnitIdByExternalIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOrganizationalUnitIdByExternalIdResponse) GoString

func (*GetOrganizationalUnitIdByExternalIdResponse) SetHeaders

func (*GetOrganizationalUnitIdByExternalIdResponse) SetStatusCode

func (GetOrganizationalUnitIdByExternalIdResponse) String

type GetOrganizationalUnitIdByExternalIdResponseBody

type GetOrganizationalUnitIdByExternalIdResponseBody struct {
	OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
}

func (GetOrganizationalUnitIdByExternalIdResponseBody) GoString

func (*GetOrganizationalUnitIdByExternalIdResponseBody) SetOrganizationalUnitId

func (GetOrganizationalUnitIdByExternalIdResponseBody) String

type GetOrganizationalUnitResponse

type GetOrganizationalUnitResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetOrganizationalUnitResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOrganizationalUnitResponse) GoString

func (*GetOrganizationalUnitResponse) SetBody

func (*GetOrganizationalUnitResponse) SetHeaders

func (*GetOrganizationalUnitResponse) SetStatusCode

func (GetOrganizationalUnitResponse) String

type GetOrganizationalUnitResponseBody

type GetOrganizationalUnitResponseBody struct {
	CreateTime                   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description                  *string `json:"description,omitempty" xml:"description,omitempty"`
	InstanceId                   *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"`
	OrganizationalUnitId         *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
	OrganizationalUnitName       *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"`
	OrganizationalUnitSourceId   *string `json:"organizationalUnitSourceId,omitempty" xml:"organizationalUnitSourceId,omitempty"`
	OrganizationalUnitSourceType *string `json:"organizationalUnitSourceType,omitempty" xml:"organizationalUnitSourceType,omitempty"`
	ParentId                     *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	UpdateTime                   *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetOrganizationalUnitResponseBody) GoString

func (*GetOrganizationalUnitResponseBody) SetCreateTime

func (*GetOrganizationalUnitResponseBody) SetDescription

func (*GetOrganizationalUnitResponseBody) SetInstanceId

func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitExternalId

func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitExternalId(v string) *GetOrganizationalUnitResponseBody

func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitId

func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitName

func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceId

func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceId(v string) *GetOrganizationalUnitResponseBody

func (*GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceType

func (s *GetOrganizationalUnitResponseBody) SetOrganizationalUnitSourceType(v string) *GetOrganizationalUnitResponseBody

func (*GetOrganizationalUnitResponseBody) SetParentId

func (*GetOrganizationalUnitResponseBody) SetUpdateTime

func (GetOrganizationalUnitResponseBody) String

type GetUserHeaders

type GetUserHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetUserHeaders) GoString

func (s GetUserHeaders) GoString() string

func (*GetUserHeaders) SetAuthorization

func (s *GetUserHeaders) SetAuthorization(v string) *GetUserHeaders

func (*GetUserHeaders) SetCommonHeaders

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

func (GetUserHeaders) String

func (s GetUserHeaders) String() string

type GetUserIdByEmailHeaders added in v1.0.3

type GetUserIdByEmailHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetUserIdByEmailHeaders) GoString added in v1.0.3

func (s GetUserIdByEmailHeaders) GoString() string

func (*GetUserIdByEmailHeaders) SetAuthorization added in v1.0.3

func (s *GetUserIdByEmailHeaders) SetAuthorization(v string) *GetUserIdByEmailHeaders

func (*GetUserIdByEmailHeaders) SetCommonHeaders added in v1.0.3

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

func (GetUserIdByEmailHeaders) String added in v1.0.3

func (s GetUserIdByEmailHeaders) String() string

type GetUserIdByEmailRequest added in v1.0.3

type GetUserIdByEmailRequest struct {
	Email *string `json:"email,omitempty" xml:"email,omitempty"`
}

func (GetUserIdByEmailRequest) GoString added in v1.0.3

func (s GetUserIdByEmailRequest) GoString() string

func (*GetUserIdByEmailRequest) SetEmail added in v1.0.3

func (GetUserIdByEmailRequest) String added in v1.0.3

func (s GetUserIdByEmailRequest) String() string

type GetUserIdByEmailResponse added in v1.0.3

type GetUserIdByEmailResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserIdByEmailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserIdByEmailResponse) GoString added in v1.0.3

func (s GetUserIdByEmailResponse) GoString() string

func (*GetUserIdByEmailResponse) SetBody added in v1.0.3

func (*GetUserIdByEmailResponse) SetHeaders added in v1.0.3

func (*GetUserIdByEmailResponse) SetStatusCode added in v1.0.3

func (GetUserIdByEmailResponse) String added in v1.0.3

func (s GetUserIdByEmailResponse) String() string

type GetUserIdByEmailResponseBody added in v1.0.3

type GetUserIdByEmailResponseBody struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserIdByEmailResponseBody) GoString added in v1.0.3

func (s GetUserIdByEmailResponseBody) GoString() string

func (*GetUserIdByEmailResponseBody) SetUserId added in v1.0.3

func (GetUserIdByEmailResponseBody) String added in v1.0.3

type GetUserIdByPhoneNumberHeaders added in v1.0.3

type GetUserIdByPhoneNumberHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetUserIdByPhoneNumberHeaders) GoString added in v1.0.3

func (*GetUserIdByPhoneNumberHeaders) SetAuthorization added in v1.0.3

func (*GetUserIdByPhoneNumberHeaders) SetCommonHeaders added in v1.0.3

func (GetUserIdByPhoneNumberHeaders) String added in v1.0.3

type GetUserIdByPhoneNumberRequest added in v1.0.3

type GetUserIdByPhoneNumberRequest struct {
	PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
}

func (GetUserIdByPhoneNumberRequest) GoString added in v1.0.3

func (*GetUserIdByPhoneNumberRequest) SetPhoneNumber added in v1.0.3

func (GetUserIdByPhoneNumberRequest) String added in v1.0.3

type GetUserIdByPhoneNumberResponse added in v1.0.3

type GetUserIdByPhoneNumberResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserIdByPhoneNumberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserIdByPhoneNumberResponse) GoString added in v1.0.3

func (*GetUserIdByPhoneNumberResponse) SetBody added in v1.0.3

func (*GetUserIdByPhoneNumberResponse) SetHeaders added in v1.0.3

func (*GetUserIdByPhoneNumberResponse) SetStatusCode added in v1.0.3

func (GetUserIdByPhoneNumberResponse) String added in v1.0.3

type GetUserIdByPhoneNumberResponseBody added in v1.0.3

type GetUserIdByPhoneNumberResponseBody struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserIdByPhoneNumberResponseBody) GoString added in v1.0.3

func (*GetUserIdByPhoneNumberResponseBody) SetUserId added in v1.0.3

func (GetUserIdByPhoneNumberResponseBody) String added in v1.0.3

type GetUserIdByUserExternalIdHeaders added in v1.0.3

type GetUserIdByUserExternalIdHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetUserIdByUserExternalIdHeaders) GoString added in v1.0.3

func (*GetUserIdByUserExternalIdHeaders) SetAuthorization added in v1.0.3

func (*GetUserIdByUserExternalIdHeaders) SetCommonHeaders added in v1.0.3

func (GetUserIdByUserExternalIdHeaders) String added in v1.0.3

type GetUserIdByUserExternalIdRequest added in v1.0.3

type GetUserIdByUserExternalIdRequest struct {
	UserExternalId *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"`
	UserSourceId   *string `json:"userSourceId,omitempty" xml:"userSourceId,omitempty"`
	UserSourceType *string `json:"userSourceType,omitempty" xml:"userSourceType,omitempty"`
}

func (GetUserIdByUserExternalIdRequest) GoString added in v1.0.3

func (*GetUserIdByUserExternalIdRequest) SetUserExternalId added in v1.0.3

func (*GetUserIdByUserExternalIdRequest) SetUserSourceId added in v1.0.3

func (*GetUserIdByUserExternalIdRequest) SetUserSourceType added in v1.0.3

func (GetUserIdByUserExternalIdRequest) String added in v1.0.3

type GetUserIdByUserExternalIdResponse added in v1.0.3

type GetUserIdByUserExternalIdResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserIdByUserExternalIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserIdByUserExternalIdResponse) GoString added in v1.0.3

func (*GetUserIdByUserExternalIdResponse) SetBody added in v1.0.3

func (*GetUserIdByUserExternalIdResponse) SetHeaders added in v1.0.3

func (*GetUserIdByUserExternalIdResponse) SetStatusCode added in v1.0.3

func (GetUserIdByUserExternalIdResponse) String added in v1.0.3

type GetUserIdByUserExternalIdResponseBody added in v1.0.3

type GetUserIdByUserExternalIdResponseBody struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUserIdByUserExternalIdResponseBody) GoString added in v1.0.3

func (*GetUserIdByUserExternalIdResponseBody) SetUserId added in v1.0.3

func (GetUserIdByUserExternalIdResponseBody) String added in v1.0.3

type GetUserInfoHeaders

type GetUserInfoHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (GetUserInfoHeaders) GoString

func (s GetUserInfoHeaders) GoString() string

func (*GetUserInfoHeaders) SetAuthorization

func (s *GetUserInfoHeaders) SetAuthorization(v string) *GetUserInfoHeaders

func (*GetUserInfoHeaders) SetCommonHeaders

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

func (GetUserInfoHeaders) String

func (s GetUserInfoHeaders) String() string

type GetUserInfoResponse

type GetUserInfoResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserInfoResponse) GoString

func (s GetUserInfoResponse) GoString() string

func (*GetUserInfoResponse) SetBody

func (s *GetUserInfoResponse) SetBody(v map[string]interface{}) *GetUserInfoResponse

func (*GetUserInfoResponse) SetHeaders

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

func (*GetUserInfoResponse) SetStatusCode

func (s *GetUserInfoResponse) SetStatusCode(v int32) *GetUserInfoResponse

func (GetUserInfoResponse) String

func (s GetUserInfoResponse) String() string

type GetUserResponse

type GetUserResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserResponse) GoString

func (s GetUserResponse) GoString() string

func (*GetUserResponse) SetBody

func (*GetUserResponse) SetHeaders

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

func (*GetUserResponse) SetStatusCode

func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse

func (GetUserResponse) String

func (s GetUserResponse) String() string

type GetUserResponseBody

type GetUserResponseBody struct {
	AccountExpireTime           *int64                                    `json:"accountExpireTime,omitempty" xml:"accountExpireTime,omitempty"`
	CreateTime                  *int64                                    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description                 *string                                   `json:"description,omitempty" xml:"description,omitempty"`
	DisplayName                 *string                                   `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Email                       *string                                   `json:"email,omitempty" xml:"email,omitempty"`
	EmailVerified               *bool                                     `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"`
	InstanceId                  *string                                   `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockExpireTime              *int64                                    `json:"lockExpireTime,omitempty" xml:"lockExpireTime,omitempty"`
	OrganizationalUnits         []*GetUserResponseBodyOrganizationalUnits `json:"organizationalUnits,omitempty" xml:"organizationalUnits,omitempty" type:"Repeated"`
	PhoneNumber                 *string                                   `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	PhoneNumberVerified         *bool                                     `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"`
	PhoneRegion                 *string                                   `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"`
	PrimaryOrganizationalUnitId *string                                   `json:"primaryOrganizationalUnitId,omitempty" xml:"primaryOrganizationalUnitId,omitempty"`
	RegisterTime                *int64                                    `json:"registerTime,omitempty" xml:"registerTime,omitempty"`
	Status                      *string                                   `json:"status,omitempty" xml:"status,omitempty"`
	UpdateTime                  *int64                                    `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	UserExternalId              *string                                   `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"`
	UserId                      *string                                   `json:"userId,omitempty" xml:"userId,omitempty"`
	UserSourceId                *string                                   `json:"userSourceId,omitempty" xml:"userSourceId,omitempty"`
	UserSourceType              *string                                   `json:"userSourceType,omitempty" xml:"userSourceType,omitempty"`
	Username                    *string                                   `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetUserResponseBody) GoString

func (s GetUserResponseBody) GoString() string

func (*GetUserResponseBody) SetAccountExpireTime

func (s *GetUserResponseBody) SetAccountExpireTime(v int64) *GetUserResponseBody

func (*GetUserResponseBody) SetCreateTime

func (s *GetUserResponseBody) SetCreateTime(v int64) *GetUserResponseBody

func (*GetUserResponseBody) SetDescription

func (s *GetUserResponseBody) SetDescription(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetDisplayName

func (s *GetUserResponseBody) SetDisplayName(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetEmail

func (*GetUserResponseBody) SetEmailVerified

func (s *GetUserResponseBody) SetEmailVerified(v bool) *GetUserResponseBody

func (*GetUserResponseBody) SetInstanceId

func (s *GetUserResponseBody) SetInstanceId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetLockExpireTime

func (s *GetUserResponseBody) SetLockExpireTime(v int64) *GetUserResponseBody

func (*GetUserResponseBody) SetOrganizationalUnits

func (*GetUserResponseBody) SetPhoneNumber

func (s *GetUserResponseBody) SetPhoneNumber(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetPhoneNumberVerified

func (s *GetUserResponseBody) SetPhoneNumberVerified(v bool) *GetUserResponseBody

func (*GetUserResponseBody) SetPhoneRegion

func (s *GetUserResponseBody) SetPhoneRegion(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetPrimaryOrganizationalUnitId

func (s *GetUserResponseBody) SetPrimaryOrganizationalUnitId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetRegisterTime

func (s *GetUserResponseBody) SetRegisterTime(v int64) *GetUserResponseBody

func (*GetUserResponseBody) SetStatus

func (*GetUserResponseBody) SetUpdateTime

func (s *GetUserResponseBody) SetUpdateTime(v int64) *GetUserResponseBody

func (*GetUserResponseBody) SetUserExternalId

func (s *GetUserResponseBody) SetUserExternalId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetUserId

func (*GetUserResponseBody) SetUserSourceId

func (s *GetUserResponseBody) SetUserSourceId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetUserSourceType

func (s *GetUserResponseBody) SetUserSourceType(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetUsername

func (s *GetUserResponseBody) SetUsername(v string) *GetUserResponseBody

func (GetUserResponseBody) String

func (s GetUserResponseBody) String() string

type GetUserResponseBodyOrganizationalUnits

type GetUserResponseBodyOrganizationalUnits struct {
	OrganizationalUnitId   *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
	OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"`
	Primary                *bool   `json:"primary,omitempty" xml:"primary,omitempty"`
}

func (GetUserResponseBodyOrganizationalUnits) GoString

func (*GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitId

func (*GetUserResponseBodyOrganizationalUnits) SetOrganizationalUnitName

func (*GetUserResponseBodyOrganizationalUnits) SetPrimary

func (GetUserResponseBodyOrganizationalUnits) String

type ListOrganizationalUnitParentIdsHeaders

type ListOrganizationalUnitParentIdsHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (ListOrganizationalUnitParentIdsHeaders) GoString

func (*ListOrganizationalUnitParentIdsHeaders) SetAuthorization

func (*ListOrganizationalUnitParentIdsHeaders) SetCommonHeaders

func (ListOrganizationalUnitParentIdsHeaders) String

type ListOrganizationalUnitParentIdsResponse

type ListOrganizationalUnitParentIdsResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListOrganizationalUnitParentIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListOrganizationalUnitParentIdsResponse) GoString

func (*ListOrganizationalUnitParentIdsResponse) SetHeaders

func (*ListOrganizationalUnitParentIdsResponse) SetStatusCode

func (ListOrganizationalUnitParentIdsResponse) String

type ListOrganizationalUnitParentIdsResponseBody

type ListOrganizationalUnitParentIdsResponseBody struct {
	ParentIds []*string `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
}

func (ListOrganizationalUnitParentIdsResponseBody) GoString

func (*ListOrganizationalUnitParentIdsResponseBody) SetParentIds

func (ListOrganizationalUnitParentIdsResponseBody) String

type ListOrganizationalUnitsHeaders

type ListOrganizationalUnitsHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (ListOrganizationalUnitsHeaders) GoString

func (*ListOrganizationalUnitsHeaders) SetAuthorization

func (*ListOrganizationalUnitsHeaders) SetCommonHeaders

func (ListOrganizationalUnitsHeaders) String

type ListOrganizationalUnitsRequest

type ListOrganizationalUnitsRequest struct {
	PageNumber *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ParentId   *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
}

func (ListOrganizationalUnitsRequest) GoString

func (*ListOrganizationalUnitsRequest) SetPageNumber

func (*ListOrganizationalUnitsRequest) SetPageSize

func (*ListOrganizationalUnitsRequest) SetParentId

func (ListOrganizationalUnitsRequest) String

type ListOrganizationalUnitsResponse

type ListOrganizationalUnitsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListOrganizationalUnitsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListOrganizationalUnitsResponse) GoString

func (*ListOrganizationalUnitsResponse) SetHeaders

func (*ListOrganizationalUnitsResponse) SetStatusCode

func (ListOrganizationalUnitsResponse) String

type ListOrganizationalUnitsResponseBody

type ListOrganizationalUnitsResponseBody struct {
	Data       []*ListOrganizationalUnitsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	TotalCount *int64                                     `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListOrganizationalUnitsResponseBody) GoString

func (*ListOrganizationalUnitsResponseBody) SetTotalCount

func (ListOrganizationalUnitsResponseBody) String

type ListOrganizationalUnitsResponseBodyData

type ListOrganizationalUnitsResponseBodyData struct {
	CreateTime                   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description                  *string `json:"description,omitempty" xml:"description,omitempty"`
	InstanceId                   *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	OrganizationalUnitExternalId *string `json:"organizationalUnitExternalId,omitempty" xml:"organizationalUnitExternalId,omitempty"`
	OrganizationalUnitId         *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
	OrganizationalUnitName       *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"`
	OrganizationalUnitSourceId   *string `json:"organizationalUnitSourceId,omitempty" xml:"organizationalUnitSourceId,omitempty"`
	OrganizationalUnitSourceType *string `json:"organizationalUnitSourceType,omitempty" xml:"organizationalUnitSourceType,omitempty"`
	ParentId                     *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	UpdateTime                   *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (ListOrganizationalUnitsResponseBodyData) GoString

func (*ListOrganizationalUnitsResponseBodyData) SetCreateTime

func (*ListOrganizationalUnitsResponseBodyData) SetDescription

func (*ListOrganizationalUnitsResponseBodyData) SetInstanceId

func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitExternalId

func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitId

func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitName

func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceId

func (*ListOrganizationalUnitsResponseBodyData) SetOrganizationalUnitSourceType

func (*ListOrganizationalUnitsResponseBodyData) SetParentId

func (*ListOrganizationalUnitsResponseBodyData) SetUpdateTime

func (ListOrganizationalUnitsResponseBodyData) String

type ListUsersHeaders

type ListUsersHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (ListUsersHeaders) GoString

func (s ListUsersHeaders) GoString() string

func (*ListUsersHeaders) SetAuthorization

func (s *ListUsersHeaders) SetAuthorization(v string) *ListUsersHeaders

func (*ListUsersHeaders) SetCommonHeaders

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

func (ListUsersHeaders) String

func (s ListUsersHeaders) String() string

type ListUsersRequest

type ListUsersRequest struct {
	OrganizationalUnitId *string `json:"organizationalUnitId,omitempty" xml:"organizationalUnitId,omitempty"`
	PageNumber           *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize             *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListUsersRequest) GoString

func (s ListUsersRequest) GoString() string

func (*ListUsersRequest) SetOrganizationalUnitId

func (s *ListUsersRequest) SetOrganizationalUnitId(v string) *ListUsersRequest

func (*ListUsersRequest) SetPageNumber

func (s *ListUsersRequest) SetPageNumber(v int32) *ListUsersRequest

func (*ListUsersRequest) SetPageSize

func (s *ListUsersRequest) SetPageSize(v int32) *ListUsersRequest

func (ListUsersRequest) String

func (s ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUsersResponse) GoString

func (s ListUsersResponse) GoString() string

func (*ListUsersResponse) SetBody

func (*ListUsersResponse) SetHeaders

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

func (*ListUsersResponse) SetStatusCode

func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse

func (ListUsersResponse) String

func (s ListUsersResponse) String() string

type ListUsersResponseBody

type ListUsersResponseBody struct {
	Data       []*ListUsersResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	TotalCount *int64                       `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListUsersResponseBody) GoString

func (s ListUsersResponseBody) GoString() string

func (*ListUsersResponseBody) SetData

func (*ListUsersResponseBody) SetTotalCount

func (s *ListUsersResponseBody) SetTotalCount(v int64) *ListUsersResponseBody

func (ListUsersResponseBody) String

func (s ListUsersResponseBody) String() string

type ListUsersResponseBodyData

type ListUsersResponseBodyData struct {
	AccountExpireTime   *int64  `json:"accountExpireTime,omitempty" xml:"accountExpireTime,omitempty"`
	CreateTime          *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string `json:"description,omitempty" xml:"description,omitempty"`
	DisplayName         *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Email               *string `json:"email,omitempty" xml:"email,omitempty"`
	EmailVerified       *bool   `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"`
	InstanceId          *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	LockExpireTime      *int64  `json:"lockExpireTime,omitempty" xml:"lockExpireTime,omitempty"`
	PhoneNumber         *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	PhoneNumberVerified *bool   `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"`
	PhoneRegion         *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"`
	RegisterTime        *int64  `json:"registerTime,omitempty" xml:"registerTime,omitempty"`
	Status              *string `json:"status,omitempty" xml:"status,omitempty"`
	UpdateTime          *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	UserExternalId      *string `json:"userExternalId,omitempty" xml:"userExternalId,omitempty"`
	UserId              *string `json:"userId,omitempty" xml:"userId,omitempty"`
	UserSourceId        *string `json:"userSourceId,omitempty" xml:"userSourceId,omitempty"`
	UserSourceType      *string `json:"userSourceType,omitempty" xml:"userSourceType,omitempty"`
	Username            *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListUsersResponseBodyData) GoString

func (s ListUsersResponseBodyData) GoString() string

func (*ListUsersResponseBodyData) SetAccountExpireTime

func (s *ListUsersResponseBodyData) SetAccountExpireTime(v int64) *ListUsersResponseBodyData

func (*ListUsersResponseBodyData) SetCreateTime

func (*ListUsersResponseBodyData) SetDescription

func (*ListUsersResponseBodyData) SetDisplayName

func (*ListUsersResponseBodyData) SetEmail

func (*ListUsersResponseBodyData) SetEmailVerified

func (*ListUsersResponseBodyData) SetInstanceId

func (*ListUsersResponseBodyData) SetLockExpireTime

func (*ListUsersResponseBodyData) SetPhoneNumber

func (*ListUsersResponseBodyData) SetPhoneNumberVerified

func (s *ListUsersResponseBodyData) SetPhoneNumberVerified(v bool) *ListUsersResponseBodyData

func (*ListUsersResponseBodyData) SetPhoneRegion

func (*ListUsersResponseBodyData) SetRegisterTime

func (*ListUsersResponseBodyData) SetStatus

func (*ListUsersResponseBodyData) SetUpdateTime

func (*ListUsersResponseBodyData) SetUserExternalId

func (*ListUsersResponseBodyData) SetUserId

func (*ListUsersResponseBodyData) SetUserSourceId

func (*ListUsersResponseBodyData) SetUserSourceType

func (*ListUsersResponseBodyData) SetUsername

func (ListUsersResponseBodyData) String

func (s ListUsersResponseBodyData) String() string

type PatchOrganizationalUnitHeaders

type PatchOrganizationalUnitHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (PatchOrganizationalUnitHeaders) GoString

func (*PatchOrganizationalUnitHeaders) SetAuthorization

func (*PatchOrganizationalUnitHeaders) SetCommonHeaders

func (PatchOrganizationalUnitHeaders) String

type PatchOrganizationalUnitRequest

type PatchOrganizationalUnitRequest struct {
	Description            *string `json:"description,omitempty" xml:"description,omitempty"`
	OrganizationalUnitName *string `json:"organizationalUnitName,omitempty" xml:"organizationalUnitName,omitempty"`
}

func (PatchOrganizationalUnitRequest) GoString

func (*PatchOrganizationalUnitRequest) SetDescription

func (*PatchOrganizationalUnitRequest) SetOrganizationalUnitName

func (s *PatchOrganizationalUnitRequest) SetOrganizationalUnitName(v string) *PatchOrganizationalUnitRequest

func (PatchOrganizationalUnitRequest) String

type PatchOrganizationalUnitResponse

type PatchOrganizationalUnitResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (PatchOrganizationalUnitResponse) GoString

func (*PatchOrganizationalUnitResponse) SetHeaders

func (*PatchOrganizationalUnitResponse) SetStatusCode

func (PatchOrganizationalUnitResponse) String

type PatchUserHeaders

type PatchUserHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	Authorization *string            `json:"Authorization,omitempty" xml:"Authorization,omitempty"`
}

func (PatchUserHeaders) GoString

func (s PatchUserHeaders) GoString() string

func (*PatchUserHeaders) SetAuthorization

func (s *PatchUserHeaders) SetAuthorization(v string) *PatchUserHeaders

func (*PatchUserHeaders) SetCommonHeaders

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

func (PatchUserHeaders) String

func (s PatchUserHeaders) String() string

type PatchUserRequest

type PatchUserRequest struct {
	DisplayName         *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Email               *string `json:"email,omitempty" xml:"email,omitempty"`
	EmailVerified       *bool   `json:"emailVerified,omitempty" xml:"emailVerified,omitempty"`
	PhoneNumber         *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	PhoneNumberVerified *bool   `json:"phoneNumberVerified,omitempty" xml:"phoneNumberVerified,omitempty"`
	PhoneRegion         *string `json:"phoneRegion,omitempty" xml:"phoneRegion,omitempty"`
	Username            *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (PatchUserRequest) GoString

func (s PatchUserRequest) GoString() string

func (*PatchUserRequest) SetDisplayName

func (s *PatchUserRequest) SetDisplayName(v string) *PatchUserRequest

func (*PatchUserRequest) SetEmail

func (s *PatchUserRequest) SetEmail(v string) *PatchUserRequest

func (*PatchUserRequest) SetEmailVerified

func (s *PatchUserRequest) SetEmailVerified(v bool) *PatchUserRequest

func (*PatchUserRequest) SetPhoneNumber

func (s *PatchUserRequest) SetPhoneNumber(v string) *PatchUserRequest

func (*PatchUserRequest) SetPhoneNumberVerified

func (s *PatchUserRequest) SetPhoneNumberVerified(v bool) *PatchUserRequest

func (*PatchUserRequest) SetPhoneRegion

func (s *PatchUserRequest) SetPhoneRegion(v string) *PatchUserRequest

func (*PatchUserRequest) SetUsername

func (s *PatchUserRequest) SetUsername(v string) *PatchUserRequest

func (PatchUserRequest) String

func (s PatchUserRequest) String() string

type PatchUserResponse

type PatchUserResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
}

func (PatchUserResponse) GoString

func (s PatchUserResponse) GoString() string

func (*PatchUserResponse) SetHeaders

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

func (*PatchUserResponse) SetStatusCode

func (s *PatchUserResponse) SetStatusCode(v int32) *PatchUserResponse

func (PatchUserResponse) String

func (s PatchUserResponse) String() string

type RevokeTokenRequest

type RevokeTokenRequest struct {
	ClientId      *string `json:"client_id,omitempty" xml:"client_id,omitempty"`
	ClientSecret  *string `json:"client_secret,omitempty" xml:"client_secret,omitempty"`
	Token         *string `json:"token,omitempty" xml:"token,omitempty"`
	TokenTypeHint *string `json:"token_type_hint,omitempty" xml:"token_type_hint,omitempty"`
}

func (RevokeTokenRequest) GoString

func (s RevokeTokenRequest) GoString() string

func (*RevokeTokenRequest) SetClientId

func (s *RevokeTokenRequest) SetClientId(v string) *RevokeTokenRequest

func (*RevokeTokenRequest) SetClientSecret

func (s *RevokeTokenRequest) SetClientSecret(v string) *RevokeTokenRequest

func (*RevokeTokenRequest) SetToken

func (*RevokeTokenRequest) SetTokenTypeHint

func (s *RevokeTokenRequest) SetTokenTypeHint(v string) *RevokeTokenRequest

func (RevokeTokenRequest) String

func (s RevokeTokenRequest) String() string

type RevokeTokenResponse

type RevokeTokenResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RevokeTokenResponse) GoString

func (s RevokeTokenResponse) GoString() string

func (*RevokeTokenResponse) SetBody

func (s *RevokeTokenResponse) SetBody(v map[string]interface{}) *RevokeTokenResponse

func (*RevokeTokenResponse) SetHeaders

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

func (*RevokeTokenResponse) SetStatusCode

func (s *RevokeTokenResponse) SetStatusCode(v int32) *RevokeTokenResponse

func (RevokeTokenResponse) String

func (s RevokeTokenResponse) String() string

Jump to

Keyboard shortcuts

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