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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.