DescribeUserProfileResult is a JSON Structure definition published by Amazon CodeStar, describing 6 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-describe-user-profile-result-structure.json",
"name": "DescribeUserProfileResult",
"description": "DescribeUserProfileResult schema from AWS CodeStar API",
"type": "object",
"properties": {
"userArn": {
"allOf": [
{
"$ref": "#/components/schemas/UserArn"
},
{
"description": "The Amazon Resource Name (ARN) of the user."
}
]
},
"displayName": {
"allOf": [
{
"$ref": "#/components/schemas/UserProfileDisplayName"
},
{
"description": "The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first and last name (\"Mary Major\") or a single name (\"Mary\"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example \"Mary Jane Major\") would generate an initial icon using the first character and the first character after the space (\"MJ\", not \"MM\")."
}
]
},
"emailAddress": {
"allOf": [
{
"$ref": "#/components/schemas/Email"
},
{
"description": "The email address for the user. Optional."
}
]
},
"sshPublicKey": {
"allOf": [
{
"$ref": "#/components/schemas/SshPublicKey"
},
{
"description": "The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources."
}
]
},
"createdTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedTimestamp"
},
{
"description": "The date and time when the user profile was created in AWS CodeStar, in timestamp format."
}
]
},
"lastModifiedTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/LastModifiedTimestamp"
},
{
"description": "The date and time when the user profile was last modified, in timestamp format."
}
]
}
},
"required": [
"userArn",
"createdTimestamp",
"lastModifiedTimestamp"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.