DomainControlCenterSsoRequestOutput interface
Single sign-on request information for domain management.
Properties
| post |
Post parameter key. |
| post |
Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value. |
| url | URL where the single sign-on request is to be made. |
Property Details
postParameterKey
Post parameter key.
postParameterKey?: string
Property Value
string
postParameterValue
Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.
postParameterValue?: string
Property Value
string
url
URL where the single sign-on request is to be made.
url?: string
Property Value
string