Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ExternalAuthIdentityProviderParameterInput

External auth identity provider parameter input.
Property Type Description Required or Optional Available Version
parameterName String The name of the external auth identity provider parameter. Required 63.0
parameterType ConnectApi.​ExternalAuth​IdentityProvider​ParameterType Parameter type for an external auth identity provider. Values are:
  • AuthorizeRequestQueryParameter
  • IdentityProviderOptions
  • ManagedByComponent
  • ManagedByFeature
  • RefreshRequestBodyParameter
  • RefreshRequestHttpHeader
  • RefreshRequestQueryParameter
  • TokenRequestBodyParameter
  • TokenRequestHttpHeader
  • TokenRequestQueryParameter
Required 63.0
parameterValue String If parameterType describes a literal value then the literal value is stored in this property. Optional 63.0
sequenceNumber Integer Specifies the order of parameters to apply when an external auth identity provider has more than one parameter. Priority is from lower to higher numbers, for example, 1 is the highest priority. Optional 63.0