Versions in this module Expand all Collapse all v0 v0.1.0 Jan 3, 2025 Changes in this version + const AccountCreateTestUserRequestV4AuthTypeEMAILPASSWD + const AccountCreateUserRequestV4AuthTypeEMAILPASSWD + var Error10130 = ApiError + var Error10131 = ApiError + var Error10132 = ApiError + var Error10133 = ApiError + var Error10136 = ApiError + var Error10137 = ApiError + var Error10138 = ApiError + var Error10139 = ApiError + var Error10140 = ApiError + var Error1014001 = ApiError + var Error1014002 = ApiError + var Error1014016 = ApiError + var Error1014017 = ApiError + var Error1014018 = ApiError + var Error1014019 = ApiError + var Error1014020 = ApiError + var Error1014021 = ApiError + var Error10141 = ApiError + var Error10142 = ApiError + var Error10143 = ApiError + var Error10144 = ApiError + var Error10145 = ApiError + var Error10146 = ApiError + var Error10148 = ApiError + var Error10149 = ApiError + var Error1015073 = ApiError + var Error10152 = ApiError + var Error10153 = ApiError + var Error10154 = ApiError + var Error10155 = ApiError + var Error10156 = ApiError + var Error10157 = ApiError + var Error10158 = ApiError + var Error10159 = ApiError + var Error10160 = ApiError + var Error10161 = ApiError + var Error10162 = ApiError + var Error10163 = ApiError + var Error10169 = ApiError + var Error10170 = ApiError + var Error10171 = ApiError + var Error10172 = ApiError + var Error10173 = ApiError + var Error10174 = ApiError + var Error10175 = ApiError + var Error10177 = ApiError + var Error10180 = ApiError + var Error10182 = ApiError + var Error10183 = ApiError + var Error10185 = ApiError + var Error10188 = ApiError + var Error10189 = ApiError + var Error10190 = ApiError + var Error10191 = ApiError + var Error10192 = ApiError + var Error10193 = ApiError + var Error10194 = ApiError + var Error10195 = ApiError + var Error10200 = ApiError + var Error10202 = ApiError + var Error10204 = ApiError + var Error10207 = ApiError + var Error10208 = ApiError + var Error10213 = ApiError + var Error10215 = ApiError + var Error10216 = ApiError + var Error10217 = ApiError + var Error10218 = ApiError + var Error10219 = ApiError + var Error10220 = ApiError + var Error10221 = ApiError + var Error10222 = ApiError + var Error10226 = ApiError + var Error10228 = ApiError + var Error10229 = ApiError + var Error10235 = ApiError + var Error10236 = ApiError + var Error10237 = ApiError + var Error10238 = ApiError + var Error10240 = ApiError + var Error10364 = ApiError + var Error10365 = ApiError + var Error10456 = ApiError + var Error10457 = ApiError + var Error10459 = ApiError + var Error10466 = ApiError + var Error10467 = ApiError + var Error10468 = ApiError + var Error10469 = ApiError + var Error10470 = ApiError + var Error20000 = ApiError + var Error20001 = ApiError + var Error20002 = ApiError + var Error20003 = ApiError + var Error20007 = ApiError + var Error20008 = ApiError + var Error20009 = ApiError + var Error20013 = ApiError + var Error20019 = ApiError + var Error20021 = ApiError + var Error20022 = ApiError + var Error20024 = ApiError + var Error20025 = ApiError + var Error422 = ApiError + type AccountCreateTestUserRequestV4 struct + AcceptedPolicies []*LegalAcceptedPoliciesRequest + AuthType *string + Country *string + DateOfBirth *string + DisplayName *string + EmailAddress *string + Password *string + PasswordMD5Sum *string + UniqueDisplayName string + Username *string + Verified *bool + func (m *AccountCreateTestUserRequestV4) MarshalBinary() ([]byte, error) + func (m *AccountCreateTestUserRequestV4) UnmarshalBinary(b []byte) error + func (m *AccountCreateTestUserRequestV4) Validate(formats strfmt.Registry) error + type AccountCreateTestUserResponseV4 struct + AuthType *string + Country *string + DateOfBirth strfmt.DateTime + DisplayName *string + EmailAddress *string + Namespace *string + Password *string + UniqueDisplayName string + UserID *string + Username *string + Verified *bool + func (m *AccountCreateTestUserResponseV4) MarshalBinary() ([]byte, error) + func (m *AccountCreateTestUserResponseV4) UnmarshalBinary(b []byte) error + func (m *AccountCreateTestUserResponseV4) Validate(formats strfmt.Registry) error + type AccountCreateTestUsersRequestV4 struct + Count *int32 + UserInfo *AccountUserInfo + func (m *AccountCreateTestUsersRequestV4) MarshalBinary() ([]byte, error) + func (m *AccountCreateTestUsersRequestV4) UnmarshalBinary(b []byte) error + func (m *AccountCreateTestUsersRequestV4) Validate(formats strfmt.Registry) error + type AccountCreateTestUsersResponseV4 struct + Data []*AccountCreateTestUserResponseV4 + func (m *AccountCreateTestUsersResponseV4) MarshalBinary() ([]byte, error) + func (m *AccountCreateTestUsersResponseV4) UnmarshalBinary(b []byte) error + func (m *AccountCreateTestUsersResponseV4) Validate(formats strfmt.Registry) error + type AccountCreateUserRequestV4 struct + AcceptedPolicies []*LegalAcceptedPoliciesRequest + AuthType *string + Code string + Country *string + DateOfBirth string + DisplayName string + EmailAddress *string + Password string + PasswordMD5Sum string + ReachMinimumAge bool + UniqueDisplayName string + Username *string + func (m *AccountCreateUserRequestV4) MarshalBinary() ([]byte, error) + func (m *AccountCreateUserRequestV4) UnmarshalBinary(b []byte) error + func (m *AccountCreateUserRequestV4) Validate(formats strfmt.Registry) error + type AccountCreateUserResponseV4 struct + AuthType *string + Country *string + DateOfBirth strfmt.DateTime + DisplayName *string + EmailAddress *string + Namespace *string + UniqueDisplayName string + UserID *string + Username *string + func (m *AccountCreateUserResponseV4) MarshalBinary() ([]byte, error) + func (m *AccountCreateUserResponseV4) UnmarshalBinary(b []byte) error + func (m *AccountCreateUserResponseV4) Validate(formats strfmt.Registry) error + type AccountUpgradeHeadlessAccountRequestV4 struct + DateOfBirth string + DisplayName string + EmailAddress *string + Password *string + UniqueDisplayName string + Username *string + func (m *AccountUpgradeHeadlessAccountRequestV4) MarshalBinary() ([]byte, error) + func (m *AccountUpgradeHeadlessAccountRequestV4) UnmarshalBinary(b []byte) error + func (m *AccountUpgradeHeadlessAccountRequestV4) Validate(formats strfmt.Registry) error + type AccountUpgradeHeadlessAccountWithVerificationCodeRequestV4 struct + Code *string + Country string + DateOfBirth string + DisplayName string + EmailAddress *string + Password *string + ReachMinimumAge bool + UniqueDisplayName string + Username *string + ValidateOnly bool + func (m *AccountUpgradeHeadlessAccountWithVerificationCodeRequestV4) MarshalBinary() ([]byte, error) + func (m *AccountUpgradeHeadlessAccountWithVerificationCodeRequestV4) UnmarshalBinary(b []byte) error + func (m *AccountUpgradeHeadlessAccountWithVerificationCodeRequestV4) Validate(formats strfmt.Registry) error + type AccountUserActiveBanResponseV4 struct + Ban *string + BanID *string + EndDate strfmt.DateTime + func (m *AccountUserActiveBanResponseV4) MarshalBinary() ([]byte, error) + func (m *AccountUserActiveBanResponseV4) UnmarshalBinary(b []byte) error + func (m *AccountUserActiveBanResponseV4) Validate(formats strfmt.Registry) error + type AccountUserInfo struct + Country string + func (m *AccountUserInfo) MarshalBinary() ([]byte, error) + func (m *AccountUserInfo) UnmarshalBinary(b []byte) error + func (m *AccountUserInfo) Validate(formats strfmt.Registry) error + type AccountUserPermissionsResponseV4 struct + Action *int32 + Resource *string + SchedAction int32 + SchedCron string + SchedRange []string + func (m *AccountUserPermissionsResponseV4) MarshalBinary() ([]byte, error) + func (m *AccountUserPermissionsResponseV4) UnmarshalBinary(b []byte) error + func (m *AccountUserPermissionsResponseV4) Validate(formats strfmt.Registry) error + type AccountUserResponseV4 struct + AuthType *string + Bans []*AccountUserActiveBanResponseV4 + Country *string + CreatedAt strfmt.DateTime + DateOfBirth strfmt.DateTime + DeletionStatus *bool + DisplayName *string + EmailAddress *string + EmailVerified *bool + Enabled *bool + LastDateOfBirthChangedTime strfmt.DateTime + LastEnabledChangedTime strfmt.DateTime + Namespace *string + NewEmailAddress string + OldEmailAddress *string + Permissions []*AccountUserPermissionsResponseV4 + PhoneNumber string + PhoneVerified *bool + PlatformID string + PlatformUserID string + Roles []string + UniqueDisplayName string + UserID *string + Username string + func (m *AccountUserResponseV4) MarshalBinary() ([]byte, error) + func (m *AccountUserResponseV4) UnmarshalBinary(b []byte) error + func (m *AccountUserResponseV4) Validate(formats strfmt.Registry) error + type AccountcommonAllowedPermission struct + AllowedActions []int32 + Resource *string + func (m *AccountcommonAllowedPermission) MarshalBinary() ([]byte, error) + func (m *AccountcommonAllowedPermission) UnmarshalBinary(b []byte) error + func (m *AccountcommonAllowedPermission) Validate(formats strfmt.Registry) error + type AccountcommonAvatarConfig struct + AllowedPrefixes []string + PreferRegex *bool + Regex *string + func (m *AccountcommonAvatarConfig) MarshalBinary() ([]byte, error) + func (m *AccountcommonAvatarConfig) UnmarshalBinary(b []byte) error + func (m *AccountcommonAvatarConfig) Validate(formats strfmt.Registry) error + type AccountcommonBan struct + Ban *string + Description *string + func (m *AccountcommonBan) MarshalBinary() ([]byte, error) + func (m *AccountcommonBan) UnmarshalBinary(b []byte) error + func (m *AccountcommonBan) Validate(formats strfmt.Registry) error + type AccountcommonBanReason struct + Description *string + Reason *string + func (m *AccountcommonBanReason) MarshalBinary() ([]byte, error) + func (m *AccountcommonBanReason) UnmarshalBinary(b []byte) error + func (m *AccountcommonBanReason) Validate(formats strfmt.Registry) error + type AccountcommonBanReasonV3 struct + Description *string + Reason *string + func (m *AccountcommonBanReasonV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonBanReasonV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonBanReasonV3) Validate(formats strfmt.Registry) error + type AccountcommonBanReasons struct + Reasons []*AccountcommonBanReason + func (m *AccountcommonBanReasons) MarshalBinary() ([]byte, error) + func (m *AccountcommonBanReasons) UnmarshalBinary(b []byte) error + func (m *AccountcommonBanReasons) Validate(formats strfmt.Registry) error + type AccountcommonBanReasonsV3 struct + Reasons []*AccountcommonBanReasonV3 + func (m *AccountcommonBanReasonsV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonBanReasonsV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonBanReasonsV3) Validate(formats strfmt.Registry) error + type AccountcommonBanV3 struct + Ban *string + Description string + Descriptions *AccountcommonDescription + Type *string + func (m *AccountcommonBanV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonBanV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonBanV3) Validate(formats strfmt.Registry) error + type AccountcommonBannedByV3 struct + DisplayName *string + UserID *string + func (m *AccountcommonBannedByV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonBannedByV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonBannedByV3) Validate(formats strfmt.Registry) error + type AccountcommonBans struct + Bans []*AccountcommonBan + func (m *AccountcommonBans) MarshalBinary() ([]byte, error) + func (m *AccountcommonBans) UnmarshalBinary(b []byte) error + func (m *AccountcommonBans) Validate(formats strfmt.Registry) error + type AccountcommonBansV3 struct + Bans []*AccountcommonBanV3 + func (m *AccountcommonBansV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonBansV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonBansV3) Validate(formats strfmt.Registry) error + type AccountcommonClientModulePermission struct + ModuleID *string + SelectedGroups []*AccountcommonClientSelectedGroup + func (m *AccountcommonClientModulePermission) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientModulePermission) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientModulePermission) Validate(formats strfmt.Registry) error + type AccountcommonClientPermission struct + Action *int32 + Resource *string + func (m *AccountcommonClientPermission) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientPermission) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientPermission) Validate(formats strfmt.Registry) error + type AccountcommonClientPermissionSet struct + DocLink *string + Groups []*AccountcommonPermissionGroup + Module *string + ModuleID *string + func (m *AccountcommonClientPermissionSet) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientPermissionSet) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientPermissionSet) Validate(formats strfmt.Registry) error + type AccountcommonClientPermissionV3 struct + Action *int32 + Resource *string + func (m *AccountcommonClientPermissionV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientPermissionV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientPermissionV3) Validate(formats strfmt.Registry) error + type AccountcommonClientPermissions struct + Permissions []*AccountcommonClientPermission + func (m *AccountcommonClientPermissions) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientPermissions) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientPermissions) Validate(formats strfmt.Registry) error + type AccountcommonClientPermissionsV3 struct + Permissions []*AccountcommonClientPermissionV3 + func (m *AccountcommonClientPermissionsV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientPermissionsV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientPermissionsV3) Validate(formats strfmt.Registry) error + type AccountcommonClientSelectedGroup struct + GroupID *string + SelectedActions []int32 + func (m *AccountcommonClientSelectedGroup) MarshalBinary() ([]byte, error) + func (m *AccountcommonClientSelectedGroup) UnmarshalBinary(b []byte) error + func (m *AccountcommonClientSelectedGroup) Validate(formats strfmt.Registry) error + type AccountcommonConflictedUserPlatformAccounts struct + PlatformUserID *string + PublisherAccounts []*AccountcommonUserWithLinkedPlatformAccounts + func (m *AccountcommonConflictedUserPlatformAccounts) MarshalBinary() ([]byte, error) + func (m *AccountcommonConflictedUserPlatformAccounts) UnmarshalBinary(b []byte) error + func (m *AccountcommonConflictedUserPlatformAccounts) Validate(formats strfmt.Registry) error + type AccountcommonCountry struct + AgeRestriction *int32 + CountryCode *string + CountryName *string + Enable *bool + Namespace *string + func (m *AccountcommonCountry) MarshalBinary() ([]byte, error) + func (m *AccountcommonCountry) UnmarshalBinary(b []byte) error + func (m *AccountcommonCountry) Validate(formats strfmt.Registry) error + type AccountcommonCountryAgeRestriction struct + AgeRestriction *int32 + CountryCode *string + CountryName *string + Enable *bool + func (m *AccountcommonCountryAgeRestriction) MarshalBinary() ([]byte, error) + func (m *AccountcommonCountryAgeRestriction) UnmarshalBinary(b []byte) error + func (m *AccountcommonCountryAgeRestriction) Validate(formats strfmt.Registry) error + type AccountcommonDescription struct + EnUS *string + ZhCN *string + func (m *AccountcommonDescription) MarshalBinary() ([]byte, error) + func (m *AccountcommonDescription) UnmarshalBinary(b []byte) error + func (m *AccountcommonDescription) Validate(formats strfmt.Registry) error + type AccountcommonDistinctLinkedPlatformV3 struct + Details []*AccountcommonSimpleUserPlatformInfoV3 + LinkedAt *string + LogoURL string + PlatformDisplayName string + PlatformGroup *string + PlatformName *string + PlatformUserID string + Status *string + func (m *AccountcommonDistinctLinkedPlatformV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonDistinctLinkedPlatformV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonDistinctLinkedPlatformV3) Validate(formats strfmt.Registry) error + type AccountcommonDistinctPlatformResponseV3 struct + Platforms []*AccountcommonDistinctLinkedPlatformV3 + func (m *AccountcommonDistinctPlatformResponseV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonDistinctPlatformResponseV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonDistinctPlatformResponseV3) Validate(formats strfmt.Registry) error + type AccountcommonInputValidationDescription struct + Language *string + Message []string + func (m *AccountcommonInputValidationDescription) MarshalBinary() ([]byte, error) + func (m *AccountcommonInputValidationDescription) UnmarshalBinary(b []byte) error + func (m *AccountcommonInputValidationDescription) Validate(formats strfmt.Registry) error + type AccountcommonJWTBanV3 struct + Ban *string + DisabledDate *strfmt.DateTime + Enabled *bool + EndDate strfmt.DateTime + TargetedNamespace *string + func (m *AccountcommonJWTBanV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonJWTBanV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonJWTBanV3) Validate(formats strfmt.Registry) error + type AccountcommonListUsersWithPlatformAccountsResponse struct + Data []*AccountcommonUserWithPlatformAccounts + Paging *AccountcommonPaginationV3 + TotalData *int64 + func (m *AccountcommonListUsersWithPlatformAccountsResponse) MarshalBinary() ([]byte, error) + func (m *AccountcommonListUsersWithPlatformAccountsResponse) UnmarshalBinary(b []byte) error + func (m *AccountcommonListUsersWithPlatformAccountsResponse) Validate(formats strfmt.Registry) error + type AccountcommonNamespaceRole struct + Namespace *string + RoleID *string + func (m *AccountcommonNamespaceRole) MarshalBinary() ([]byte, error) + func (m *AccountcommonNamespaceRole) UnmarshalBinary(b []byte) error + func (m *AccountcommonNamespaceRole) Validate(formats strfmt.Registry) error + type AccountcommonNetflixCertificates struct + EncryptedPrivateKey *string + EncryptedPrivateKeyName *string + PublicCertificate *string + PublicCertificateName *string + RootCertificate *string + RootCertificateName *string + func (m *AccountcommonNetflixCertificates) MarshalBinary() ([]byte, error) + func (m *AccountcommonNetflixCertificates) UnmarshalBinary(b []byte) error + func (m *AccountcommonNetflixCertificates) Validate(formats strfmt.Registry) error + type AccountcommonOverrideRolePermission struct + Actions []int32 + Resource *string + func (m *AccountcommonOverrideRolePermission) MarshalBinary() ([]byte, error) + func (m *AccountcommonOverrideRolePermission) UnmarshalBinary(b []byte) error + func (m *AccountcommonOverrideRolePermission) Validate(formats strfmt.Registry) error + type AccountcommonPagination struct + First *string + Last *string + Next *string + Previous *string + func (m *AccountcommonPagination) MarshalBinary() ([]byte, error) + func (m *AccountcommonPagination) UnmarshalBinary(b []byte) error + func (m *AccountcommonPagination) Validate(formats strfmt.Registry) error + type AccountcommonPaginationV3 struct + First *string + Last *string + Next *string + Previous *string + func (m *AccountcommonPaginationV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonPaginationV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonPaginationV3) Validate(formats strfmt.Registry) error + type AccountcommonPermission struct + Action *int32 + Resource *string + SchedAction int32 + SchedCron string + SchedRange []string + func (m *AccountcommonPermission) MarshalBinary() ([]byte, error) + func (m *AccountcommonPermission) UnmarshalBinary(b []byte) error + func (m *AccountcommonPermission) Validate(formats strfmt.Registry) error + type AccountcommonPermissionGroup struct + Group *string + GroupID *string + Permissions []*AccountcommonAllowedPermission + func (m *AccountcommonPermissionGroup) MarshalBinary() ([]byte, error) + func (m *AccountcommonPermissionGroup) UnmarshalBinary(b []byte) error + func (m *AccountcommonPermissionGroup) Validate(formats strfmt.Registry) error + type AccountcommonPermissionV3 struct + Action *int32 + Resource *string + SchedAction int32 + SchedCron string + SchedRange []string + func (m *AccountcommonPermissionV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonPermissionV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonPermissionV3) Validate(formats strfmt.Registry) error + type AccountcommonPermissions struct + Permissions []*AccountcommonPermission + func (m *AccountcommonPermissions) MarshalBinary() ([]byte, error) + func (m *AccountcommonPermissions) UnmarshalBinary(b []byte) error + func (m *AccountcommonPermissions) Validate(formats strfmt.Registry) error + type AccountcommonPermissionsV3 struct + Permissions []*AccountcommonPermissionV3 + func (m *AccountcommonPermissionsV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonPermissionsV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonPermissionsV3) Validate(formats strfmt.Registry) error + type AccountcommonPlatformAccount struct + Namespace *string + PlatformID string + PlatformUserID *string + func (m *AccountcommonPlatformAccount) MarshalBinary() ([]byte, error) + func (m *AccountcommonPlatformAccount) UnmarshalBinary(b []byte) error + func (m *AccountcommonPlatformAccount) Validate(formats strfmt.Registry) error + type AccountcommonPlatformLinkingHistory struct + PlatformDisplayName *string + PlatformID *string + PlatformUserID *string + func (m *AccountcommonPlatformLinkingHistory) MarshalBinary() ([]byte, error) + func (m *AccountcommonPlatformLinkingHistory) UnmarshalBinary(b []byte) error + func (m *AccountcommonPlatformLinkingHistory) Validate(formats strfmt.Registry) error + type AccountcommonPlatformUserInformationV3 struct + DisplayName string + EmailAddress string + LinkedAt strfmt.DateTime + Namespace *string + PlatformID *string + PlatformUserID *string + XboxUserID string + func (m *AccountcommonPlatformUserInformationV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonPlatformUserInformationV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonPlatformUserInformationV3) Validate(formats strfmt.Registry) error + type AccountcommonProfileUpdateConfig struct + MinimumAllowedInterval int64 + func (m *AccountcommonProfileUpdateConfig) MarshalBinary() ([]byte, error) + func (m *AccountcommonProfileUpdateConfig) UnmarshalBinary(b []byte) error + func (m *AccountcommonProfileUpdateConfig) Validate(formats strfmt.Registry) error + type AccountcommonRegisteredDomain struct + AffectedClientIDs []string + Domain *string + Namespaces []string + RoleID *string + func (m *AccountcommonRegisteredDomain) MarshalBinary() ([]byte, error) + func (m *AccountcommonRegisteredDomain) UnmarshalBinary(b []byte) error + func (m *AccountcommonRegisteredDomain) Validate(formats strfmt.Registry) error + type AccountcommonReplaceRolePermission struct + Replacement *AccountcommonOverrideRolePermission + Target *string + func (m *AccountcommonReplaceRolePermission) MarshalBinary() ([]byte, error) + func (m *AccountcommonReplaceRolePermission) UnmarshalBinary(b []byte) error + func (m *AccountcommonReplaceRolePermission) Validate(formats strfmt.Registry) error + type AccountcommonRole struct + AdminRole *bool + Deletable *bool + IsWildcard *bool + Managers []*AccountcommonRoleManager + Members []*AccountcommonRoleMember + Permissions []*AccountcommonPermission + RoleID *string + RoleName *string + func (m *AccountcommonRole) MarshalBinary() ([]byte, error) + func (m *AccountcommonRole) UnmarshalBinary(b []byte) error + func (m *AccountcommonRole) Validate(formats strfmt.Registry) error + type AccountcommonRoleManager struct + DisplayName *string + Namespace *string + UserID *string + func (m *AccountcommonRoleManager) MarshalBinary() ([]byte, error) + func (m *AccountcommonRoleManager) UnmarshalBinary(b []byte) error + func (m *AccountcommonRoleManager) Validate(formats strfmt.Registry) error + type AccountcommonRoleManagerV3 struct + DisplayName *string + Namespace *string + UserID *string + func (m *AccountcommonRoleManagerV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonRoleManagerV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonRoleManagerV3) Validate(formats strfmt.Registry) error + type AccountcommonRoleMember struct + DisplayName *string + Namespace *string + UserID *string + func (m *AccountcommonRoleMember) MarshalBinary() ([]byte, error) + func (m *AccountcommonRoleMember) UnmarshalBinary(b []byte) error + func (m *AccountcommonRoleMember) Validate(formats strfmt.Registry) error + type AccountcommonRoleMemberV3 struct + DisplayName *string + Namespace *string + UserID *string + func (m *AccountcommonRoleMemberV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonRoleMemberV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonRoleMemberV3) Validate(formats strfmt.Registry) error + type AccountcommonRoleV3 struct + AdminRole *bool + IsWildcard *bool + Managers []*AccountcommonRoleManagerV3 + Members []*AccountcommonRoleMemberV3 + Permissions []*AccountcommonPermissionV3 + RoleID *string + RoleName *string + func (m *AccountcommonRoleV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonRoleV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonRoleV3) Validate(formats strfmt.Registry) error + type AccountcommonSimpleUserPlatformInfoV3 struct + DisplayName string + LinkedAt *string + Namespace *string + OriginNamespace *string + PlatformID string + func (m *AccountcommonSimpleUserPlatformInfoV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonSimpleUserPlatformInfoV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonSimpleUserPlatformInfoV3) Validate(formats strfmt.Registry) error + type AccountcommonUserInformationV3 struct + Country string + DisplayName string + EmailAddresses []string + PhoneNumber string + PlatformUsers []*AccountcommonPlatformUserInformationV3 + UniqueDisplayName string + Username string + XboxUserID string + func (m *AccountcommonUserInformationV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserInformationV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserInformationV3) Validate(formats strfmt.Registry) error + type AccountcommonUserLinkedPlatform struct + DisplayName string + EmailAddress string + LinkedAt *string + Namespace *string + OriginNamespace *string + PlatformID string + PlatformUserID string + UserID *string + XUID string + func (m *AccountcommonUserLinkedPlatform) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserLinkedPlatform) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserLinkedPlatform) Validate(formats strfmt.Registry) error + type AccountcommonUserLinkedPlatformV3 struct + AccountGroup *string + DisplayName string + EmailAddress string + LinkedAt *string + Namespace *string + OriginNamespace *string + PlatformID string + PlatformUserID string + UserID *string + Xuid string + func (m *AccountcommonUserLinkedPlatformV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserLinkedPlatformV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserLinkedPlatformV3) Validate(formats strfmt.Registry) error + type AccountcommonUserLinkedPlatformsResponseV3 struct + Data []*AccountcommonUserLinkedPlatformV3 + Paging *AccountcommonPaginationV3 + func (m *AccountcommonUserLinkedPlatformsResponseV3) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserLinkedPlatformsResponseV3) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserLinkedPlatformsResponseV3) Validate(formats strfmt.Registry) error + type AccountcommonUserPlatformInfo struct + PlatformID *string + PlatformUserID *string + UserID *string + func (m *AccountcommonUserPlatformInfo) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserPlatformInfo) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserPlatformInfo) Validate(formats strfmt.Registry) error + type AccountcommonUserPlatforms struct + UserIDPlatforms []*AccountcommonUserPlatformInfo + func (m *AccountcommonUserPlatforms) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserPlatforms) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserPlatforms) Validate(formats strfmt.Registry) error + type AccountcommonUserSearchByPlatformIDResult struct + DisplayName *string + EmailAddress *string + LinkedPlatforms []*AccountcommonUserLinkedPlatform + PhoneNumber *string + UserID *string + func (m *AccountcommonUserSearchByPlatformIDResult) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserSearchByPlatformIDResult) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserSearchByPlatformIDResult) Validate(formats strfmt.Registry) error + type AccountcommonUserSearchResult struct + DisplayName *string + EmailAddress *string + LinkedPlatforms []*AccountcommonUserLinkedPlatform + PhoneNumber *string + UserID *string + func (m *AccountcommonUserSearchResult) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserSearchResult) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserSearchResult) Validate(formats strfmt.Registry) error + type AccountcommonUserWithLinkedPlatformAccounts struct + DisplayName *string + EmailAddress *string + LinkedPlatforms []*AccountcommonPlatformAccount + Namespace *string + UniqueDisplayName *string + UserID *string + func (m *AccountcommonUserWithLinkedPlatformAccounts) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserWithLinkedPlatformAccounts) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserWithLinkedPlatformAccounts) Validate(formats strfmt.Registry) error + type AccountcommonUserWithPlatformAccounts struct + LinkedPlatforms []*AccountcommonPlatformAccount + Namespace *string + UserID *string + func (m *AccountcommonUserWithPlatformAccounts) MarshalBinary() ([]byte, error) + func (m *AccountcommonUserWithPlatformAccounts) UnmarshalBinary(b []byte) error + func (m *AccountcommonUserWithPlatformAccounts) Validate(formats strfmt.Registry) error + type ApiError struct + Code string + Message string + func (e *ApiError) Error() string + func (e *ApiError) IsAvailable() bool + type ApiResponse struct + ContentType *string + Error *ApiError + IsSuccess bool + StatusCode int + type BannedBy struct + DisplayName *string + UserID *string + func (m *BannedBy) MarshalBinary() ([]byte, error) + func (m *BannedBy) UnmarshalBinary(b []byte) error + func (m *BannedBy) Validate(formats strfmt.Registry) error + type BloomFilterJSON struct + Bits []uint64 + K *int64 + M *int64 + func (m *BloomFilterJSON) MarshalBinary() ([]byte, error) + func (m *BloomFilterJSON) UnmarshalBinary(b []byte) error + func (m *BloomFilterJSON) Validate(formats strfmt.Registry) error + type ClientmodelClientCreateRequest struct + ClientID *string + ClientName *string + ClientPermissions []*AccountcommonPermission + Namespace *string + RedirectURI *string + Secret *string + TwoFactorEnabled *bool + func (m *ClientmodelClientCreateRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientCreateRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientCreateRequest) Validate(formats strfmt.Registry) error + type ClientmodelClientCreationResponse struct + ClientID *string + ClientName *string + ClientPermissions []*AccountcommonPermission + Namespace *string + RedirectURI *string + TwoFactorEnabled *bool + func (m *ClientmodelClientCreationResponse) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientCreationResponse) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientCreationResponse) Validate(formats strfmt.Registry) error + type ClientmodelClientCreationV3Request struct + Audiences []string + BaseURI *string + ClientID *string + ClientName *string + ClientPermissions []*AccountcommonPermissionV3 + ClientPlatform *string + Deletable bool + Description *string + ModulePermissions []*AccountcommonClientModulePermission + Namespace *string + OauthAccessTokenExpiration int32 + OauthAccessTokenExpirationTimeUnit string + OauthClientType *string + OauthRefreshTokenExpiration int32 + OauthRefreshTokenExpirationTimeUnit string + ParentNamespace string + RedirectURI *string + Scopes []string + Secret *string + SkipLoginQueue *bool + TwoFactorEnabled bool + func (m *ClientmodelClientCreationV3Request) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientCreationV3Request) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientCreationV3Request) Validate(formats strfmt.Registry) error + type ClientmodelClientResponse struct + ClientID *string + ClientName *string + ClientPermissions []*AccountcommonPermission + CreatedAt strfmt.DateTime + ModulePermissions []*AccountcommonClientModulePermission + Namespace *string + RedirectURI *string + TwoFactorEnabled *bool + func (m *ClientmodelClientResponse) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientResponse) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientResponse) Validate(formats strfmt.Registry) error + type ClientmodelClientTemplate struct + BasicRequiredPermissions []*AccountcommonClientModulePermission + DefaultValues []*ClientmodelDefaultFieldValue + Description *string + ID *string + RequiredFields []string + Type *string + func (m *ClientmodelClientTemplate) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientTemplate) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientTemplate) Validate(formats strfmt.Registry) error + type ClientmodelClientUpdateRequest struct + ClientName *string + RedirectURI *string + TwoFactorEnabled *bool + func (m *ClientmodelClientUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientUpdateRequest) Validate(formats strfmt.Registry) error + type ClientmodelClientUpdateSecretRequest struct + NewSecret *string + func (m *ClientmodelClientUpdateSecretRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientUpdateSecretRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientUpdateSecretRequest) Validate(formats strfmt.Registry) error + type ClientmodelClientUpdateV3Request struct + Audiences []string + BaseURI string + ClientName string + ClientPermissions []*AccountcommonPermissionV3 + ClientPlatform *string + Deletable bool + Description *string + ModulePermissions []*AccountcommonClientModulePermission + Namespace string + OauthAccessTokenExpiration int32 + OauthAccessTokenExpirationTimeUnit string + OauthRefreshTokenExpiration int32 + OauthRefreshTokenExpirationTimeUnit string + RedirectURI string + Scopes []string + SkipLoginQueue bool + TwoFactorEnabled bool + func (m *ClientmodelClientUpdateV3Request) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientUpdateV3Request) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientUpdateV3Request) Validate(formats strfmt.Registry) error + type ClientmodelClientV3Response struct + Audiences []string + BaseURI *string + ClientID *string + ClientName *string + ClientPermissions []*AccountcommonPermissionV3 + ClientPlatform *string + CreatedAt strfmt.DateTime + Description *string + ModifiedAt strfmt.DateTime + ModulePermissions []*AccountcommonClientModulePermission + Namespace *string + OauthAccessTokenExpiration int32 + OauthAccessTokenExpirationTimeUnit string + OauthClientType *string + OauthRefreshTokenExpiration int32 + OauthRefreshTokenExpirationTimeUnit string + ParentNamespace string + RedirectURI *string + Roles []string + Scopes []string + SkipLoginQueue *bool + TwoFactorEnabled *bool + func (m *ClientmodelClientV3Response) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientV3Response) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientV3Response) Validate(formats strfmt.Registry) error + type ClientmodelClientsUpdateRequestV3 struct + ClientIds []string + ClientUpdateRequest *ClientmodelClientUpdateV3Request + func (m *ClientmodelClientsUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientsUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientsUpdateRequestV3) Validate(formats strfmt.Registry) error + type ClientmodelClientsV3Response struct + Data []*ClientmodelClientV3Response + Paging *AccountcommonPaginationV3 + func (m *ClientmodelClientsV3Response) MarshalBinary() ([]byte, error) + func (m *ClientmodelClientsV3Response) UnmarshalBinary(b []byte) error + func (m *ClientmodelClientsV3Response) Validate(formats strfmt.Registry) error + type ClientmodelDefaultFieldValue struct + Field *string + Value ClientmodelDefaultFieldValueValue + func (m *ClientmodelDefaultFieldValue) MarshalBinary() ([]byte, error) + func (m *ClientmodelDefaultFieldValue) UnmarshalBinary(b []byte) error + func (m *ClientmodelDefaultFieldValue) Validate(formats strfmt.Registry) error + type ClientmodelDefaultFieldValueValue interface + type ClientmodelListClientPermissionSet struct + ClientPermissions []*AccountcommonClientPermissionSet + func (m *ClientmodelListClientPermissionSet) MarshalBinary() ([]byte, error) + func (m *ClientmodelListClientPermissionSet) UnmarshalBinary(b []byte) error + func (m *ClientmodelListClientPermissionSet) Validate(formats strfmt.Registry) error + type ClientmodelListTemplatesResponse struct + ClientTemplates []*ClientmodelClientTemplate + func (m *ClientmodelListTemplatesResponse) MarshalBinary() ([]byte, error) + func (m *ClientmodelListTemplatesResponse) UnmarshalBinary(b []byte) error + func (m *ClientmodelListTemplatesResponse) Validate(formats strfmt.Registry) error + type ClientmodelListUpsertModulesRequest struct + Modules []*ClientmodelPermissionSetUpsertRequest + func (m *ClientmodelListUpsertModulesRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelListUpsertModulesRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelListUpsertModulesRequest) Validate(formats strfmt.Registry) error + type ClientmodelPermissionSetDeleteGroupRequest struct + GroupID *string + ModuleID *string + func (m *ClientmodelPermissionSetDeleteGroupRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelPermissionSetDeleteGroupRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelPermissionSetDeleteGroupRequest) Validate(formats strfmt.Registry) error + type ClientmodelPermissionSetUpsertRequest struct + DocLink *string + Groups []*AccountcommonPermissionGroup + Module *string + ModuleID *string + func (m *ClientmodelPermissionSetUpsertRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelPermissionSetUpsertRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelPermissionSetUpsertRequest) Validate(formats strfmt.Registry) error + type ClientmodelV3ClientUpdateSecretRequest struct + NewSecret *string + func (m *ClientmodelV3ClientUpdateSecretRequest) MarshalBinary() ([]byte, error) + func (m *ClientmodelV3ClientUpdateSecretRequest) UnmarshalBinary(b []byte) error + func (m *ClientmodelV3ClientUpdateSecretRequest) Validate(formats strfmt.Registry) error + type LegalAcceptedPoliciesRequest struct + IsAccepted *bool + LocalizedPolicyVersionID *string + PolicyID *string + PolicyVersionID *string + func (m *LegalAcceptedPoliciesRequest) MarshalBinary() ([]byte, error) + func (m *LegalAcceptedPoliciesRequest) UnmarshalBinary(b []byte) error + func (m *LegalAcceptedPoliciesRequest) Validate(formats strfmt.Registry) error + type ModelAccountProgressionInfo struct + DisplayName string + Email string + LinkedGames []string + PlatformID string + Progressions []*ModelProgressionInfo + UniqueDisplayName string + UserName string + func (m *ModelAccountProgressionInfo) MarshalBinary() ([]byte, error) + func (m *ModelAccountProgressionInfo) UnmarshalBinary(b []byte) error + func (m *ModelAccountProgressionInfo) Validate(formats strfmt.Registry) error + type ModelAddUserRoleV4Request struct + AssignedNamespaces []string + RoleID *string + func (m *ModelAddUserRoleV4Request) MarshalBinary() ([]byte, error) + func (m *ModelAddUserRoleV4Request) UnmarshalBinary(b []byte) error + func (m *ModelAddUserRoleV4Request) Validate(formats strfmt.Registry) error + type ModelAgeRestrictionRequest struct + AgeRestriction *int32 + Enable *bool + func (m *ModelAgeRestrictionRequest) MarshalBinary() ([]byte, error) + func (m *ModelAgeRestrictionRequest) UnmarshalBinary(b []byte) error + func (m *ModelAgeRestrictionRequest) Validate(formats strfmt.Registry) error + type ModelAgeRestrictionRequestV3 struct + AgeRestriction *int32 + Enable *bool + func (m *ModelAgeRestrictionRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelAgeRestrictionRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelAgeRestrictionRequestV3) Validate(formats strfmt.Registry) error + type ModelAgeRestrictionResponse struct + AgeRestriction *int32 + Enable *bool + func (m *ModelAgeRestrictionResponse) MarshalBinary() ([]byte, error) + func (m *ModelAgeRestrictionResponse) UnmarshalBinary(b []byte) error + func (m *ModelAgeRestrictionResponse) Validate(formats strfmt.Registry) error + type ModelAgeRestrictionResponseV3 struct + AgeRestriction *int32 + Enable *bool + func (m *ModelAgeRestrictionResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelAgeRestrictionResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelAgeRestrictionResponseV3) Validate(formats strfmt.Registry) error + type ModelAssignUserV4Request struct + AssignedNamespaces []string + Namespace *string + UserID *string + func (m *ModelAssignUserV4Request) MarshalBinary() ([]byte, error) + func (m *ModelAssignUserV4Request) UnmarshalBinary(b []byte) error + func (m *ModelAssignUserV4Request) Validate(formats strfmt.Registry) error + type ModelAssignedUserV4Response struct + AssignedNamespaces []string + DisplayName *string + Email *string + RoleID *string + UserID *string + func (m *ModelAssignedUserV4Response) MarshalBinary() ([]byte, error) + func (m *ModelAssignedUserV4Response) UnmarshalBinary(b []byte) error + func (m *ModelAssignedUserV4Response) Validate(formats strfmt.Registry) error + type ModelAuthenticatorKeyResponseV4 struct + SecretKey *string + URI *string + func (m *ModelAuthenticatorKeyResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelAuthenticatorKeyResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelAuthenticatorKeyResponseV4) Validate(formats strfmt.Registry) error + type ModelBackupCodesResponseV4 struct + GeneratedAt *int64 + InvalidCodes []string + ValidCodes []string + func (m *ModelBackupCodesResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelBackupCodesResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelBackupCodesResponseV4) Validate(formats strfmt.Registry) error + type ModelBanCreateRequest struct + Ban *string + Comment *string + EndDate *string + Reason *string + SkipNotif *bool + func (m *ModelBanCreateRequest) MarshalBinary() ([]byte, error) + func (m *ModelBanCreateRequest) UnmarshalBinary(b []byte) error + func (m *ModelBanCreateRequest) Validate(formats strfmt.Registry) error + type ModelBanUpdateRequest struct + Enabled *bool + SkipNotif *bool + func (m *ModelBanUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelBanUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelBanUpdateRequest) Validate(formats strfmt.Registry) error + type ModelBulkAccountTypeUpdateRequestV4 struct + TestAccount *bool + UserIds []string + func (m *ModelBulkAccountTypeUpdateRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelBulkAccountTypeUpdateRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelBulkAccountTypeUpdateRequestV4) Validate(formats strfmt.Registry) error + type ModelBulkBanCreateRequestV3 struct + Ban *string + Comment *string + EndDate *string + Reason *string + SkipNotif *bool + UserIds []string + func (m *ModelBulkBanCreateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelBulkBanCreateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelBulkBanCreateRequestV3) Validate(formats strfmt.Registry) error + type ModelBulkUnbanCreateRequestV3 struct + Bans []*ModelUserUnbanCreateRequestV3 + func (m *ModelBulkUnbanCreateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelBulkUnbanCreateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelBulkUnbanCreateRequestV3) Validate(formats strfmt.Registry) error + type ModelCheckAvailabilityResponse struct + Accessible *bool + PlatformErrorMessage map[string]string + func (m *ModelCheckAvailabilityResponse) MarshalBinary() ([]byte, error) + func (m *ModelCheckAvailabilityResponse) UnmarshalBinary(b []byte) error + func (m *ModelCheckAvailabilityResponse) Validate(formats strfmt.Registry) error + type ModelCheckValidUserIDRequestV4 struct + UserIds []string + func (m *ModelCheckValidUserIDRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelCheckValidUserIDRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelCheckValidUserIDRequestV4) Validate(formats strfmt.Registry) error + type ModelConfigValueResponseV3 struct + Result interface{} + func (m *ModelConfigValueResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelConfigValueResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelConfigValueResponseV3) Validate(formats strfmt.Registry) error + type ModelCountry struct + AgeRestriction *int32 + CountryCode *string + CountryName *string + Enable *bool + func (m *ModelCountry) MarshalBinary() ([]byte, error) + func (m *ModelCountry) UnmarshalBinary(b []byte) error + func (m *ModelCountry) Validate(formats strfmt.Registry) error + type ModelCountryAgeRestrictionRequest struct + AgeRestriction *int32 + func (m *ModelCountryAgeRestrictionRequest) MarshalBinary() ([]byte, error) + func (m *ModelCountryAgeRestrictionRequest) UnmarshalBinary(b []byte) error + func (m *ModelCountryAgeRestrictionRequest) Validate(formats strfmt.Registry) error + type ModelCountryAgeRestrictionV3Request struct + AgeRestriction *int32 + func (m *ModelCountryAgeRestrictionV3Request) MarshalBinary() ([]byte, error) + func (m *ModelCountryAgeRestrictionV3Request) UnmarshalBinary(b []byte) error + func (m *ModelCountryAgeRestrictionV3Request) Validate(formats strfmt.Registry) error + type ModelCountryBlacklistRequest struct + Blacklist []string + func (m *ModelCountryBlacklistRequest) MarshalBinary() ([]byte, error) + func (m *ModelCountryBlacklistRequest) UnmarshalBinary(b []byte) error + func (m *ModelCountryBlacklistRequest) Validate(formats strfmt.Registry) error + type ModelCountryBlacklistResponse struct + Blacklist []string + func (m *ModelCountryBlacklistResponse) MarshalBinary() ([]byte, error) + func (m *ModelCountryBlacklistResponse) UnmarshalBinary(b []byte) error + func (m *ModelCountryBlacklistResponse) Validate(formats strfmt.Registry) error + type ModelCountryResponse struct + Code *string + Name *string + func (m *ModelCountryResponse) MarshalBinary() ([]byte, error) + func (m *ModelCountryResponse) UnmarshalBinary(b []byte) error + func (m *ModelCountryResponse) Validate(formats strfmt.Registry) error + type ModelCountryV3Response struct + AgeRestriction *int32 + CountryCode *string + CountryName *string + Enable *bool + func (m *ModelCountryV3Response) MarshalBinary() ([]byte, error) + func (m *ModelCountryV3Response) UnmarshalBinary(b []byte) error + func (m *ModelCountryV3Response) Validate(formats strfmt.Registry) error + type ModelCreateJusticeUserResponse struct + Namespace *string + UserID *string + func (m *ModelCreateJusticeUserResponse) MarshalBinary() ([]byte, error) + func (m *ModelCreateJusticeUserResponse) UnmarshalBinary(b []byte) error + func (m *ModelCreateJusticeUserResponse) Validate(formats strfmt.Registry) error + type ModelDeviceBanRequestV4 struct + Comment *string + DeviceID *string + DeviceType *string + Enabled *bool + EndDate *string + Ext interface{} + Reason *string + func (m *ModelDeviceBanRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceBanRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceBanRequestV4) Validate(formats strfmt.Registry) error + type ModelDeviceBanResponseV4 struct + BannedAt *int64 + BannedBy *string + Comment *string + DeviceID *string + DeviceType *string + DisabledAt *int64 + Enabled *bool + EndDate *int64 + ID *string + Namespace *string + Reason *string + TargetNamespace *string + func (m *ModelDeviceBanResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceBanResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceBanResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceBanUpdateRequestV4 struct + Enabled *bool + func (m *ModelDeviceBanUpdateRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceBanUpdateRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceBanUpdateRequestV4) Validate(formats strfmt.Registry) error + type ModelDeviceBannedResponseV4 struct + Data []*ModelDeviceBanResponseV4 + Paging *AccountcommonPagination + func (m *ModelDeviceBannedResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceBannedResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceBannedResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceBansResponseV4 struct + Data []*ModelDeviceBanResponseV4 + func (m *ModelDeviceBansResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceBansResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceBansResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceIDDecryptResponseV4 struct + DeviceID *string + func (m *ModelDeviceIDDecryptResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceIDDecryptResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceIDDecryptResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceResponseV4 struct + Ban *ModelDeviceBanResponseV4 + DeviceID *string + DeviceType *string + Ext interface{} + IP *string + LastLoginTime *int64 + func (m *ModelDeviceResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceTypeResponseV4 struct + DeviceType *string + func (m *ModelDeviceTypeResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceTypeResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceTypeResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceTypesResponseV4 struct + Data []*ModelDeviceTypeResponseV4 + func (m *ModelDeviceTypesResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceTypesResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceTypesResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceUserResponseV4 struct + Ext interface{} + IP *string + LastLoginTime *int64 + Namespace *string + UserID *string + func (m *ModelDeviceUserResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceUserResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceUserResponseV4) Validate(formats strfmt.Registry) error + type ModelDeviceUsersResponseV4 struct + Users []*ModelDeviceUserResponseV4 + func (m *ModelDeviceUsersResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDeviceUsersResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDeviceUsersResponseV4) Validate(formats strfmt.Registry) error + type ModelDevicesResponseV4 struct + Devices []*ModelDeviceResponseV4 + func (m *ModelDevicesResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelDevicesResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelDevicesResponseV4) Validate(formats strfmt.Registry) error + type ModelDisableMFARequest struct + Factor string + MFAToken string + func (m *ModelDisableMFARequest) MarshalBinary() ([]byte, error) + func (m *ModelDisableMFARequest) UnmarshalBinary(b []byte) error + func (m *ModelDisableMFARequest) Validate(formats strfmt.Registry) error + type ModelDisableUserRequest struct + Reason string + func (m *ModelDisableUserRequest) MarshalBinary() ([]byte, error) + func (m *ModelDisableUserRequest) UnmarshalBinary(b []byte) error + func (m *ModelDisableUserRequest) Validate(formats strfmt.Registry) error + type ModelEmailUpdateRequestV4 struct + Code *string + EmailAddress *string + func (m *ModelEmailUpdateRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelEmailUpdateRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelEmailUpdateRequestV4) Validate(formats strfmt.Registry) error + type ModelEnabledFactorsResponseV4 struct + Default *string + Enabled []string + RemainingBackupCodeCount int32 + func (m *ModelEnabledFactorsResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelEnabledFactorsResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelEnabledFactorsResponseV4) Validate(formats strfmt.Registry) error + type ModelFailedBanUnbanUserV3 struct + Reason *string + UserID *string + func (m *ModelFailedBanUnbanUserV3) MarshalBinary() ([]byte, error) + func (m *ModelFailedBanUnbanUserV3) UnmarshalBinary(b []byte) error + func (m *ModelFailedBanUnbanUserV3) Validate(formats strfmt.Registry) error + type ModelFieldUpdateAllowStatus struct + Field *string + NextAvailableEditTime int64 + RemainingTimeInSeconds int64 + Type *string + func (m *ModelFieldUpdateAllowStatus) MarshalBinary() ([]byte, error) + func (m *ModelFieldUpdateAllowStatus) UnmarshalBinary(b []byte) error + func (m *ModelFieldUpdateAllowStatus) Validate(formats strfmt.Registry) error + type ModelForgotPasswordRequestV3 struct + EmailAddress *string + LanguageTag string + func (m *ModelForgotPasswordRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelForgotPasswordRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelForgotPasswordRequestV3) Validate(formats strfmt.Registry) error + type ModelGetAdminUsersResponse struct + Data []*ModelUserResponse + Paging *AccountcommonPagination + func (m *ModelGetAdminUsersResponse) MarshalBinary() ([]byte, error) + func (m *ModelGetAdminUsersResponse) UnmarshalBinary(b []byte) error + func (m *ModelGetAdminUsersResponse) Validate(formats strfmt.Registry) error + type ModelGetBulkUserBansRequest struct + BulkUserID []string + func (m *ModelGetBulkUserBansRequest) MarshalBinary() ([]byte, error) + func (m *ModelGetBulkUserBansRequest) UnmarshalBinary(b []byte) error + func (m *ModelGetBulkUserBansRequest) Validate(formats strfmt.Registry) error + type ModelGetLinkHeadlessAccountConflictResponse struct + CurrentAccount *ModelAccountProgressionInfo + HeadlessAccount *ModelAccountProgressionInfo + PlatformAlreadyLinked *bool + PlatformID *string + PlatformLinkConflict *bool + func (m *ModelGetLinkHeadlessAccountConflictResponse) MarshalBinary() ([]byte, error) + func (m *ModelGetLinkHeadlessAccountConflictResponse) UnmarshalBinary(b []byte) error + func (m *ModelGetLinkHeadlessAccountConflictResponse) Validate(formats strfmt.Registry) error + type ModelGetProfileUpdateStrategyConfigResponse struct + Data []*ModelSimpleProfileUpdateStrategyConfigs + func (m *ModelGetProfileUpdateStrategyConfigResponse) MarshalBinary() ([]byte, error) + func (m *ModelGetProfileUpdateStrategyConfigResponse) UnmarshalBinary(b []byte) error + func (m *ModelGetProfileUpdateStrategyConfigResponse) Validate(formats strfmt.Registry) error + type ModelGetPublisherUserResponse struct + Namespace *string + UserID *string + func (m *ModelGetPublisherUserResponse) MarshalBinary() ([]byte, error) + func (m *ModelGetPublisherUserResponse) UnmarshalBinary(b []byte) error + func (m *ModelGetPublisherUserResponse) Validate(formats strfmt.Registry) error + type ModelGetUserBanSummaryV3 struct + ActiveCount *int32 + Data []*ModelUserBanWithStatus + InactiveCount *int32 + TotalCount *int32 + func (m *ModelGetUserBanSummaryV3) MarshalBinary() ([]byte, error) + func (m *ModelGetUserBanSummaryV3) UnmarshalBinary(b []byte) error + func (m *ModelGetUserBanSummaryV3) Validate(formats strfmt.Registry) error + type ModelGetUserBanV3Response struct + Data []*ModelUserBanResponseV3 + Paging *AccountcommonPaginationV3 + func (m *ModelGetUserBanV3Response) MarshalBinary() ([]byte, error) + func (m *ModelGetUserBanV3Response) UnmarshalBinary(b []byte) error + func (m *ModelGetUserBanV3Response) Validate(formats strfmt.Registry) error + type ModelGetUserJusticePlatformAccountResponse struct + DesignatedNamespace *string + UserID *string + func (m *ModelGetUserJusticePlatformAccountResponse) MarshalBinary() ([]byte, error) + func (m *ModelGetUserJusticePlatformAccountResponse) UnmarshalBinary(b []byte) error + func (m *ModelGetUserJusticePlatformAccountResponse) Validate(formats strfmt.Registry) error + type ModelGetUserMapping struct + Namespace *string + UserID *string + func (m *ModelGetUserMapping) MarshalBinary() ([]byte, error) + func (m *ModelGetUserMapping) UnmarshalBinary(b []byte) error + func (m *ModelGetUserMapping) Validate(formats strfmt.Registry) error + type ModelGetUserMappingV3 struct + Namespace *string + UserID *string + func (m *ModelGetUserMappingV3) MarshalBinary() ([]byte, error) + func (m *ModelGetUserMappingV3) UnmarshalBinary(b []byte) error + func (m *ModelGetUserMappingV3) Validate(formats strfmt.Registry) error + type ModelGetUsersResponseWithPaginationV3 struct + Data []*ModelUserResponseV3 + Paging *AccountcommonPaginationV3 + func (m *ModelGetUsersResponseWithPaginationV3) MarshalBinary() ([]byte, error) + func (m *ModelGetUsersResponseWithPaginationV3) UnmarshalBinary(b []byte) error + func (m *ModelGetUsersResponseWithPaginationV3) Validate(formats strfmt.Registry) error + type ModelInputValidationConfigVersion struct + AllowAllSpecialCharacters *bool + AllowDigit *bool + AllowLetter *bool + AllowSpace *bool + AllowUnicode *bool + AvatarConfig *AccountcommonAvatarConfig + BlockedWord []string + IsCustomRegex *bool + LetterCase *string + MaxLength *int32 + MaxRepeatingAlphaNum *int32 + MaxRepeatingSpecialCharacter *int32 + MinCharType *int32 + MinLength *int32 + ProfanityFilter string + Regex *string + SpecialCharacterLocation *string + SpecialCharacters []string + Version *int32 + func (m *ModelInputValidationConfigVersion) MarshalBinary() ([]byte, error) + func (m *ModelInputValidationConfigVersion) UnmarshalBinary(b []byte) error + func (m *ModelInputValidationConfigVersion) Validate(formats strfmt.Registry) error + type ModelInputValidationData struct + Field *string + Validation *ModelValidationDetail + func (m *ModelInputValidationData) MarshalBinary() ([]byte, error) + func (m *ModelInputValidationData) UnmarshalBinary(b []byte) error + func (m *ModelInputValidationData) Validate(formats strfmt.Registry) error + type ModelInputValidationDataPublic struct + Field *string + Validation *ModelValidationDetailPublic + func (m *ModelInputValidationDataPublic) MarshalBinary() ([]byte, error) + func (m *ModelInputValidationDataPublic) UnmarshalBinary(b []byte) error + func (m *ModelInputValidationDataPublic) Validate(formats strfmt.Registry) error + type ModelInputValidationUpdatePayload struct + Field *string + Validation *Validation + func (m *ModelInputValidationUpdatePayload) MarshalBinary() ([]byte, error) + func (m *ModelInputValidationUpdatePayload) UnmarshalBinary(b []byte) error + func (m *ModelInputValidationUpdatePayload) Validate(formats strfmt.Registry) error + type ModelInputValidationsPublicResponse struct + Data []*ModelInputValidationDataPublic + Version *int32 + func (m *ModelInputValidationsPublicResponse) MarshalBinary() ([]byte, error) + func (m *ModelInputValidationsPublicResponse) UnmarshalBinary(b []byte) error + func (m *ModelInputValidationsPublicResponse) Validate(formats strfmt.Registry) error + type ModelInputValidationsResponse struct + Data []*ModelInputValidationData + Version *int32 + func (m *ModelInputValidationsResponse) MarshalBinary() ([]byte, error) + func (m *ModelInputValidationsResponse) UnmarshalBinary(b []byte) error + func (m *ModelInputValidationsResponse) Validate(formats strfmt.Registry) error + type ModelInvitationHistoryResponse struct + Accepted *bool + CreatedAt strfmt.DateTime + Inviter *string + Namespace *string + UpdatedAt strfmt.DateTime + func (m *ModelInvitationHistoryResponse) MarshalBinary() ([]byte, error) + func (m *ModelInvitationHistoryResponse) UnmarshalBinary(b []byte) error + func (m *ModelInvitationHistoryResponse) Validate(formats strfmt.Registry) error + type ModelInviteUserRequestV3 struct + EmailAddresses []string + IsAdmin *bool + LanguageTag string + Namespace string + Roles []string + func (m *ModelInviteUserRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelInviteUserRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelInviteUserRequestV3) Validate(formats strfmt.Registry) error + type ModelInviteUserRequestV4 struct + AssignedNamespaces []string + EmailAddresses []string + IsAdmin *bool + IsNewStudio bool + LanguageTag string + Namespace string + RoleID string + func (m *ModelInviteUserRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelInviteUserRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelInviteUserRequestV4) Validate(formats strfmt.Registry) error + type ModelInviteUserResponseV3 struct + Data []*ModelUserInvitationV3 + func (m *ModelInviteUserResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelInviteUserResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelInviteUserResponseV3) Validate(formats strfmt.Registry) error + type ModelLinkHeadlessAccountRequest struct + ChosenNamespaces []string + OneTimeLinkCode *string + func (m *ModelLinkHeadlessAccountRequest) MarshalBinary() ([]byte, error) + func (m *ModelLinkHeadlessAccountRequest) UnmarshalBinary(b []byte) error + func (m *ModelLinkHeadlessAccountRequest) Validate(formats strfmt.Registry) error + type ModelLinkPlatformAccountRequest struct + PlatformID *string + PlatformUserID *string + func (m *ModelLinkPlatformAccountRequest) MarshalBinary() ([]byte, error) + func (m *ModelLinkPlatformAccountRequest) UnmarshalBinary(b []byte) error + func (m *ModelLinkPlatformAccountRequest) Validate(formats strfmt.Registry) error + type ModelLinkPlatformAccountWithProgressionRequest struct + ChosenNamespaces []string + RequestID *string + func (m *ModelLinkPlatformAccountWithProgressionRequest) MarshalBinary() ([]byte, error) + func (m *ModelLinkPlatformAccountWithProgressionRequest) UnmarshalBinary(b []byte) error + func (m *ModelLinkPlatformAccountWithProgressionRequest) Validate(formats strfmt.Registry) error + type ModelLinkRequest struct + ClientID *string + ConflictPublisherUserID string + ConflictUserLinkedGames []string + CurrentUserLinkedGames []string + Error *RestErrorResponseWithConflictedUserPlatformAccounts + Expiration int32 + Namespace *string + OperationName *string + Payload interface{} + PlatformDisplayName string + PlatformID string + PlatformUserID string + RedirectURI *string + RefreshToken string + RequestID *string + Status *string + UserID string + func (m *ModelLinkRequest) MarshalBinary() ([]byte, error) + func (m *ModelLinkRequest) UnmarshalBinary(b []byte) error + func (m *ModelLinkRequest) Validate(formats strfmt.Registry) error + type ModelLinkingHistoryResponseWithPaginationV3 struct + Data []string + Paging *AccountcommonPaginationV3 + TotalData *int32 + func (m *ModelLinkingHistoryResponseWithPaginationV3) MarshalBinary() ([]byte, error) + func (m *ModelLinkingHistoryResponseWithPaginationV3) UnmarshalBinary(b []byte) error + func (m *ModelLinkingHistoryResponseWithPaginationV3) Validate(formats strfmt.Registry) error + type ModelListAssignedUsersV4Response struct + Data []*ModelAssignedUserV4Response + Paging *AccountcommonPaginationV3 + func (m *ModelListAssignedUsersV4Response) MarshalBinary() ([]byte, error) + func (m *ModelListAssignedUsersV4Response) UnmarshalBinary(b []byte) error + func (m *ModelListAssignedUsersV4Response) Validate(formats strfmt.Registry) error + type ModelListBulkUserBanResponseV3 struct + FailedBans []*ModelFailedBanUnbanUserV3 + SuccessBans []*ModelUserBanResponseV3 + func (m *ModelListBulkUserBanResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelListBulkUserBanResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelListBulkUserBanResponseV3) Validate(formats strfmt.Registry) error + type ModelListBulkUserPlatformsResponse struct + Data []*ModelUserWithPlatformInfo + func (m *ModelListBulkUserPlatformsResponse) MarshalBinary() ([]byte, error) + func (m *ModelListBulkUserPlatformsResponse) UnmarshalBinary(b []byte) error + func (m *ModelListBulkUserPlatformsResponse) Validate(formats strfmt.Registry) error + type ModelListBulkUserResponse struct + Data []*ModelUserBaseInfo + func (m *ModelListBulkUserResponse) MarshalBinary() ([]byte, error) + func (m *ModelListBulkUserResponse) UnmarshalBinary(b []byte) error + func (m *ModelListBulkUserResponse) Validate(formats strfmt.Registry) error + type ModelListEmailAddressRequest struct + ListEmailAddressRequest []string + func (m *ModelListEmailAddressRequest) MarshalBinary() ([]byte, error) + func (m *ModelListEmailAddressRequest) UnmarshalBinary(b []byte) error + func (m *ModelListEmailAddressRequest) Validate(formats strfmt.Registry) error + type ModelListInvitationHistoriesV4Response struct + Data []*ModelInvitationHistoryResponse + Paging *AccountcommonPaginationV3 + func (m *ModelListInvitationHistoriesV4Response) MarshalBinary() ([]byte, error) + func (m *ModelListInvitationHistoriesV4Response) UnmarshalBinary(b []byte) error + func (m *ModelListInvitationHistoriesV4Response) Validate(formats strfmt.Registry) error + type ModelListRoleV4Response struct + Data []*ModelRoleV4Response + Paging *AccountcommonPaginationV3 + func (m *ModelListRoleV4Response) MarshalBinary() ([]byte, error) + func (m *ModelListRoleV4Response) UnmarshalBinary(b []byte) error + func (m *ModelListRoleV4Response) Validate(formats strfmt.Registry) error + type ModelListUserInformationResult struct + Data []*ModelUserInfoResponse + func (m *ModelListUserInformationResult) MarshalBinary() ([]byte, error) + func (m *ModelListUserInformationResult) UnmarshalBinary(b []byte) error + func (m *ModelListUserInformationResult) Validate(formats strfmt.Registry) error + type ModelListUserResponseV3 struct + Data []*ModelUserResponseV3 + func (m *ModelListUserResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelListUserResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelListUserResponseV3) Validate(formats strfmt.Registry) error + type ModelListUserRolesV4Response struct + Data []*ModelUserRolesV4Response + Paging *AccountcommonPaginationV3 + func (m *ModelListUserRolesV4Response) MarshalBinary() ([]byte, error) + func (m *ModelListUserRolesV4Response) UnmarshalBinary(b []byte) error + func (m *ModelListUserRolesV4Response) Validate(formats strfmt.Registry) error + type ModelListValidUserIDResponseV4 struct + Data []*ModelValidUserIDResponseV4 + func (m *ModelListValidUserIDResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelListValidUserIDResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelListValidUserIDResponseV4) Validate(formats strfmt.Registry) error + type ModelLoginAllowlistRequest struct + Active *bool + RoleIds []string + func (m *ModelLoginAllowlistRequest) MarshalBinary() ([]byte, error) + func (m *ModelLoginAllowlistRequest) UnmarshalBinary(b []byte) error + func (m *ModelLoginAllowlistRequest) Validate(formats strfmt.Registry) error + type ModelLoginAllowlistResponse struct + Active *bool + Namespace *string + RoleIds []string + func (m *ModelLoginAllowlistResponse) MarshalBinary() ([]byte, error) + func (m *ModelLoginAllowlistResponse) UnmarshalBinary(b []byte) error + func (m *ModelLoginAllowlistResponse) Validate(formats strfmt.Registry) error + type ModelLoginHistoriesResponse struct + Data []*ModelUserLoginHistoryResponse + Paging *AccountcommonPagination + func (m *ModelLoginHistoriesResponse) MarshalBinary() ([]byte, error) + func (m *ModelLoginHistoriesResponse) UnmarshalBinary(b []byte) error + func (m *ModelLoginHistoriesResponse) Validate(formats strfmt.Registry) error + type ModelNamespaceInvitationHistoryUserV4Response struct + Data []*ModelUserInvitationHistory + Paging *AccountcommonPaginationV3 + func (m *ModelNamespaceInvitationHistoryUserV4Response) MarshalBinary() ([]byte, error) + func (m *ModelNamespaceInvitationHistoryUserV4Response) UnmarshalBinary(b []byte) error + func (m *ModelNamespaceInvitationHistoryUserV4Response) Validate(formats strfmt.Registry) error + type ModelNamespaceRoleRequest struct + Namespace *string + RoleID *string + func (m *ModelNamespaceRoleRequest) MarshalBinary() ([]byte, error) + func (m *ModelNamespaceRoleRequest) UnmarshalBinary(b []byte) error + func (m *ModelNamespaceRoleRequest) Validate(formats strfmt.Registry) error + type ModelOneTimeCodeLinkRedirectionResponse struct + RedirectURI *string + func (m *ModelOneTimeCodeLinkRedirectionResponse) MarshalBinary() ([]byte, error) + func (m *ModelOneTimeCodeLinkRedirectionResponse) UnmarshalBinary(b []byte) error + func (m *ModelOneTimeCodeLinkRedirectionResponse) Validate(formats strfmt.Registry) error + type ModelPermissionDeleteRequest struct + Action *int32 + Resource *string + func (m *ModelPermissionDeleteRequest) MarshalBinary() ([]byte, error) + func (m *ModelPermissionDeleteRequest) UnmarshalBinary(b []byte) error + func (m *ModelPermissionDeleteRequest) Validate(formats strfmt.Registry) error + type ModelPlatformDomainDeleteRequest struct + Domain *string + func (m *ModelPlatformDomainDeleteRequest) MarshalBinary() ([]byte, error) + func (m *ModelPlatformDomainDeleteRequest) UnmarshalBinary(b []byte) error + func (m *ModelPlatformDomainDeleteRequest) Validate(formats strfmt.Registry) error + type ModelPlatformDomainResponse struct + RegisteredDomains []*AccountcommonRegisteredDomain + func (m *ModelPlatformDomainResponse) MarshalBinary() ([]byte, error) + func (m *ModelPlatformDomainResponse) UnmarshalBinary(b []byte) error + func (m *ModelPlatformDomainResponse) Validate(formats strfmt.Registry) error + type ModelPlatformDomainUpdateRequest struct + AffectedClientIDs []string + AssignedNamespaces []string + Domain *string + RoleID *string + func (m *ModelPlatformDomainUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelPlatformDomainUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelPlatformDomainUpdateRequest) Validate(formats strfmt.Registry) error + type ModelPlatformUserIDRequest struct + PlatformUserIds []string + func (m *ModelPlatformUserIDRequest) MarshalBinary() ([]byte, error) + func (m *ModelPlatformUserIDRequest) UnmarshalBinary(b []byte) error + func (m *ModelPlatformUserIDRequest) Validate(formats strfmt.Registry) error + type ModelPlatformUserIDRequestV4 struct + PidType string + PlatformUserIds []string + func (m *ModelPlatformUserIDRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelPlatformUserIDRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelPlatformUserIDRequestV4) Validate(formats strfmt.Registry) error + type ModelPlatformUserInformation struct + DisplayName *string + EmailAddress string + LinkedAt strfmt.DateTime + Namespace *string + PlatformID *string + PlatformUserID *string + XUID string + func (m *ModelPlatformUserInformation) MarshalBinary() ([]byte, error) + func (m *ModelPlatformUserInformation) UnmarshalBinary(b []byte) error + func (m *ModelPlatformUserInformation) Validate(formats strfmt.Registry) error + type ModelProgressionInfo struct + CreatedAt *int64 + Dlcs *PlatformDLCAggResponse + LastLoginTime int64 + Namespace *string + UserBan *ModelSimpleUserBan + Wallets []*PlatformWalletAggResponse + func (m *ModelProgressionInfo) MarshalBinary() ([]byte, error) + func (m *ModelProgressionInfo) UnmarshalBinary(b []byte) error + func (m *ModelProgressionInfo) Validate(formats strfmt.Registry) error + type ModelPublicInviteUserRequestV4 struct + AdditionalData string + EmailAddress *string + LanguageTag string + Namespace *string + NamespaceDisplayName *string + func (m *ModelPublicInviteUserRequestV4) MarshalBinary() ([]byte, error) + func (m *ModelPublicInviteUserRequestV4) UnmarshalBinary(b []byte) error + func (m *ModelPublicInviteUserRequestV4) Validate(formats strfmt.Registry) error + type ModelPublicOpenIDUserInfoResponse struct + Email *string + Name *string + Picture *string + Sub *string + func (m *ModelPublicOpenIDUserInfoResponse) MarshalBinary() ([]byte, error) + func (m *ModelPublicOpenIDUserInfoResponse) UnmarshalBinary(b []byte) error + func (m *ModelPublicOpenIDUserInfoResponse) Validate(formats strfmt.Registry) error + type ModelPublicThirdPartyPlatformInfo struct + AppID *string + ClientID *string + Environment *string + IsActive *bool + LogoURL string + PlatformID *string + PlatformName *string + TokenAuthenticationType *string + func (m *ModelPublicThirdPartyPlatformInfo) MarshalBinary() ([]byte, error) + func (m *ModelPublicThirdPartyPlatformInfo) UnmarshalBinary(b []byte) error + func (m *ModelPublicThirdPartyPlatformInfo) Validate(formats strfmt.Registry) error + type ModelPublicUserInformationResponseV3 struct + Data []*ModelPublicUserInformationV3 + Paging *AccountcommonPaginationV3 + func (m *ModelPublicUserInformationResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelPublicUserInformationResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelPublicUserInformationResponseV3) Validate(formats strfmt.Registry) error + type ModelPublicUserInformationV3 struct + CreatedAt strfmt.DateTime + DisplayName *string + Namespace *string + UniqueDisplayName string + UserID *string + UserName *string + UserPlatformInfos []*ModelUserPlatformInfo + func (m *ModelPublicUserInformationV3) MarshalBinary() ([]byte, error) + func (m *ModelPublicUserInformationV3) UnmarshalBinary(b []byte) error + func (m *ModelPublicUserInformationV3) Validate(formats strfmt.Registry) error + type ModelPublicUserResponse struct + AuthType *string + Bans []*ModelUserActiveBanResponse + CreatedAt strfmt.DateTime + DeletionStatus *bool + DisplayName *string + EmailVerified *bool + Enabled *bool + LastEnabledChangedTime strfmt.DateTime + LoginID *string + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + Permissions []*AccountcommonPermission + PhoneVerified *bool + PlatformID string + PlatformUserID string + Roles []string + UserID *string + Username string + XUID string + func (m *ModelPublicUserResponse) MarshalBinary() ([]byte, error) + func (m *ModelPublicUserResponse) UnmarshalBinary(b []byte) error + func (m *ModelPublicUserResponse) Validate(formats strfmt.Registry) error + type ModelPublicUserResponseV3 struct + AuthType *string + AvatarURL string + Bans []*ModelUserActiveBanResponseV3 + CreatedAt strfmt.DateTime + DeletionStatus *bool + DisplayName *string + EmailVerified *bool + Enabled *bool + LastDateOfBirthChangedTime strfmt.DateTime + LastEnabledChangedTime strfmt.DateTime + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + Permissions []*ModelUserPermissionsResponseV3 + PhoneVerified *bool + PlatformID string + PlatformUserID string + Roles []string + UniqueDisplayName *string + UserID *string + UserName string + func (m *ModelPublicUserResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelPublicUserResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelPublicUserResponseV3) Validate(formats strfmt.Registry) error + type ModelPublicUserUpdateRequestV3 struct + AvatarURL string + Country string + DateOfBirth string + DisplayName string + LanguageTag string + UniqueDisplayName string + UserName string + func (m *ModelPublicUserUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelPublicUserUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelPublicUserUpdateRequestV3) Validate(formats strfmt.Registry) error + type ModelPublicUsersResponse struct + Users []*ModelPublicUserResponse + func (m *ModelPublicUsersResponse) MarshalBinary() ([]byte, error) + func (m *ModelPublicUsersResponse) UnmarshalBinary(b []byte) error + func (m *ModelPublicUsersResponse) Validate(formats strfmt.Registry) error + type ModelRemoveUserRoleV4Request struct + AssignedNamespaces []string + RoleID *string + func (m *ModelRemoveUserRoleV4Request) MarshalBinary() ([]byte, error) + func (m *ModelRemoveUserRoleV4Request) UnmarshalBinary(b []byte) error + func (m *ModelRemoveUserRoleV4Request) Validate(formats strfmt.Registry) error + type ModelResetPasswordRequest struct + Code *string + LoginID *string + NewPassword *string + func (m *ModelResetPasswordRequest) MarshalBinary() ([]byte, error) + func (m *ModelResetPasswordRequest) UnmarshalBinary(b []byte) error + func (m *ModelResetPasswordRequest) Validate(formats strfmt.Registry) error + type ModelResetPasswordRequestV3 struct + ClientID string + Code *string + EmailAddress *string + LanguageTag string + NewPassword *string + func (m *ModelResetPasswordRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelResetPasswordRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelResetPasswordRequestV3) Validate(formats strfmt.Registry) error + type ModelRevokeUserV4Request struct + Namespace *string + UserID *string + func (m *ModelRevokeUserV4Request) MarshalBinary() ([]byte, error) + func (m *ModelRevokeUserV4Request) UnmarshalBinary(b []byte) error + func (m *ModelRevokeUserV4Request) Validate(formats strfmt.Registry) error + type ModelRoleAdminStatusResponse struct + AdminRole *bool + func (m *ModelRoleAdminStatusResponse) MarshalBinary() ([]byte, error) + func (m *ModelRoleAdminStatusResponse) UnmarshalBinary(b []byte) error + func (m *ModelRoleAdminStatusResponse) Validate(formats strfmt.Registry) error + type ModelRoleAdminStatusResponseV3 struct + AdminRole *bool + func (m *ModelRoleAdminStatusResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleAdminStatusResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleAdminStatusResponseV3) Validate(formats strfmt.Registry) error + type ModelRoleCreateRequest struct + AdminRole *bool + Managers []*AccountcommonRoleManager + Members []*AccountcommonRoleMember + Permissions []*AccountcommonPermission + RoleName *string + func (m *ModelRoleCreateRequest) MarshalBinary() ([]byte, error) + func (m *ModelRoleCreateRequest) UnmarshalBinary(b []byte) error + func (m *ModelRoleCreateRequest) Validate(formats strfmt.Registry) error + type ModelRoleCreateV3Request struct + AdminRole *bool + Deletable bool + IsWildcard *bool + Managers []*AccountcommonRoleManagerV3 + Members []*AccountcommonRoleMemberV3 + Permissions []*AccountcommonPermissionV3 + RoleName *string + func (m *ModelRoleCreateV3Request) MarshalBinary() ([]byte, error) + func (m *ModelRoleCreateV3Request) UnmarshalBinary(b []byte) error + func (m *ModelRoleCreateV3Request) Validate(formats strfmt.Registry) error + type ModelRoleManagersRequest struct + Managers []*AccountcommonRoleManager + func (m *ModelRoleManagersRequest) MarshalBinary() ([]byte, error) + func (m *ModelRoleManagersRequest) UnmarshalBinary(b []byte) error + func (m *ModelRoleManagersRequest) Validate(formats strfmt.Registry) error + type ModelRoleManagersRequestV3 struct + Managers []*AccountcommonRoleManagerV3 + func (m *ModelRoleManagersRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleManagersRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleManagersRequestV3) Validate(formats strfmt.Registry) error + type ModelRoleManagersResponse struct + Managers []*AccountcommonRoleManager + func (m *ModelRoleManagersResponse) MarshalBinary() ([]byte, error) + func (m *ModelRoleManagersResponse) UnmarshalBinary(b []byte) error + func (m *ModelRoleManagersResponse) Validate(formats strfmt.Registry) error + type ModelRoleManagersResponsesV3 struct + Data []*AccountcommonRoleManagerV3 + Paging *AccountcommonPaginationV3 + func (m *ModelRoleManagersResponsesV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleManagersResponsesV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleManagersResponsesV3) Validate(formats strfmt.Registry) error + type ModelRoleMembersRequest struct + Members []*AccountcommonRoleMember + func (m *ModelRoleMembersRequest) MarshalBinary() ([]byte, error) + func (m *ModelRoleMembersRequest) UnmarshalBinary(b []byte) error + func (m *ModelRoleMembersRequest) Validate(formats strfmt.Registry) error + type ModelRoleMembersRequestV3 struct + Members []*AccountcommonRoleMemberV3 + func (m *ModelRoleMembersRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleMembersRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleMembersRequestV3) Validate(formats strfmt.Registry) error + type ModelRoleMembersResponse struct + Members []*AccountcommonRoleMember + func (m *ModelRoleMembersResponse) MarshalBinary() ([]byte, error) + func (m *ModelRoleMembersResponse) UnmarshalBinary(b []byte) error + func (m *ModelRoleMembersResponse) Validate(formats strfmt.Registry) error + type ModelRoleMembersResponseV3 struct + Data []*AccountcommonRoleMemberV3 + Paging *AccountcommonPaginationV3 + func (m *ModelRoleMembersResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleMembersResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleMembersResponseV3) Validate(formats strfmt.Registry) error + type ModelRoleNamesResponseV3 struct + Data []string + Paging *AccountcommonPaginationV3 + func (m *ModelRoleNamesResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleNamesResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleNamesResponseV3) Validate(formats strfmt.Registry) error + type ModelRoleOverrideResponse struct + Active *bool + Additions []*AccountcommonOverrideRolePermission + CreatedAt *strfmt.DateTime + Exclusions []*AccountcommonOverrideRolePermission + Identity *string + Namespace *string + Overrides []*AccountcommonOverrideRolePermission + Replacements []*AccountcommonReplaceRolePermission + UpdatedAt *strfmt.DateTime + func (m *ModelRoleOverrideResponse) MarshalBinary() ([]byte, error) + func (m *ModelRoleOverrideResponse) UnmarshalBinary(b []byte) error + func (m *ModelRoleOverrideResponse) Validate(formats strfmt.Registry) error + type ModelRoleOverrideSourceResponse struct + Permissions []*AccountcommonOverrideRolePermission + func (m *ModelRoleOverrideSourceResponse) MarshalBinary() ([]byte, error) + func (m *ModelRoleOverrideSourceResponse) UnmarshalBinary(b []byte) error + func (m *ModelRoleOverrideSourceResponse) Validate(formats strfmt.Registry) error + type ModelRoleOverrideStatsUpdateRequest struct + Active *bool + func (m *ModelRoleOverrideStatsUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelRoleOverrideStatsUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelRoleOverrideStatsUpdateRequest) Validate(formats strfmt.Registry) error + type ModelRoleOverrideUpdateRequest struct + Additions []*AccountcommonOverrideRolePermission + Exclusions []*AccountcommonOverrideRolePermission + Overrides []*AccountcommonOverrideRolePermission + Replacements []*AccountcommonReplaceRolePermission + func (m *ModelRoleOverrideUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelRoleOverrideUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelRoleOverrideUpdateRequest) Validate(formats strfmt.Registry) error + type ModelRolePermissionResponseV3 struct + Permissions []*AccountcommonPermission + func (m *ModelRolePermissionResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelRolePermissionResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelRolePermissionResponseV3) Validate(formats strfmt.Registry) error + type ModelRoleResponse struct + IsWildcard *bool + Permissions []*AccountcommonPermission + RoleID *string + RoleName *string + func (m *ModelRoleResponse) MarshalBinary() ([]byte, error) + func (m *ModelRoleResponse) UnmarshalBinary(b []byte) error + func (m *ModelRoleResponse) Validate(formats strfmt.Registry) error + type ModelRoleResponseV3 struct + AdminRole *bool + IsWildcard *bool + Permissions []*AccountcommonPermissionV3 + RoleID *string + RoleName *string + func (m *ModelRoleResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleResponseV3) Validate(formats strfmt.Registry) error + type ModelRoleResponseWithManagers struct + IsWildcard *bool + Managers []*AccountcommonRoleManager + Permissions []*AccountcommonPermission + RoleID *string + RoleName *string + func (m *ModelRoleResponseWithManagers) MarshalBinary() ([]byte, error) + func (m *ModelRoleResponseWithManagers) UnmarshalBinary(b []byte) error + func (m *ModelRoleResponseWithManagers) Validate(formats strfmt.Registry) error + type ModelRoleResponseWithManagersAndPaginationV3 struct + Data []*ModelRoleResponseWithManagersV3 + Paging *AccountcommonPaginationV3 + func (m *ModelRoleResponseWithManagersAndPaginationV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleResponseWithManagersAndPaginationV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleResponseWithManagersAndPaginationV3) Validate(formats strfmt.Registry) error + type ModelRoleResponseWithManagersV3 struct + AdminRole *bool + IsWildcard *bool + Managers []*AccountcommonRoleManagerV3 + Permissions []*AccountcommonPermissionV3 + RoleID *string + RoleName *string + func (m *ModelRoleResponseWithManagersV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleResponseWithManagersV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleResponseWithManagersV3) Validate(formats strfmt.Registry) error + type ModelRoleUpdateRequest struct + RoleName *string + func (m *ModelRoleUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelRoleUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelRoleUpdateRequest) Validate(formats strfmt.Registry) error + type ModelRoleUpdateRequestV3 struct + Deletable bool + IsWildcard *bool + RoleName *string + func (m *ModelRoleUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelRoleUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelRoleUpdateRequestV3) Validate(formats strfmt.Registry) error + type ModelRoleV4Request struct + AdminRole *bool + Deletable bool + IsWildcard *bool + RoleName *string + func (m *ModelRoleV4Request) MarshalBinary() ([]byte, error) + func (m *ModelRoleV4Request) UnmarshalBinary(b []byte) error + func (m *ModelRoleV4Request) Validate(formats strfmt.Registry) error + type ModelRoleV4Response struct + AdminRole *bool + IsWildcard *bool + Permissions []*AccountcommonPermissionV3 + RoleID *string + RoleName *string + func (m *ModelRoleV4Response) MarshalBinary() ([]byte, error) + func (m *ModelRoleV4Response) UnmarshalBinary(b []byte) error + func (m *ModelRoleV4Response) Validate(formats strfmt.Registry) error + type ModelSSOPlatformCredentialRequest struct + APIKey *string + AcsURL *string + AppID *string + FederationMetadataURL *string + IsActive *bool + RedirectURI *string + SSOURL *string + Secret *string + func (m *ModelSSOPlatformCredentialRequest) MarshalBinary() ([]byte, error) + func (m *ModelSSOPlatformCredentialRequest) UnmarshalBinary(b []byte) error + func (m *ModelSSOPlatformCredentialRequest) Validate(formats strfmt.Registry) error + type ModelSSOPlatformCredentialResponse struct + AcsURL *string + AppID *string + FederationMetadataURL *string + IsActive *bool + Namespace *string + PlatformID *string + RedirectURI *string + SSOURL *string + Secret *string + TruncatedAPIKey *string + func (m *ModelSSOPlatformCredentialResponse) MarshalBinary() ([]byte, error) + func (m *ModelSSOPlatformCredentialResponse) UnmarshalBinary(b []byte) error + func (m *ModelSSOPlatformCredentialResponse) Validate(formats strfmt.Registry) error + type ModelSearchUsersByPlatformIDResponse struct + Data []*AccountcommonUserSearchByPlatformIDResult + Paging *AccountcommonPagination + func (m *ModelSearchUsersByPlatformIDResponse) MarshalBinary() ([]byte, error) + func (m *ModelSearchUsersByPlatformIDResponse) UnmarshalBinary(b []byte) error + func (m *ModelSearchUsersByPlatformIDResponse) Validate(formats strfmt.Registry) error + type ModelSearchUsersResponse struct + Data []*AccountcommonUserSearchResult + func (m *ModelSearchUsersResponse) MarshalBinary() ([]byte, error) + func (m *ModelSearchUsersResponse) UnmarshalBinary(b []byte) error + func (m *ModelSearchUsersResponse) Validate(formats strfmt.Registry) error + type ModelSearchUsersResponseWithPaginationV3 struct + Data []*ModelUserResponseV3 + Paging *AccountcommonPaginationV3 + TotalData *int32 + func (m *ModelSearchUsersResponseWithPaginationV3) MarshalBinary() ([]byte, error) + func (m *ModelSearchUsersResponseWithPaginationV3) UnmarshalBinary(b []byte) error + func (m *ModelSearchUsersResponseWithPaginationV3) Validate(formats strfmt.Registry) error + type ModelSendRegisterVerificationCodeRequest struct + EmailAddress *string + LanguageTag string + func (m *ModelSendRegisterVerificationCodeRequest) MarshalBinary() ([]byte, error) + func (m *ModelSendRegisterVerificationCodeRequest) UnmarshalBinary(b []byte) error + func (m *ModelSendRegisterVerificationCodeRequest) Validate(formats strfmt.Registry) error + type ModelSendVerificationCodeRequest struct + Context string + LanguageTag *string + LoginID *string + func (m *ModelSendVerificationCodeRequest) MarshalBinary() ([]byte, error) + func (m *ModelSendVerificationCodeRequest) UnmarshalBinary(b []byte) error + func (m *ModelSendVerificationCodeRequest) Validate(formats strfmt.Registry) error + type ModelSendVerificationCodeRequestV3 struct + Context string + EmailAddress *string + LanguageTag string + UpgradeToken string + func (m *ModelSendVerificationCodeRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelSendVerificationCodeRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelSendVerificationCodeRequestV3) Validate(formats strfmt.Registry) error + type ModelSendVerificationLinkRequest struct + LanguageTag string + func (m *ModelSendVerificationLinkRequest) MarshalBinary() ([]byte, error) + func (m *ModelSendVerificationLinkRequest) UnmarshalBinary(b []byte) error + func (m *ModelSendVerificationLinkRequest) Validate(formats strfmt.Registry) error + type ModelSimpleProfileUpdateStrategyConfigs struct + Config *AccountcommonProfileUpdateConfig + CreatedAt strfmt.DateTime + Field *string + Type *string + UpdatedAt strfmt.DateTime + func (m *ModelSimpleProfileUpdateStrategyConfigs) MarshalBinary() ([]byte, error) + func (m *ModelSimpleProfileUpdateStrategyConfigs) UnmarshalBinary(b []byte) error + func (m *ModelSimpleProfileUpdateStrategyConfigs) Validate(formats strfmt.Registry) error + type ModelSimpleUserBan struct + Ban *string + EndDate *int64 + func (m *ModelSimpleUserBan) MarshalBinary() ([]byte, error) + func (m *ModelSimpleUserBan) UnmarshalBinary(b []byte) error + func (m *ModelSimpleUserBan) Validate(formats strfmt.Registry) error + type ModelThirdPartyLoginPlatformCredentialRequest struct + ACSURL *string + AWSCognitoRegion *string + AWSCognitoUserPool *string + AllowedClients []string + AppID *string + AuthorizationEndpoint *string + ClientID *string + EmptyStrFieldList []string + EnableServerLicenseValidation bool + Environment *string + FederationMetadataURL *string + GenericOauthFlow *bool + IncludePUID bool + IsActive *bool + Issuer *string + JWKSEndpoint *string + KeyID *string + LogoURL string + NetflixCertificates *AccountcommonNetflixCertificates + OrganizationID *string + PlatformName *string + RedirectURI *string + RegisteredDomains []*AccountcommonRegisteredDomain + Scopes []string + Secret *string + TeamID *string + TokenAuthenticationType *string + TokenClaimsMapping map[string]string + TokenEndpoint *string + UserInfoEndpoint *string + UserInfoHTTPMethod *string + func (m *ModelThirdPartyLoginPlatformCredentialRequest) MarshalBinary() ([]byte, error) + func (m *ModelThirdPartyLoginPlatformCredentialRequest) UnmarshalBinary(b []byte) error + func (m *ModelThirdPartyLoginPlatformCredentialRequest) Validate(formats strfmt.Registry) error + type ModelThirdPartyLoginPlatformCredentialResponse struct + ACSURL *string + AWSCognitoRegion *string + AWSCognitoUserPool *string + AllowedClients []string + AppID *string + AuthorizationEndpoint string + ClientID *string + EnableServerLicenseValidation *bool + Environment *string + FederationMetadataURL *string + GenericOauthFlow *bool + IncludePUID bool + IsActive *bool + Issuer *string + JWKSEndpoint *string + KeyID *string + LogoURL string + Namespace *string + NetflixCertificates *AccountcommonNetflixCertificates + OrganizationID *string + PlatformID *string + PlatformName *string + RedirectURI *string + RegisteredDomains []*AccountcommonRegisteredDomain + Scopes []string + Secret *string + TeamID *string + TokenAuthenticationType *string + TokenClaimsMapping map[string]string + TokenEndpoint string + UserInfoEndpoint string + UserInfoHTTPMethod string + func (m *ModelThirdPartyLoginPlatformCredentialResponse) MarshalBinary() ([]byte, error) + func (m *ModelThirdPartyLoginPlatformCredentialResponse) UnmarshalBinary(b []byte) error + func (m *ModelThirdPartyLoginPlatformCredentialResponse) Validate(formats strfmt.Registry) error + type ModelTokenThirdPartyLinkStatusResponse struct + Linked *bool + PlatformToken string + SandboxID string + func (m *ModelTokenThirdPartyLinkStatusResponse) MarshalBinary() ([]byte, error) + func (m *ModelTokenThirdPartyLinkStatusResponse) UnmarshalBinary(b []byte) error + func (m *ModelTokenThirdPartyLinkStatusResponse) Validate(formats strfmt.Registry) error + type ModelUnlinkUserPlatformRequest struct + PlatformNamespace string + func (m *ModelUnlinkUserPlatformRequest) MarshalBinary() ([]byte, error) + func (m *ModelUnlinkUserPlatformRequest) UnmarshalBinary(b []byte) error + func (m *ModelUnlinkUserPlatformRequest) Validate(formats strfmt.Registry) error + type ModelUpdatePermissionScheduleRequest struct + SchedAction int32 + SchedCron string + SchedRange []string + func (m *ModelUpdatePermissionScheduleRequest) MarshalBinary() ([]byte, error) + func (m *ModelUpdatePermissionScheduleRequest) UnmarshalBinary(b []byte) error + func (m *ModelUpdatePermissionScheduleRequest) Validate(formats strfmt.Registry) error + type ModelUpdateProfileUpdateStrategyConfigRequest struct + Config *AccountcommonProfileUpdateConfig + Type string + func (m *ModelUpdateProfileUpdateStrategyConfigRequest) MarshalBinary() ([]byte, error) + func (m *ModelUpdateProfileUpdateStrategyConfigRequest) UnmarshalBinary(b []byte) error + func (m *ModelUpdateProfileUpdateStrategyConfigRequest) Validate(formats strfmt.Registry) error + type ModelUpdateUserDeletionStatusRequest struct + DeletionDate int64 + Enabled *bool + func (m *ModelUpdateUserDeletionStatusRequest) MarshalBinary() ([]byte, error) + func (m *ModelUpdateUserDeletionStatusRequest) UnmarshalBinary(b []byte) error + func (m *ModelUpdateUserDeletionStatusRequest) Validate(formats strfmt.Registry) error + type ModelUpdateUserStatusRequest struct + Enabled *bool + Reason string + func (m *ModelUpdateUserStatusRequest) MarshalBinary() ([]byte, error) + func (m *ModelUpdateUserStatusRequest) UnmarshalBinary(b []byte) error + func (m *ModelUpdateUserStatusRequest) Validate(formats strfmt.Registry) error + type ModelUpgradeHeadlessAccountRequest struct + LoginID *string + Password *string + func (m *ModelUpgradeHeadlessAccountRequest) MarshalBinary() ([]byte, error) + func (m *ModelUpgradeHeadlessAccountRequest) UnmarshalBinary(b []byte) error + func (m *ModelUpgradeHeadlessAccountRequest) Validate(formats strfmt.Registry) error + type ModelUpgradeHeadlessAccountV3Request struct + EmailAddress *string + Password *string + func (m *ModelUpgradeHeadlessAccountV3Request) MarshalBinary() ([]byte, error) + func (m *ModelUpgradeHeadlessAccountV3Request) UnmarshalBinary(b []byte) error + func (m *ModelUpgradeHeadlessAccountV3Request) Validate(formats strfmt.Registry) error + type ModelUpgradeHeadlessAccountWithVerificationCodeRequest struct + Code *string + LoginID *string + Password *string + func (m *ModelUpgradeHeadlessAccountWithVerificationCodeRequest) MarshalBinary() ([]byte, error) + func (m *ModelUpgradeHeadlessAccountWithVerificationCodeRequest) UnmarshalBinary(b []byte) error + func (m *ModelUpgradeHeadlessAccountWithVerificationCodeRequest) Validate(formats strfmt.Registry) error + type ModelUpgradeHeadlessAccountWithVerificationCodeRequestV3 struct + Code *string + Country string + DateOfBirth string + DisplayName string + EmailAddress *string + Password *string + UniqueDisplayName string + ValidateOnly bool + func (m *ModelUpgradeHeadlessAccountWithVerificationCodeRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUpgradeHeadlessAccountWithVerificationCodeRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUpgradeHeadlessAccountWithVerificationCodeRequestV3) Validate(formats strfmt.Registry) error + type ModelUserActiveBanResponse struct + Ban *string + BanID *string + EndDate strfmt.DateTime + func (m *ModelUserActiveBanResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserActiveBanResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserActiveBanResponse) Validate(formats strfmt.Registry) error + type ModelUserActiveBanResponseV3 struct + Ban *string + BanID *string + EndDate strfmt.DateTime + TargetedNamespace *string + func (m *ModelUserActiveBanResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelUserActiveBanResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelUserActiveBanResponseV3) Validate(formats strfmt.Registry) error + type ModelUserBanResponse struct + Ban *string + BanID *string + BannedBy *BannedBy + Comment *string + CreatedAt strfmt.DateTime + DisabledDate *strfmt.DateTime + Enabled *bool + EndDate strfmt.DateTime + Namespace *string + Reason *string + UserID *string + func (m *ModelUserBanResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserBanResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserBanResponse) Validate(formats strfmt.Registry) error + type ModelUserBanResponseV3 struct + Ban *string + BanID *string + BannedBy *AccountcommonBannedByV3 + Comment *string + CreatedAt strfmt.DateTime + DisabledDate strfmt.DateTime + Enabled *bool + EndDate strfmt.DateTime + Namespace *string + Reason *string + UserID *string + func (m *ModelUserBanResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelUserBanResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelUserBanResponseV3) Validate(formats strfmt.Registry) error + type ModelUserBanWithStatus struct + Active *bool + Ban *string + BanID *string + BannedBy *AccountcommonBannedByV3 + Comment *string + CreatedAt strfmt.DateTime + DisabledDate strfmt.DateTime + Enabled *bool + EndDate strfmt.DateTime + Namespace *string + Reason *string + UserID *string + func (m *ModelUserBanWithStatus) MarshalBinary() ([]byte, error) + func (m *ModelUserBanWithStatus) UnmarshalBinary(b []byte) error + func (m *ModelUserBanWithStatus) Validate(formats strfmt.Registry) error + type ModelUserBaseInfo struct + AvatarURL *string + DisplayName *string + PlatformUserIds map[string]string + UniqueDisplayName string + UserID *string + Username string + func (m *ModelUserBaseInfo) MarshalBinary() ([]byte, error) + func (m *ModelUserBaseInfo) UnmarshalBinary(b []byte) error + func (m *ModelUserBaseInfo) Validate(formats strfmt.Registry) error + type ModelUserBulkUpdateRequestV3 struct + SkipLoginQueue *bool + func (m *ModelUserBulkUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUserBulkUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUserBulkUpdateRequestV3) Validate(formats strfmt.Registry) error + type ModelUserCreateRequest struct + AuthType *string + Country *string + DisplayName *string + LoginID *string + Password *string + PasswordMD5Sum string + func (m *ModelUserCreateRequest) MarshalBinary() ([]byte, error) + func (m *ModelUserCreateRequest) UnmarshalBinary(b []byte) error + func (m *ModelUserCreateRequest) Validate(formats strfmt.Registry) error + type ModelUserCreateRequestV3 struct + AcceptedPolicies []*LegalAcceptedPoliciesRequest + AuthType *string + Code *string + Country *string + DateOfBirth string + DisplayName *string + EmailAddress *string + Password *string + PasswordMD5Sum string + ReachMinimumAge *bool + UniqueDisplayName string + func (m *ModelUserCreateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUserCreateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUserCreateRequestV3) Validate(formats strfmt.Registry) error + type ModelUserCreateResponse struct + AuthType *string + Country *string + DateOfBirth strfmt.DateTime + DisplayName *string + LoginID *string + Namespace *string + UserID *string + func (m *ModelUserCreateResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserCreateResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserCreateResponse) Validate(formats strfmt.Registry) error + type ModelUserCreateResponseV3 struct + AuthType *string + Country *string + DateOfBirth strfmt.DateTime + DisplayName *string + EmailAddress *string + Namespace *string + UniqueDisplayName string + UserID *string + func (m *ModelUserCreateResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelUserCreateResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelUserCreateResponseV3) Validate(formats strfmt.Registry) error + type ModelUserDeletionStatusResponse struct + DeletionStatus *bool + func (m *ModelUserDeletionStatusResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserDeletionStatusResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserDeletionStatusResponse) Validate(formats strfmt.Registry) error + type ModelUserIDsRequest struct + UserIds []string + func (m *ModelUserIDsRequest) MarshalBinary() ([]byte, error) + func (m *ModelUserIDsRequest) UnmarshalBinary(b []byte) error + func (m *ModelUserIDsRequest) Validate(formats strfmt.Registry) error + type ModelUserIdentityUpdateRequestV3 struct + EmailAddress string + Password string + func (m *ModelUserIdentityUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUserIdentityUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUserIdentityUpdateRequestV3) Validate(formats strfmt.Registry) error + type ModelUserInfoResponse struct + DisplayName *string + EmailAddress *string + Namespace *string + UniqueDisplayName string + UserID *string + func (m *ModelUserInfoResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserInfoResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserInfoResponse) Validate(formats strfmt.Registry) error + type ModelUserInformation struct + Country *string + DisplayName *string + EmailAddresses []string + LinkedPlatformAccounts []*ModelPlatformUserInformation + PhoneNumber *string + Username *string + XUID string + func (m *ModelUserInformation) MarshalBinary() ([]byte, error) + func (m *ModelUserInformation) UnmarshalBinary(b []byte) error + func (m *ModelUserInformation) Validate(formats strfmt.Registry) error + type ModelUserInputValidationRequest struct + DisplayName string + Password string + UniqueDisplayName string + Username string + func (m *ModelUserInputValidationRequest) MarshalBinary() ([]byte, error) + func (m *ModelUserInputValidationRequest) UnmarshalBinary(b []byte) error + func (m *ModelUserInputValidationRequest) Validate(formats strfmt.Registry) error + type ModelUserInputValidationResponse struct + Message string + Valid *bool + func (m *ModelUserInputValidationResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserInputValidationResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserInputValidationResponse) Validate(formats strfmt.Registry) error + type ModelUserInvitationHistory struct + Accepted *bool + Invitee *string + UpdatedAt strfmt.DateTime + func (m *ModelUserInvitationHistory) MarshalBinary() ([]byte, error) + func (m *ModelUserInvitationHistory) UnmarshalBinary(b []byte) error + func (m *ModelUserInvitationHistory) Validate(formats strfmt.Registry) error + type ModelUserInvitationV3 struct + AdditionalData string + Email *string + ExpiredAt strfmt.DateTime + ID string + IsNewStudio bool + Namespace string + NamespaceDisplayName string + Roles []*AccountcommonNamespaceRole + StudioNamespace string + func (m *ModelUserInvitationV3) MarshalBinary() ([]byte, error) + func (m *ModelUserInvitationV3) UnmarshalBinary(b []byte) error + func (m *ModelUserInvitationV3) Validate(formats strfmt.Registry) error + type ModelUserLoginHistoryResponse struct + ApplicationName *string + City *string + Country *string + DeviceID *string + DeviceName *string + State *string + Timestamp *int64 + func (m *ModelUserLoginHistoryResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserLoginHistoryResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserLoginHistoryResponse) Validate(formats strfmt.Registry) error + type ModelUserMFAStatusResponseV4 struct + DefaultFactor string + Enabled *bool + EnabledFactors []string + func (m *ModelUserMFAStatusResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelUserMFAStatusResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelUserMFAStatusResponseV4) Validate(formats strfmt.Registry) error + type ModelUserMFATokenResponseV4 struct + MFAToken *string + func (m *ModelUserMFATokenResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelUserMFATokenResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelUserMFATokenResponseV4) Validate(formats strfmt.Registry) error + type ModelUserPasswordUpdateRequest struct + LanguageTag *string + NewPassword *string + OldPassword *string + func (m *ModelUserPasswordUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelUserPasswordUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelUserPasswordUpdateRequest) Validate(formats strfmt.Registry) error + type ModelUserPasswordUpdateV3Request struct + LanguageTag *string + MFAToken string + NewPassword *string + OldPassword *string + func (m *ModelUserPasswordUpdateV3Request) MarshalBinary() ([]byte, error) + func (m *ModelUserPasswordUpdateV3Request) UnmarshalBinary(b []byte) error + func (m *ModelUserPasswordUpdateV3Request) Validate(formats strfmt.Registry) error + type ModelUserPermissionsResponseV3 struct + Action *int32 + Resource *string + SchedAction int32 + SchedCron string + SchedRange []string + func (m *ModelUserPermissionsResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelUserPermissionsResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelUserPermissionsResponseV3) Validate(formats strfmt.Registry) error + type ModelUserPlatformInfo struct + PlatformAvatarURL string + PlatformDisplayName string + PlatformGroup string + PlatformID *string + PlatformUserID string + func (m *ModelUserPlatformInfo) MarshalBinary() ([]byte, error) + func (m *ModelUserPlatformInfo) UnmarshalBinary(b []byte) error + func (m *ModelUserPlatformInfo) Validate(formats strfmt.Registry) error + type ModelUserPlatformInfos struct + AvatarURL string + DisplayName string + PlatformInfos []*ModelUserPlatformInfo + UniqueDisplayName string + UserID *string + func (m *ModelUserPlatformInfos) MarshalBinary() ([]byte, error) + func (m *ModelUserPlatformInfos) UnmarshalBinary(b []byte) error + func (m *ModelUserPlatformInfos) Validate(formats strfmt.Registry) error + type ModelUserPlatformLinkHistories struct + Data []*ModelUserPlatformLinkHistory + func (m *ModelUserPlatformLinkHistories) MarshalBinary() ([]byte, error) + func (m *ModelUserPlatformLinkHistories) UnmarshalBinary(b []byte) error + func (m *ModelUserPlatformLinkHistories) Validate(formats strfmt.Registry) error + type ModelUserPlatformLinkHistory struct + Action *string + Actor *string + ActorType *string + CreatedAt *int64 + Namespace *string + Platform *string + PlatformDisplayName *string + PlatformID *string + PlatformUserID *string + PublisherUserID *string + func (m *ModelUserPlatformLinkHistory) MarshalBinary() ([]byte, error) + func (m *ModelUserPlatformLinkHistory) UnmarshalBinary(b []byte) error + func (m *ModelUserPlatformLinkHistory) Validate(formats strfmt.Registry) error + type ModelUserPlatformMetadata struct + Metadata interface{} + Namespace *string + PlatformUserID *string + UserID *string + func (m *ModelUserPlatformMetadata) MarshalBinary() ([]byte, error) + func (m *ModelUserPlatformMetadata) UnmarshalBinary(b []byte) error + func (m *ModelUserPlatformMetadata) Validate(formats strfmt.Registry) error + type ModelUserProfileUpdateAllowStatus struct + Status []*ModelFieldUpdateAllowStatus + func (m *ModelUserProfileUpdateAllowStatus) MarshalBinary() ([]byte, error) + func (m *ModelUserProfileUpdateAllowStatus) UnmarshalBinary(b []byte) error + func (m *ModelUserProfileUpdateAllowStatus) Validate(formats strfmt.Registry) error + type ModelUserPublicInfoResponseV4 struct + DisplayName *string + UniqueDisplayName string + UserID *string + func (m *ModelUserPublicInfoResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelUserPublicInfoResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelUserPublicInfoResponseV4) Validate(formats strfmt.Registry) error + type ModelUserResponse struct + AuthType *string + AvatarURL string + Bans []*ModelUserActiveBanResponse + Country *string + CreatedAt strfmt.DateTime + DateOfBirth strfmt.DateTime + DeletionStatus *bool + DisplayName *string + EmailAddress string + EmailVerified *bool + Enabled *bool + LastDateOfBirthChangedTime strfmt.DateTime + LastEnabledChangedTime strfmt.DateTime + LoginID *string + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + NewEmailAddress string + OldEmailAddress *string + Permissions []*AccountcommonPermission + PhoneNumber string + PhoneVerified *bool + PlatformID string + PlatformUserID string + Roles []string + UniqueDisplayName string + UserID *string + Username string + XUID string + func (m *ModelUserResponse) MarshalBinary() ([]byte, error) + func (m *ModelUserResponse) UnmarshalBinary(b []byte) error + func (m *ModelUserResponse) Validate(formats strfmt.Registry) error + type ModelUserResponseV3 struct + AuthType *string + AvatarURL string + Bans []*ModelUserActiveBanResponseV3 + Country *string + CreatedAt strfmt.DateTime + DateOfBirth *strfmt.DateTime + DeletionDate string + DeletionStatus *bool + DisplayName *string + EmailAddress *string + EmailVerified *bool + Enabled *bool + LastDateOfBirthChangedTime strfmt.DateTime + LastEnabledChangedTime strfmt.DateTime + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + NewEmailAddress string + OldEmailAddress string + Permissions []*ModelUserPermissionsResponseV3 + PhoneNumber string + PhoneVerified *bool + PlatformAvatarURL string + PlatformDisplayName string + PlatformID string + PlatformInfos []*ModelUserPlatformInfo + PlatformUserID string + Roles []string + SkipLoginQueue bool + TestAccount bool + UniqueDisplayName string + UserID *string + UserName string + func (m *ModelUserResponseV3) MarshalBinary() ([]byte, error) + func (m *ModelUserResponseV3) UnmarshalBinary(b []byte) error + func (m *ModelUserResponseV3) Validate(formats strfmt.Registry) error + type ModelUserRolesV4Response struct + AssignedNamespaces []string + RoleID *string + RoleName *string + func (m *ModelUserRolesV4Response) MarshalBinary() ([]byte, error) + func (m *ModelUserRolesV4Response) UnmarshalBinary(b []byte) error + func (m *ModelUserRolesV4Response) Validate(formats strfmt.Registry) error + type ModelUserUnbanCreateRequestV3 struct + BanID *string + UserID *string + func (m *ModelUserUnbanCreateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUserUnbanCreateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUserUnbanCreateRequestV3) Validate(formats strfmt.Registry) error + type ModelUserUpdateRequest struct + Country string + DateOfBirth string + DisplayName string + LanguageTag string + func (m *ModelUserUpdateRequest) MarshalBinary() ([]byte, error) + func (m *ModelUserUpdateRequest) UnmarshalBinary(b []byte) error + func (m *ModelUserUpdateRequest) Validate(formats strfmt.Registry) error + type ModelUserUpdateRequestV3 struct + AvatarURL string + Country string + DateOfBirth string + DisplayName string + LanguageTag string + SkipLoginQueue bool + UniqueDisplayName string + UserName string + func (m *ModelUserUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUserUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUserUpdateRequestV3) Validate(formats strfmt.Registry) error + type ModelUserVerificationRequest struct + Code *string + ContactType *string + LanguageTag *string + ValidateOnly *bool + func (m *ModelUserVerificationRequest) MarshalBinary() ([]byte, error) + func (m *ModelUserVerificationRequest) UnmarshalBinary(b []byte) error + func (m *ModelUserVerificationRequest) Validate(formats strfmt.Registry) error + type ModelUserVerificationRequestV3 struct + Code *string + ContactType *string + LanguageTag string + ValidateOnly bool + func (m *ModelUserVerificationRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUserVerificationRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUserVerificationRequestV3) Validate(formats strfmt.Registry) error + type ModelUserWithPlatformInfo struct + AvatarURL string + DisplayName string + PlatformInfos []*ModelUserPlatformInfo + UniqueDisplayName string + UserID *string + Username string + Xuid string + func (m *ModelUserWithPlatformInfo) MarshalBinary() ([]byte, error) + func (m *ModelUserWithPlatformInfo) UnmarshalBinary(b []byte) error + func (m *ModelUserWithPlatformInfo) Validate(formats strfmt.Registry) error + type ModelUsersPlatformInfosRequestV3 struct + PlatformID string + UserIds []string + func (m *ModelUsersPlatformInfosRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUsersPlatformInfosRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUsersPlatformInfosRequestV3) Validate(formats strfmt.Registry) error + type ModelUsersPlatformInfosResponse struct + Data []*ModelUserPlatformInfos + func (m *ModelUsersPlatformInfosResponse) MarshalBinary() ([]byte, error) + func (m *ModelUsersPlatformInfosResponse) UnmarshalBinary(b []byte) error + func (m *ModelUsersPlatformInfosResponse) Validate(formats strfmt.Registry) error + type ModelUsersUpdateRequestV3 struct + UpdateRequest *ModelUserBulkUpdateRequestV3 + UserIds []string + func (m *ModelUsersUpdateRequestV3) MarshalBinary() ([]byte, error) + func (m *ModelUsersUpdateRequestV3) UnmarshalBinary(b []byte) error + func (m *ModelUsersUpdateRequestV3) Validate(formats strfmt.Registry) error + type ModelValidUserIDResponseV4 struct + Exists *bool + UserID *string + func (m *ModelValidUserIDResponseV4) MarshalBinary() ([]byte, error) + func (m *ModelValidUserIDResponseV4) UnmarshalBinary(b []byte) error + func (m *ModelValidUserIDResponseV4) Validate(formats strfmt.Registry) error + type ModelValidationDetail struct + AllowAllSpecialCharacters *bool + AllowDigit *bool + AllowLetter *bool + AllowSpace *bool + AllowUnicode *bool + AvatarConfig *AccountcommonAvatarConfig + BlockedWord []string + Description []*AccountcommonInputValidationDescription + IsCustomRegex *bool + LetterCase *string + MaxLength *int32 + MaxRepeatingAlphaNum *int32 + MaxRepeatingSpecialCharacter *int32 + MinCharType *int32 + MinLength *int32 + ProfanityFilter string + Regex *string + SpecialCharacterLocation *string + SpecialCharacters []string + func (m *ModelValidationDetail) MarshalBinary() ([]byte, error) + func (m *ModelValidationDetail) UnmarshalBinary(b []byte) error + func (m *ModelValidationDetail) Validate(formats strfmt.Registry) error + type ModelValidationDetailPublic struct + AllowAllSpecialCharacters *bool + AllowDigit *bool + AllowLetter *bool + AllowSpace *bool + AllowUnicode *bool + AvatarConfig *AccountcommonAvatarConfig + BlockedWord []string + Description *AccountcommonInputValidationDescription + IsCustomRegex *bool + LetterCase *string + MaxLength *int32 + MaxRepeatingAlphaNum *int32 + MaxRepeatingSpecialCharacter *int32 + MinCharType *int32 + MinLength *int32 + ProfanityFilter string + Regex *string + SpecialCharacterLocation *string + SpecialCharacters []string + func (m *ModelValidationDetailPublic) MarshalBinary() ([]byte, error) + func (m *ModelValidationDetailPublic) UnmarshalBinary(b []byte) error + func (m *ModelValidationDetailPublic) Validate(formats strfmt.Registry) error + type ModelVerificationCodeResponse struct + AccountRegistration *string + AccountUpgrade *string + PasswordReset *string + UpdateEmail *string + func (m *ModelVerificationCodeResponse) MarshalBinary() ([]byte, error) + func (m *ModelVerificationCodeResponse) UnmarshalBinary(b []byte) error + func (m *ModelVerificationCodeResponse) Validate(formats strfmt.Registry) error + type ModelVerifyRegistrationCode struct + Code *string + EmailAddress *string + func (m *ModelVerifyRegistrationCode) MarshalBinary() ([]byte, error) + func (m *ModelVerifyRegistrationCode) UnmarshalBinary(b []byte) error + func (m *ModelVerifyRegistrationCode) Validate(formats strfmt.Registry) error + type ModelWebLinkingResponse struct + State *string + ThirdPartyURL *string + func (m *ModelWebLinkingResponse) MarshalBinary() ([]byte, error) + func (m *ModelWebLinkingResponse) UnmarshalBinary(b []byte) error + func (m *ModelWebLinkingResponse) Validate(formats strfmt.Registry) error + type OauthapiRevocationList struct + RevokedTokens *BloomFilterJSON + RevokedUsers []*OauthcommonUserRevocationListRecord + func (m *OauthapiRevocationList) MarshalBinary() ([]byte, error) + func (m *OauthapiRevocationList) UnmarshalBinary(b []byte) error + func (m *OauthapiRevocationList) Validate(formats strfmt.Registry) error + type OauthcommonJWKKey struct + Alg string + E string + Kid string + Kty *string + N string + Use string + func (m *OauthcommonJWKKey) MarshalBinary() ([]byte, error) + func (m *OauthcommonJWKKey) UnmarshalBinary(b []byte) error + func (m *OauthcommonJWKKey) Validate(formats strfmt.Registry) error + type OauthcommonJWKSet struct + Keys []*OauthcommonJWKKey + func (m *OauthcommonJWKSet) MarshalBinary() ([]byte, error) + func (m *OauthcommonJWKSet) UnmarshalBinary(b []byte) error + func (m *OauthcommonJWKSet) Validate(formats strfmt.Registry) error + type OauthcommonUserRevocationListRecord struct + ID *string + RevokedAt strfmt.DateTime + func (m *OauthcommonUserRevocationListRecord) MarshalBinary() ([]byte, error) + func (m *OauthcommonUserRevocationListRecord) UnmarshalBinary(b []byte) error + func (m *OauthcommonUserRevocationListRecord) Validate(formats strfmt.Registry) error + type OauthmodelCountryLocationResponse struct + City *string + CountryCode *string + CountryName *string + State *string + func (m *OauthmodelCountryLocationResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelCountryLocationResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelCountryLocationResponse) Validate(formats strfmt.Registry) error + type OauthmodelErrorResponse struct + ClientID string + DefaultFactor string + Email string + Error *string + ErrorDescription string + ErrorURI string + Factors []string + LinkingToken string + LoginQueueTicket *OauthmodelLoginQueueTicketResponse + MFAToken string + MessageVariables map[string]string + PlatformID string + RemainingBackupCodeCount int32 + UserBan *OauthmodelUserBan + func (m *OauthmodelErrorResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelErrorResponse) TranslateToApiError() (*ApiError, error) + func (m *OauthmodelErrorResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelErrorResponse) Validate(formats strfmt.Registry) error + type OauthmodelLoginQueueTicketResponse struct + Cancel *OauthmodelTicketEndpointAction + EstimatedWaitingTimeInSeconds *int32 + PlayerPollingTimeInSeconds *int32 + Position *int32 + ReconnectExpiredAt *int64 + Refresh *OauthmodelTicketEndpointAction + Ticket *string + func (m *OauthmodelLoginQueueTicketResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelLoginQueueTicketResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelLoginQueueTicketResponse) Validate(formats strfmt.Registry) error + type OauthmodelOneTimeLinkingCodeResponse struct + Exp *int64 + OneTimeLinkCode *string + OneTimeLinkURL *string + func (m *OauthmodelOneTimeLinkingCodeResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelOneTimeLinkingCodeResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelOneTimeLinkingCodeResponse) Validate(formats strfmt.Registry) error + type OauthmodelOneTimeLinkingCodeValidationResponse struct + Expired *bool + PlatformID string + Valid *bool + func (m *OauthmodelOneTimeLinkingCodeValidationResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelOneTimeLinkingCodeValidationResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelOneTimeLinkingCodeValidationResponse) Validate(formats strfmt.Registry) error + type OauthmodelPlatformTokenRefreshResponseV3 struct + AvatarURL string + Country string + DisplayName string + PlatformTokenExpiresAt int64 + PlatformUserID string + func (m *OauthmodelPlatformTokenRefreshResponseV3) MarshalBinary() ([]byte, error) + func (m *OauthmodelPlatformTokenRefreshResponseV3) UnmarshalBinary(b []byte) error + func (m *OauthmodelPlatformTokenRefreshResponseV3) Validate(formats strfmt.Registry) error + type OauthmodelTargetTokenCodeResponse struct + Code *string + func (m *OauthmodelTargetTokenCodeResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelTargetTokenCodeResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelTargetTokenCodeResponse) Validate(formats strfmt.Registry) error + type OauthmodelTicketEndpointAction struct + Action *string + Href *string + func (m *OauthmodelTicketEndpointAction) MarshalBinary() ([]byte, error) + func (m *OauthmodelTicketEndpointAction) UnmarshalBinary(b []byte) error + func (m *OauthmodelTicketEndpointAction) Validate(formats strfmt.Registry) error + type OauthmodelTokenIntrospectResponse struct + Active *bool + Aud string + ClientID string + Exp int64 + Iat int64 + Scope string + Sub string + func (m *OauthmodelTokenIntrospectResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelTokenIntrospectResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelTokenIntrospectResponse) Validate(formats strfmt.Registry) error + type OauthmodelTokenResponse struct + AccessToken *string + Bans []*AccountcommonJWTBanV3 + DeviceID string + DisplayName *string + ExpiresIn *int32 + IsComply bool + Jflgs int32 + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + Permissions []*AccountcommonPermission + PlatformID string + PlatformUserID string + RefreshExpiresIn int32 + RefreshToken *string + Roles []string + TokenType *string + UserID *string + func (m *OauthmodelTokenResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelTokenResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelTokenResponse) Validate(formats strfmt.Registry) error + type OauthmodelTokenResponseV3 struct + AccessToken *string + Bans []*AccountcommonJWTBanV3 + DisplayName string + ExpiresIn *int32 + IsComply bool + Jflgs int32 + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + Permissions []*AccountcommonPermissionV3 + PlatformID string + PlatformUserID string + RefreshExpiresIn int32 + RefreshToken string + Roles []string + Scope *string + SimultaneousPlatformID string + SimultaneousPlatformUserID string + TokenType *string + UniqueDisplayName string + UserID string + Xuid string + func (m *OauthmodelTokenResponseV3) MarshalBinary() ([]byte, error) + func (m *OauthmodelTokenResponseV3) UnmarshalBinary(b []byte) error + func (m *OauthmodelTokenResponseV3) Validate(formats strfmt.Registry) error + type OauthmodelTokenThirdPartyResponse struct + PlatformToken *string + PlatformTokenExpiresAt int64 + PlatformUserID string + SandBoxID string + func (m *OauthmodelTokenThirdPartyResponse) MarshalBinary() ([]byte, error) + func (m *OauthmodelTokenThirdPartyResponse) UnmarshalBinary(b []byte) error + func (m *OauthmodelTokenThirdPartyResponse) Validate(formats strfmt.Registry) error + type OauthmodelTokenWithDeviceCookieResponseV3 struct + AccessToken *string + AuthTrustID string + Bans []*AccountcommonJWTBanV3 + DisplayName string + ExpiresIn *int32 + IsComply bool + Jflgs int32 + Namespace *string + NamespaceRoles []*AccountcommonNamespaceRole + Permissions []*AccountcommonPermissionV3 + PlatformID string + PlatformUserID string + RefreshExpiresIn int32 + RefreshToken string + Roles []string + Scope *string + SimultaneousPlatformID string + SimultaneousPlatformUserID string + TokenType *string + UniqueDisplayName string + UserID string + Xuid string + func (m *OauthmodelTokenWithDeviceCookieResponseV3) MarshalBinary() ([]byte, error) + func (m *OauthmodelTokenWithDeviceCookieResponseV3) UnmarshalBinary(b []byte) error + func (m *OauthmodelTokenWithDeviceCookieResponseV3) Validate(formats strfmt.Registry) error + type OauthmodelUserBan struct + Comment *string + EndDate *int64 + Reason *string + func (m *OauthmodelUserBan) MarshalBinary() ([]byte, error) + func (m *OauthmodelUserBan) UnmarshalBinary(b []byte) error + func (m *OauthmodelUserBan) Validate(formats strfmt.Registry) error + type PlatformDLCAggResponse struct + TotalCount *int32 + func (m *PlatformDLCAggResponse) MarshalBinary() ([]byte, error) + func (m *PlatformDLCAggResponse) UnmarshalBinary(b []byte) error + func (m *PlatformDLCAggResponse) Validate(formats strfmt.Registry) error + type PlatformWalletAggResponse struct + Balance *int64 + CurrencyCode *string + CurrencySymbol *string + func (m *PlatformWalletAggResponse) MarshalBinary() ([]byte, error) + func (m *PlatformWalletAggResponse) UnmarshalBinary(b []byte) error + func (m *PlatformWalletAggResponse) Validate(formats strfmt.Registry) error + type RestErrorResponse struct + ErrorCode *int32 + ErrorMessage *string + MessageVariables map[string]string + RequiredPermission *RestPermission + func (m *RestErrorResponse) MarshalBinary() ([]byte, error) + func (m *RestErrorResponse) TranslateToApiError() (*ApiError, error) + func (m *RestErrorResponse) UnmarshalBinary(b []byte) error + func (m *RestErrorResponse) Validate(formats strfmt.Registry) error + type RestErrorResponseWithConflictedUserPlatformAccounts struct + ErrorCode *int32 + ErrorMessage *string + MessageVariables *AccountcommonConflictedUserPlatformAccounts + PreviousLinkedPlatformAccount *AccountcommonPlatformLinkingHistory + func (m *RestErrorResponseWithConflictedUserPlatformAccounts) MarshalBinary() ([]byte, error) + func (m *RestErrorResponseWithConflictedUserPlatformAccounts) TranslateToApiError() (*ApiError, error) + func (m *RestErrorResponseWithConflictedUserPlatformAccounts) UnmarshalBinary(b []byte) error + func (m *RestErrorResponseWithConflictedUserPlatformAccounts) Validate(formats strfmt.Registry) error + type RestPermission struct + Action *int32 + Resource *string + func (m *RestPermission) MarshalBinary() ([]byte, error) + func (m *RestPermission) UnmarshalBinary(b []byte) error + func (m *RestPermission) Validate(formats strfmt.Registry) error + type Validation struct + AllowAllSpecialCharacters *bool + AllowDigit *bool + AllowLetter *bool + AllowSpace *bool + AllowUnicode *bool + AvatarConfig *AccountcommonAvatarConfig + BlockedWord []string + Description []*ValidationDescription + IsCustomRegex *bool + LetterCase *string + MaxLength *int32 + MaxRepeatingAlphaNum *int32 + MaxRepeatingSpecialCharacter *int32 + MinCharType *int32 + MinLength *int32 + ProfanityFilter *string + Regex *string + SpecialCharacterLocation *string + SpecialCharacters []string + func (m *Validation) MarshalBinary() ([]byte, error) + func (m *Validation) UnmarshalBinary(b []byte) error + func (m *Validation) Validate(formats strfmt.Registry) error + type ValidationDescription struct + Language *string + Message []string + func (m *ValidationDescription) MarshalBinary() ([]byte, error) + func (m *ValidationDescription) UnmarshalBinary(b []byte) error + func (m *ValidationDescription) Validate(formats strfmt.Registry) error v0.1.0-alpha.17 Sep 6, 2024 v0.1.0-alpha.16 Aug 5, 2024 v0.1.0-alpha.15 May 8, 2024 v0.1.0-alpha.14 Mar 27, 2024 v0.1.0-alpha.13 Mar 13, 2024 v0.1.0-alpha.12 Feb 27, 2024 v0.1.0-alpha.11 Feb 13, 2024 v0.1.0-alpha.10 Jan 30, 2024 v0.1.0-alpha.9 Jan 3, 2024 v0.1.0-alpha.8 Dec 19, 2023 v0.1.0-alpha.7 Dec 5, 2023 v0.1.0-alpha.6 Nov 21, 2023 v0.1.0-alpha.5 Nov 7, 2023 v0.1.0-alpha.4 Oct 24, 2023 v0.1.0-alpha.3 Oct 11, 2023 v0.1.0-alpha.2 Sep 26, 2023 v0.1.0-alpha.1 Aug 9, 2023