共用方式為


DomainControlCenterSsoRequest interface

網域管理的單一登入要求資訊。

屬性

postParameterKey

Post 參數索引鍵。 注意:此屬性不會序列化。 它只能由伺服器填入。

postParameterValue

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