public static interface RulesConfigurationType.Builder extends SdkPojo, CopyableBuilder<RulesConfigurationType.Builder,RulesConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
RulesConfigurationType.Builder |
rules(Collection<MappingRule> rules)
An array of rules.
|
RulesConfigurationType.Builder |
rules(Consumer<MappingRule.Builder>... rules)
An array of rules.
|
RulesConfigurationType.Builder |
rules(MappingRule... rules)
An array of rules.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRulesConfigurationType.Builder rules(Collection<MappingRule> rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
rules - An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
RulesConfigurationType.Builder rules(MappingRule... rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
rules - An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
RulesConfigurationType.Builder rules(Consumer<MappingRule.Builder>... rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
This is a convenience method that creates an instance of theMappingRule.Builder avoiding the need to create
one manually via MappingRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on
MappingRule.Builder#rules(java.util.Collection) Copyright © 2023. All rights reserved.