models.test_idp_reachability module¶
-
class
models.test_idp_reachability.
TestIdpReachability
(issuer_id=None, sso_url=None)[source]¶ Bases:
object
Implementation of the ‘TestIdpReachability’ model.
Specifies the parameters to test the reachability of an IdP.
- Attributes:
issuer_id (string): Specifies the IdP provided Issuer ID for the app. sso_url (string): Specifies the SSO URL of the IdP service for the
customer. This is the URL given by IdP when the customer created an account. Customers may use this for several clusters that are registered with on IdP site.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.