SMBFileShareInfo class

The Windows file permissions and ownership information assigned, by default, to native S3 objects when file gateway discovers them in S3 buckets. This operation is only supported for file gateways.

Constructors

SMBFileShareInfo({bool? accessBasedEnumeration, List<String>? adminUserList, String? auditDestinationARN, String? authentication, CacheAttributes? cacheAttributes, CaseSensitivity? caseSensitivity, String? defaultStorageClass, String? fileShareARN, String? fileShareId, String? fileShareName, String? fileShareStatus, String? gatewayARN, bool? guessMIMETypeEnabled, List<String>? invalidUserList, bool? kMSEncrypted, String? kMSKey, String? locationARN, String? notificationPolicy, ObjectACL? objectACL, String? path, bool? readOnly, bool? requesterPays, String? role, bool? sMBACLEnabled, List<Tag>? tags, List<String>? validUserList})
SMBFileShareInfo.fromJson(Map<String, dynamic> json)
factory

Properties

accessBasedEnumeration bool?
Indicates whether AccessBasedEnumeration is enabled.
final
adminUserList List<String>?
A list of users or groups in the Active Directory that have administrator rights to the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.
final
auditDestinationARN String?
The Amazon Resource Name (ARN) of the storage used for the audit logs.
final
authentication String?
final
cacheAttributes CacheAttributes?
Refresh cache information.
final
caseSensitivity CaseSensitivity?
The case of an object name in an Amazon S3 bucket. For ClientSpecified, the client determines the case sensitivity. For CaseSensitive, the gateway determines the case sensitivity. The default value is ClientSpecified.
final
defaultStorageClass String?
The default storage class for objects put into an Amazon S3 bucket by the file gateway. The default value is S3_INTELLIGENT_TIERING. Optional.
final
fileShareARN String?
final
fileShareId String?
final
fileShareName String?
The name of the file share. Optional.
final
fileShareStatus String?
final
gatewayARN String?
final
guessMIMETypeEnabled bool?
A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.
final
hashCode int
The hash code for this object.
no setterinherited
invalidUserList List<String>?
A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.
final
kMSEncrypted bool?
Set to true to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
final
kMSKey String?
final
locationARN String?
final
notificationPolicy String?
The notification policy of the file share.
final
objectACL ObjectACL?
final
path String?
The file share path used by the SMB client to identify the mount point.
final
readOnly bool?
A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.
final
requesterPays bool?
A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data. Valid Values: true | false
final
role String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sMBACLEnabled bool?
If this value is set to true, it indicates that access control list (ACL) is enabled on the SMB file share. If it is set to false, it indicates that file and directory permissions are mapped to the POSIX permission.
final
tags List<Tag>?
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.
final
validUserList List<String>?
A list of users or groups in the Active Directory that are allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: DOMAIN\User1, user1, @group1, and @DOMAIN\group1. Can only be set if Authentication is set to ActiveDirectory.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited