/AWS1/CL_STRUPDTEAMMEMBERRSLT¶
UpdateTeamMemberResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_userarn TYPE /AWS1/STRUSERARN /AWS1/STRUSERARN¶
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
iv_projectrole TYPE /AWS1/STRROLE /AWS1/STRROLE¶
The project role granted to the user.
iv_remoteaccessallowed TYPE /AWS1/STRREMOTEACCESSALLOWED /AWS1/STRREMOTEACCESSALLOWED¶
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
Queryable Attributes¶
userArn¶
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERARN() |
Getter for USERARN, with configurable default |
ASK_USERARN() |
Getter for USERARN w/ exceptions if field has no value |
HAS_USERARN() |
Determine if USERARN has a value |
projectRole¶
The project role granted to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTROLE() |
Getter for PROJECTROLE, with configurable default |
ASK_PROJECTROLE() |
Getter for PROJECTROLE w/ exceptions if field has no value |
HAS_PROJECTROLE() |
Determine if PROJECTROLE has a value |
remoteAccessAllowed¶
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOTEACCESSALLOWED() |
Getter for REMOTEACCESSALLOWED, with configurable default |
ASK_REMOTEACCESSALLOWED() |
Getter for REMOTEACCESSALLOWED w/ exceptions if field has no |
HAS_REMOTEACCESSALLOWED() |
Determine if REMOTEACCESSALLOWED has a value |