You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkDocs::Types::CreateUserRequestWhen passing CreateUserRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
organization_id: "IdType",
username: "UsernameType", email_address: "EmailAddressType",
given_name: "UserAttributeValueType", surname: "UserAttributeValueType", password: "PasswordType", time_zone_id: "TimeZoneIdType",
storage_rule: {
storage_allocated_in_bytes: 1,
storage_type: "UNLIMITED", },
authentication_token: "AuthenticationHeaderType",
}
Instance Attribute Summary collapse
Amazon WorkDocs authentication token.
The email address of the user.
The given name of the user.
The ID of the organization.
The password of the user.
The amount of storage for the user.
The surname of the user.
The time zone ID of the user.
The login name of the user.
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
#email_address ⇒ StringThe email address of the user.
#given_name ⇒ StringThe given name of the user.
#organization_id ⇒ StringThe ID of the organization.
#password ⇒ StringThe password of the user.
#time_zone_id ⇒ StringThe time zone ID of the user.
#username ⇒ StringThe login name of the user.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4