UpdateSaml2IdentityProviderDetails¶
- 
class oci.identity.models.UpdateSaml2IdentityProviderDetails(**kwargs)¶
- Bases: - oci.identity.models.update_identity_provider_details.UpdateIdentityProviderDetails- UpdateSaml2IdentityProviderDetails model. - Attributes - PROTOCOL_SAML2- str(object=’’) -> str - defined_tags- Gets the defined_tags of this UpdateIdentityProviderDetails. - description- Gets the description of this UpdateIdentityProviderDetails. - freeform_attributes- Gets the freeform_attributes of this UpdateSaml2IdentityProviderDetails. - freeform_tags- Gets the freeform_tags of this UpdateIdentityProviderDetails. - metadata- Gets the metadata of this UpdateSaml2IdentityProviderDetails. - metadata_url- Gets the metadata_url of this UpdateSaml2IdentityProviderDetails. - protocol- [Required] Gets the protocol of this UpdateIdentityProviderDetails. - Methods - __init__(**kwargs)- Initializes a new UpdateSaml2IdentityProviderDetails object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
PROTOCOL_SAML2= 'SAML2'¶
 - 
__init__(**kwargs)¶
- Initializes a new UpdateSaml2IdentityProviderDetails object with values from keyword arguments. The default value of the - protocolattribute of this class is- SAML2and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - protocol (str) – The value to assign to the protocol property of this UpdateSaml2IdentityProviderDetails. Allowed values for this property are: “SAML2”
- description (str) – The value to assign to the description property of this UpdateSaml2IdentityProviderDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSaml2IdentityProviderDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSaml2IdentityProviderDetails.
- metadata_url (str) – The value to assign to the metadata_url property of this UpdateSaml2IdentityProviderDetails.
- metadata (str) – The value to assign to the metadata property of this UpdateSaml2IdentityProviderDetails.
- freeform_attributes (dict(str, str)) – The value to assign to the freeform_attributes property of this UpdateSaml2IdentityProviderDetails.
 
 - Gets the defined_tags of this UpdateIdentityProviderDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this UpdateIdentityProviderDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this UpdateIdentityProviderDetails. The description you assign to the IdentityProvider. Does not have to be unique, and it’s changeable. - Returns: - The description of this UpdateIdentityProviderDetails. - Return type: - str 
 - 
freeform_attributes¶
- Gets the freeform_attributes of this UpdateSaml2IdentityProviderDetails. Extra name value pairs associated with this identity provider. Example: {“clientId”: “app_sf3kdjf3”} - Returns: - The freeform_attributes of this UpdateSaml2IdentityProviderDetails. - Return type: - dict(str, str) 
 - Gets the freeform_tags of this UpdateIdentityProviderDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this UpdateIdentityProviderDetails. - Return type: - dict(str, str) 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
metadata¶
- Gets the metadata of this UpdateSaml2IdentityProviderDetails. The XML that contains the information required for federating. - Returns: - The metadata of this UpdateSaml2IdentityProviderDetails. - Return type: - str 
 - 
metadata_url¶
- Gets the metadata_url of this UpdateSaml2IdentityProviderDetails. The URL for retrieving the identity provider’s metadata, which contains information required for federating. - Returns: - The metadata_url of this UpdateSaml2IdentityProviderDetails. - Return type: - str 
 - 
protocol¶
- [Required] Gets the protocol of this UpdateIdentityProviderDetails. The protocol used for federation. - Example: SAML2 - Allowed values for this property are: “SAML2” - Returns: - The protocol of this UpdateIdentityProviderDetails. - Return type: - str 
 
-