PutInvitationConfigurationRequest

public struct PutInvitationConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The email ID of the organization or individual contact that the enrolled user can use.

    Declaration

    Swift

    public let contactEmail: String?
  • The name of the organization sending the enrollment invite to a user.

    Declaration

    Swift

    public let organizationName: String
  • The list of private skill IDs that you want to recommend to the user to enable in the invitation.

    Declaration

    Swift

    public let privateSkillIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(contactEmail: String? = nil, organizationName: String, privateSkillIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws