DomainControlCenterSsoRequest interface
ドメイン管理のシングル サインオン要求情報。
プロパティ
post |
Post パラメーター キー。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
post |
Post パラメーター値。 クライアントでは、この値に 'application/x-www-form-urlencoded' エンコードを使用する必要があります。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
url | シングル サインオン要求が行われる URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
プロパティの詳細
postParameterKey
Post パラメーター キー。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
postParameterKey?: string
プロパティ値
string
postParameterValue
Post パラメーター値。 クライアントでは、この値に 'application/x-www-form-urlencoded' エンコードを使用する必要があります。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
postParameterValue?: string
プロパティ値
string
url
シングル サインオン要求が行われる URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
url?: string
プロパティ値
string