securityDescriptorCopyFlags property

Input<String?>? securityDescriptorCopyFlags
final

Determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. Valid values: NONE, OWNER_DACL, OWNER_DACL_SACL. Default: OWNER_DACL.

Implementation

final pulumi.Input<String?>? securityDescriptorCopyFlags;