InboundSsoAssignment constructor
InboundSsoAssignment({
- String? customer,
- String? name,
- int? rank,
- SamlSsoInfo? samlSsoInfo,
- SignInBehavior? signInBehavior,
- String? ssoMode,
- String? targetGroup,
- String? targetOrgUnit,
Implementation
InboundSsoAssignment({
this.customer,
this.name,
this.rank,
this.samlSsoInfo,
this.signInBehavior,
this.ssoMode,
this.targetGroup,
this.targetOrgUnit,
});