[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Create
DescriptionCreates a new SSO configuration record in the admin service, belonging to the specified org.
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v1/sso-configurations
Request Body
Request Body
{
"caConfigDn": "CN=Configuration,DC=example,DC=com",
"caMode": "sub",
"description": "My SSO configuration.",
"name": "my-sso-configuration",
"orgId": "org-1"
}
array of
string
activeDirectoryIds
Optional
Set of Active Directory IDs that are part of the same Active Directory Forest.
string
caConfigDn
Optional
Configuration DN. Verify the Active Directory to get the appropriate value
string
caMode
Optional
CA mode. Accepted values: root or sub
string
description
Optional
The description of the SSO configuration
string
name
Optional
The name of the SSO configuration
string
orgId
Optional
Organization ID
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
SsoConfiguration
of type */*
Successfully created SSO configuration record
{
"activeDirectoryIds": [
"string"
],
"caBundles": [
{
"baseCrl": "string",
"bundlePubKey": "string",
"caCertVersion": 0,
"credentialId": "string",
"deltaCrl": "string",
"rootCaCrt": "string",
"subCaCsr": "string"
}
],
"caConfigDn": "string",
"caMode": "string",
"createdAt": "string",
"description": "string",
"id": "string",
"location": "string",
"name": "string",
"orgId": "string",
"updatedAt": "string",
"version": 0
}
string
location
Required
string
caConfigDn
Required
string
caMode
Required
string
name
Required
string
orgId
Required
array of
string
activeDirectoryIds
Optional
string as date-time
createdAt
Optional
string
description
Optional
string
id
Optional
string as date-time
updatedAt
Optional
integer as int64
version
Optional
Errors
ErrorResponse
400
Bad Request
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
404
Not Found
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"caConfigDn":"CN=Configuration,DC=example,DC=com","caMode":"sub","description":"My SSO configuration.","name":"my-sso-configuration","orgId":"org-1"}' https://cloud.vmwarehorizon.com/admin/v1/sso-configurations
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: ssoConfiguration
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
post
get
get
get
patch
delete