Documentation
¶
Index ¶
Constants ¶
View Source
const AnonyMarcusUserResponse = `` /* 1399-byte string literal not displayed */
View Source
const CloudControllerReadGroupResponse = `` /* 458-byte string literal not displayed */
View Source
const DrSeussUserResponse = `` /* 1465-byte string literal not displayed */
View Source
const ExternalGroupsApiResponse = `` /* 341-byte string literal not displayed */
View Source
const ExternalGroupsApiResponseInsufficientScope = `` /* 145-byte string literal not displayed */
View Source
const MarcusUserResponse = `` /* 1457-byte string literal not displayed */
View Source
const PaginatedResponseTmpl = `` /* 138-byte string literal not displayed */
View Source
const UaaAdminGroupResponse = `` /* 442-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func EntityResponse ¶
func EntityResponse(response interface{}) string
func PaginatedResponse ¶
func PaginatedResponse(resources ...interface{}) string
Types ¶
type PaginatedResponseStruct ¶
type PaginatedResponseStruct struct {
Resources []interface{} `json:"resources"`
StartIndex int `json:"startIndex"`
ItemsPerPage int `json:"itemsPerPage"`
TotalResults int `json:"totalResults"`
Schemas []string `json:"schemas"`
}
PaginatedResponseStruct represents a paginated SCIM response
Click to show internal directories.
Click to hide internal directories.