Class UserIdpModel
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.model.UserIdpModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-01T16:26:33.160681Z[Etc/UTC]") public class UserIdpModel extends Object
UserIdpModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserIdpModel.AllowedScopesEnumGets or Sets allowedScopes
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ALLOWED_SCOPESstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_EMAILstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_UPDATED_ATstatic StringJSON_PROPERTY_USERNAME
-
Constructor Summary
Constructors Constructor Description UserIdpModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_EMAIL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOWED_SCOPES
public static final String JSON_PROPERTY_ALLOWED_SCOPES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public UserIdpModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the user.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
username
public UserIdpModel username(String username)
-
setUsername
public void setUsername(String username)
-
email
public UserIdpModel email(String email)
-
setEmail
public void setEmail(String email)
-
allowedScopes
public UserIdpModel allowedScopes(Set<UserIdpModel.AllowedScopesEnum> allowedScopes)
-
addAllowedScopesItem
public UserIdpModel addAllowedScopesItem(UserIdpModel.AllowedScopesEnum allowedScopesItem)
-
getAllowedScopes
@Nullable public Set<UserIdpModel.AllowedScopesEnum> getAllowedScopes()
The list of scopes that the user is allowed to request.- Returns:
- allowedScopes
-
getAllowedScopes_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Set<UserIdpModel.AllowedScopesEnum>> getAllowedScopes_JsonNullable()
-
setAllowedScopes_JsonNullable
public void setAllowedScopes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Set<UserIdpModel.AllowedScopesEnum>> allowedScopes)
-
setAllowedScopes
public void setAllowedScopes(Set<UserIdpModel.AllowedScopesEnum> allowedScopes)
-
createdAt
public UserIdpModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public UserIdpModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
-