OneDriveUsers

public struct OneDriveUsers : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

    Declaration

    Swift

    public let oneDriveUserList: [String]?
  • The S3 bucket location of a file containing a list of users whose documents should be indexed.

    Declaration

    Swift

    public let oneDriveUserS3Path: S3Path?
  • Undocumented

    Declaration

    Swift

    public init(oneDriveUserList: [String]? = nil, oneDriveUserS3Path: S3Path? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws