Package com.cloudera.cdp.iam.model
Class CreateUserRequest
java.lang.Object
com.cloudera.cdp.iam.model.CreateUserRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class CreateUserRequest
extends Object
Request object for creating user request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
Getter for email.Getter for firstName.Getter for groups.Getter for identityProviderUserId.Getter for lastName.Getter for samlProviderName.int
hashCode()
void
Setter for email.void
setFirstName
(String firstName) Setter for firstName.void
Setter for groups.void
setIdentityProviderUserId
(String identityProviderUserId) Setter for identityProviderUserId.void
setLastName
(String lastName) Setter for lastName.void
setSamlProviderName
(String samlProviderName) Setter for samlProviderName.toString()
-
Constructor Details
-
CreateUserRequest
public CreateUserRequest()
-
-
Method Details
-
getIdentityProviderUserId
Getter for identityProviderUserId. The identity provider user id for the user. This ID must match the NameId attribute value that will be passed for the user in the SAML response using the associated SAML provider. -
setIdentityProviderUserId
Setter for identityProviderUserId. The identity provider user id for the user. This ID must match the NameId attribute value that will be passed for the user in the SAML response using the associated SAML provider. -
getEmail
Getter for email. The email address for the user. Used for display purposes only. -
setEmail
Setter for email. The email address for the user. Used for display purposes only. -
getSamlProviderName
Getter for samlProviderName. The name or CRN of the SAML provider the user will use for login. -
setSamlProviderName
Setter for samlProviderName. The name or CRN of the SAML provider the user will use for login. -
getGroups
Getter for groups. The list of groups the user belongs to. The groups will be created if they do not exist. There are certain restrictions on the group name. Refer to the How To > User Management section in the Management Console documentation for the details. -
setGroups
Setter for groups. The list of groups the user belongs to. The groups will be created if they do not exist. There are certain restrictions on the group name. Refer to the How To > User Management section in the Management Console documentation for the details. -
getFirstName
Getter for firstName. The user first name. -
setFirstName
Setter for firstName. The user first name. -
getLastName
Getter for lastName. The user last name. -
setLastName
Setter for lastName. The user last name. -
equals
-
hashCode
public int hashCode() -
toString
-