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.
SocialIdentityProviderRelayIdpParamMappings¶
oci.identity_domains.models.SocialIdentityProviderRelayIdpParamMappings(**kwargs)¶Bases:
objectRelay Param variable for Social IDP
Methods
__init__(**kwargs)Attributes
relay_param_keyrelay_param_value__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):
relay_param_key¶[Required] Gets the relay_param_key of this SocialIdentityProviderRelayIdpParamMappings. Key or name of the relayParam.
Added In: 2305190132
relay_param_value¶Gets the relay_param_value of this SocialIdentityProviderRelayIdpParamMappings. Value of the relayParam (if defined)
Added In: 2305190132