RulesConfigurationType
public struct RulesConfigurationType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let rules: [MappingRule]
-
Undocumented
Declaration
Swift
public init(rules: [MappingRule])
-
Declaration
Swift
public func validate(name: String) throws