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="2025-11-26T08:05:44.591-08:00")
public class CreateUserRequest
extends Object
Request object for creating user request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()Getter for email.Getter for firstName.Getter for groups.Getter for identityProviderUserId.Getter for lastName.Getter for samlProviderName.inthashCode()voidSetter for email.voidsetFirstName(String firstName) Setter for firstName.voidSetter for groups.voidsetIdentityProviderUserId(String identityProviderUserId) Setter for identityProviderUserId.voidsetLastName(String lastName) Setter for lastName.voidsetSamlProviderName(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
-