testing

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: May 29, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const CreateUserWithExternalIdentityRequest = `` /* 146-byte string literal not displayed */
View Source
const CreateUserWithExternalIdentityResponse = `` /* 164-byte string literal not displayed */
View Source
const ModifyUserAdminClearExternalIdentityRequest = `
{
	"user": {
		"xuser_id": "",
		"xuser_type": ""
	}
}
`
View Source
const ModifyUserAdminClearExternalIdentityResponse = `` /* 138-byte string literal not displayed */
View Source
const ModifyUserAdminWithExternalIdentityRequest = `
{
	"user": {
		"xuser_id": "external-user-456",
		"xuser_type": "TenantIdp"
	}
}
`
View Source
const ModifyUserAdminWithExternalIdentityResponse = `` /* 164-byte string literal not displayed */

Variables

View Source
var CreatedUserWithExternalIdentity = users.User{
	ID:        "9fe1d3",
	DomainID:  "1789d1",
	Enabled:   true,
	Name:      "jsmith",
	XuserID:   "external-user-123",
	XuserType: "TenantIdp",
}
View Source
var UpdatedUserWithClearedExternalIdentity = users.User{
	ID:        "9fe1d3",
	DomainID:  "1789d1",
	Enabled:   true,
	Name:      "jsmith",
	XuserID:   "",
	XuserType: "",
}
View Source
var UpdatedUserWithExternalIdentity = users.User{
	ID:        "9fe1d3",
	DomainID:  "1789d1",
	Enabled:   true,
	Name:      "jsmith",
	XuserID:   "external-user-456",
	XuserType: "TenantIdp",
}

Functions

func HandleCreateUserWithExternalIdentitySuccessfully

func HandleCreateUserWithExternalIdentitySuccessfully(t *testing.T)

func HandleModifyUserAdminClearExternalIdentitySuccessfully

func HandleModifyUserAdminClearExternalIdentitySuccessfully(t *testing.T)

func HandleModifyUserAdminWithExternalIdentitySuccessfully

func HandleModifyUserAdminWithExternalIdentitySuccessfully(t *testing.T)

Types

This section is empty.

Jump to

Keyboard shortcuts

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