/AWS1/CL_STRUPDATEUSERPFLRSLT¶
UpdateUserProfileResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userarn TYPE /AWS1/STRUSERARN /AWS1/STRUSERARN¶
The Amazon Resource Name (ARN) of the user in IAM.
Optional arguments:¶
iv_displayname TYPE /AWS1/STRUSERPFLDISPLAYNAME /AWS1/STRUSERPFLDISPLAYNAME¶
The name that is displayed as the friendly name for the user in AWS CodeStar.
iv_emailaddress TYPE /AWS1/STREMAIL /AWS1/STREMAIL¶
The email address that is displayed as part of the user's profile in AWS CodeStar.
iv_sshpublickey TYPE /AWS1/STRSSHPUBLICKEY /AWS1/STRSSHPUBLICKEY¶
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
iv_createdtimestamp TYPE /AWS1/STRCREATEDTIMESTAMP /AWS1/STRCREATEDTIMESTAMP¶
The date the user profile was created, in timestamp format.
iv_lastmodifiedtimestamp TYPE /AWS1/STRLASTMODIFIEDTIMESTAMP /AWS1/STRLASTMODIFIEDTIMESTAMP¶
The date the user profile was last modified, in timestamp format.
Queryable Attributes¶
userArn¶
The Amazon Resource Name (ARN) of the user in IAM.
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 |
displayName¶
The name that is displayed as the friendly name for the user in AWS CodeStar.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
emailAddress¶
The email address that is displayed as part of the user's profile in AWS CodeStar.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESS() |
Getter for EMAILADDRESS, with configurable default |
ASK_EMAILADDRESS() |
Getter for EMAILADDRESS w/ exceptions if field has no value |
HAS_EMAILADDRESS() |
Determine if EMAILADDRESS has a value |
sshPublicKey¶
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSHPUBLICKEY() |
Getter for SSHPUBLICKEY, with configurable default |
ASK_SSHPUBLICKEY() |
Getter for SSHPUBLICKEY w/ exceptions if field has no value |
HAS_SSHPUBLICKEY() |
Determine if SSHPUBLICKEY has a value |
createdTimestamp¶
The date the user profile was created, in timestamp format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
lastModifiedTimestamp¶
The date the user profile was last modified, in timestamp format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP, with configurable default |
ASK_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP w/ exceptions if field has |
HAS_LASTMODIFIEDTIMESTAMP() |
Determine if LASTMODIFIEDTIMESTAMP has a value |