InboundSamlSsoProfile constructor
InboundSamlSsoProfile({
- String? customer,
- String? displayName,
- SamlIdpConfig? idpConfig,
- String? name,
- SamlSpConfig? spConfig,
Implementation
InboundSamlSsoProfile({
this.customer,
this.displayName,
this.idpConfig,
this.name,
this.spConfig,
});