DomainControlCenterSsoRequest interface
Single sign-on request information for domain management.
Properties
post |
Post parameter key. NOTE: This property will not be serialized. It can only be populated by the server. |
post |
Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value. NOTE: This property will not be serialized. It can only be populated by the server. |
url | URL where the single sign-on request is to be made. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
postParameterKey
Post parameter key. NOTE: This property will not be serialized. It can only be populated by the server.
postParameterKey?: string
Property Value
string
postParameterValue
Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value. NOTE: This property will not be serialized. It can only be populated by the server.
postParameterValue?: string
Property Value
string
url
URL where the single sign-on request is to be made. NOTE: This property will not be serialized. It can only be populated by the server.
url?: string
Property Value
string