Skip to content

/AWS1/CL_FSXONTAPFILESYSTEMID

Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point. The identity can be either a UNIX user or a Windows user.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/FSXONTAPFILESYSUSERTYPE /AWS1/FSXONTAPFILESYSUSERTYPE

Specifies the FSx for ONTAP user identity type. Valid values are UNIX and WINDOWS.

Optional arguments:

io_unixuser TYPE REF TO /AWS1/CL_FSXONTAPUNIXFILESYS00 /AWS1/CL_FSXONTAPUNIXFILESYS00

Specifies the UNIX user identity for file system operations.

io_windowsuser TYPE REF TO /AWS1/CL_FSXONTAPWINDOWSFILE00 /AWS1/CL_FSXONTAPWINDOWSFILE00

Specifies the Windows user identity for file system operations.


Queryable Attributes

Type

Specifies the FSx for ONTAP user identity type. Valid values are UNIX and WINDOWS.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

UnixUser

Specifies the UNIX user identity for file system operations.

Accessible with the following methods

Method Description
GET_UNIXUSER() Getter for UNIXUSER

WindowsUser

Specifies the Windows user identity for file system operations.

Accessible with the following methods

Method Description
GET_WINDOWSUSER() Getter for WINDOWSUSER