OidcMemberDefinition

public struct OidcMemberDefinition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

    Declaration

    Swift

    public let groups: [String]
  • Undocumented

    Declaration

    Swift

    public init(groups: [String])
  • Declaration

    Swift

    public func validate(name: String) throws