InboundSamlSsoProfile constructor

InboundSamlSsoProfile({
  1. String? customer,
  2. String? displayName,
  3. SamlIdpConfig? idpConfig,
  4. String? name,
  5. SamlSpConfig? spConfig,
})

Implementation

InboundSamlSsoProfile({
  this.customer,
  this.displayName,
  this.idpConfig,
  this.name,
  this.spConfig,
});