Create User Profile
datazone_create_user_profile | R Documentation |
Creates a user profile in Amazon DataZone¶
Description¶
Creates a user profile in Amazon DataZone.
Usage¶
Arguments¶
clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
domainIdentifier
[required] The identifier of the Amazon DataZone domain in which a user profile is created.
userIdentifier
[required] The identifier of the user for which the user profile is created.
userType
The user type of the user for which the user profile is created.
Value¶
A list with the following syntax:
list(
details = list(
iam = list(
arn = "string"
),
sso = list(
firstName = "string",
lastName = "string",
username = "string"
)
),
domainId = "string",
id = "string",
status = "ASSIGNED"|"NOT_ASSIGNED"|"ACTIVATED"|"DEACTIVATED",
type = "IAM"|"SSO"
)