files.com 1.1.287 → 1.1.289
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/api_request_log.md +6 -6
- data/docs/automation_log.md +6 -6
- data/docs/email_log.md +6 -6
- data/docs/exavault_api_request_log.md +6 -6
- data/docs/file_migration_log.md +6 -6
- data/docs/ftp_action_log.md +6 -6
- data/docs/outbound_connection_log.md +6 -6
- data/docs/public_hosting_request_log.md +6 -6
- data/docs/public_key.md +3 -3
- data/docs/sftp_action_log.md +6 -6
- data/docs/sync_log.md +6 -6
- data/docs/web_dav_action_log.md +6 -6
- data/lib/files.com/models/api_request_log.rb +6 -6
- data/lib/files.com/models/automation_log.rb +6 -6
- data/lib/files.com/models/email_log.rb +6 -6
- data/lib/files.com/models/exavault_api_request_log.rb +6 -6
- data/lib/files.com/models/file_migration_log.rb +6 -6
- data/lib/files.com/models/ftp_action_log.rb +6 -6
- data/lib/files.com/models/outbound_connection_log.rb +6 -6
- data/lib/files.com/models/public_hosting_request_log.rb +6 -6
- data/lib/files.com/models/public_key.rb +3 -3
- data/lib/files.com/models/sftp_action_log.rb +6 -6
- data/lib/files.com/models/sync_log.rb +6 -6
- data/lib/files.com/models/web_dav_action_log.rb +6 -6
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
@@ -67,12 +67,12 @@ module Files
|
|
67
67
|
# Parameters:
|
68
68
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
69
69
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
70
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `
|
71
|
-
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
72
|
-
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
73
|
-
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`. Valid field combinations are `[
|
74
|
-
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
75
|
-
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[
|
70
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `remote_ip`, `success` or `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
71
|
+
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
72
|
+
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
73
|
+
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
74
|
+
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
75
|
+
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ created_at ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ path, created_at ]`, `[ remote_ip, success ]`, `[ remote_ip, created_at ]`, `[ success, created_at ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, created_at ]`, `[ path, success, created_at ]`, `[ remote_ip, success, created_at ]` or `[ path, remote_ip, success, created_at ]`.
|
76
76
|
def self.list(params = {}, options = {})
|
77
77
|
raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
|
78
78
|
raise InvalidParameterError.new("Bad parameter: per_page must be an Integer") if params[:per_page] and !params[:per_page].is_a?(Integer)
|
@@ -50,7 +50,7 @@ module Files
|
|
50
50
|
@attributes[:fingerprint_sha256] = value
|
51
51
|
end
|
52
52
|
|
53
|
-
# string - Can be invalid, not_generated, generating, complete
|
53
|
+
# string - Only returned when generating keys. Can be invalid, not_generated, generating, complete
|
54
54
|
def status
|
55
55
|
@attributes[:status]
|
56
56
|
end
|
@@ -68,7 +68,7 @@ module Files
|
|
68
68
|
@attributes[:last_login_at] = value
|
69
69
|
end
|
70
70
|
|
71
|
-
# string - Private key generated for the user.
|
71
|
+
# string - Only returned when generating keys. Private key generated for the user.
|
72
72
|
def private_key
|
73
73
|
@attributes[:private_key]
|
74
74
|
end
|
@@ -77,7 +77,7 @@ module Files
|
|
77
77
|
@attributes[:private_key] = value
|
78
78
|
end
|
79
79
|
|
80
|
-
# string - Public key generated for the user.
|
80
|
+
# string - Only returned when generating keys. Public key generated for the user.
|
81
81
|
def public_key
|
82
82
|
@attributes[:public_key]
|
83
83
|
end
|