IdentityProviderRelayIdpParamMappings

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

Bases: object

Relay Param variable for Social IDP

Added In: 2305190132

SCIM++ Properties: - idcsCompositeKey: [relayParamKey] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

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

Initializes a new IdentityProviderRelayIdpParamMappings 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 IdentityProviderRelayIdpParamMappings.
  • relay_param_value (str) – The value to assign to the relay_param_value property of this IdentityProviderRelayIdpParamMappings.
relay_param_key

[Required] Gets the relay_param_key of this IdentityProviderRelayIdpParamMappings. 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 IdentityProviderRelayIdpParamMappings.
Return type:str
relay_param_value

Gets the relay_param_value of this IdentityProviderRelayIdpParamMappings. 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 IdentityProviderRelayIdpParamMappings.
Return type:str