SocialIdentityProviderRelayIdpParamMappings

class oci.identity_domains.models.SocialIdentityProviderRelayIdpParamMappings(**kwargs)

Bases: object

Relay Param variable for Social IDP

Methods

__init__(**kwargs) Initializes a new SocialIdentityProviderRelayIdpParamMappings object with values from keyword arguments.

Attributes

relay_param_key [Required] Gets the relay_param_key of this SocialIdentityProviderRelayIdpParamMappings.
relay_param_value Gets the relay_param_value of this SocialIdentityProviderRelayIdpParamMappings.
__init__(**kwargs)

Initializes a new SocialIdentityProviderRelayIdpParamMappings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • relay_param_key (str) – The value to assign to the relay_param_key property of this SocialIdentityProviderRelayIdpParamMappings.
  • relay_param_value (str) – The value to assign to the relay_param_value property of this SocialIdentityProviderRelayIdpParamMappings.
relay_param_key

[Required] Gets the relay_param_key of this SocialIdentityProviderRelayIdpParamMappings. Key or name of the relayParam.

Added In: 2305190132

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The relay_param_key of this SocialIdentityProviderRelayIdpParamMappings.
Return type:str
relay_param_value

Gets the relay_param_value of this SocialIdentityProviderRelayIdpParamMappings. Value of the relayParam (if defined)

Added In: 2305190132

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The relay_param_value of this SocialIdentityProviderRelayIdpParamMappings.
Return type:str