static Profile.Builder |
Profile.builder() |
Create a new builder.
|
Profile.Builder |
Profile.Builder.compartmentId(String compartmentId) |
The OCID of the compartment that contains the user assessment.
|
Profile.Builder |
Profile.Builder.compositeLimit(String compositeLimit) |
Specify the total resource cost for a session, expressed in service units.
|
Profile.Builder |
Profile.Builder.connectTime(String connectTime) |
Specify the total elapsed time limit for a session, expressed in minutes.
|
Profile.Builder |
Profile.Builder.copy(Profile model) |
|
Profile.Builder |
Profile.Builder.cpuPerCall(String cpuPerCall) |
Specify the CPU time limit for a call (a parse, execute, or fetch), expressed in
hundredths of seconds.
|
Profile.Builder |
Profile.Builder.cpuPerSession(String cpuPerSession) |
Specify the CPU time limit for a session, expressed in hundredth of seconds.
|
Profile.Builder |
Profile.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Profile.Builder |
Profile.Builder.failedLoginAttempts(String failedLoginAttempts) |
Maximum times the user is allowed in fail login before the user account is locked.
|
Profile.Builder |
Profile.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Profile.Builder |
Profile.Builder.idleTime(String idleTime) |
Specify the permitted periods of continuous inactive time during a session, expressed in
minutes.
|
Profile.Builder |
Profile.Builder.inactiveAccountTime(String inactiveAccountTime) |
The permitted periods of continuous inactive time during a session, expressed in minutes.
|
Profile.Builder |
Profile.Builder.isUserCreated(Boolean isUserCreated) |
Represents if the profile is created by user.
|
Profile.Builder |
Profile.Builder.logicalReadsPerCall(String logicalReadsPerCall) |
Specify the permitted the number of data blocks read for a call to process a SQL
statement (a parse, execute, or fetch).
|
Profile.Builder |
Profile.Builder.logicalReadsPerSession(String logicalReadsPerSession) |
Specify the permitted number of data blocks read in a session, including blocks read from
memory and disk.
|
Profile.Builder |
Profile.Builder.passwordGraceTime(String passwordGraceTime) |
Number of grace days for user to change password.
|
Profile.Builder |
Profile.Builder.passwordLifeTime(String passwordLifeTime) |
Number of days the password is valid before expiry.
|
Profile.Builder |
Profile.Builder.passwordLockTime(String passwordLockTime) |
Number of days the user account remains locked after failed login.
|
Profile.Builder |
Profile.Builder.passwordReuseMax(String passwordReuseMax) |
Number of day after the user can use the already used password.
|
Profile.Builder |
Profile.Builder.passwordReuseTime(String passwordReuseTime) |
Number of days before which a password cannot be reused.
|
Profile.Builder |
Profile.Builder.passwordRolloverTime(String passwordRolloverTime) |
Number of days the password rollover is allowed.
|
Profile.Builder |
Profile.Builder.passwordVerificationFunction(String passwordVerificationFunction) |
Name of the PL/SQL that can be used for password verification.
|
Profile.Builder |
Profile.Builder.passwordVerificationFunctionDetails(String passwordVerificationFunctionDetails) |
Details about the PL/SQL that can be used for password verification.
|
Profile.Builder |
Profile.Builder.privateSga(String privateSga) |
Specify the amount of private space a session can allocate in the shared pool of the
system global area (SGA), expressed in bytes.
|
Profile.Builder |
Profile.Builder.profileName(String profileName) |
The name of the profile.
|
Profile.Builder |
Profile.Builder.sessionsPerUser(String sessionsPerUser) |
Specify the number of concurrent sessions to which you want to limit the user.
|
Profile.Builder |
Profile.Builder.targetId(String targetId) |
The OCID of the target database.
|
Profile.Builder |
Profile.toBuilder() |
|
Profile.Builder |
Profile.Builder.userAssessmentId(String userAssessmentId) |
The OCID of the user assessment corresponding to the target under consideration.
|
Profile.Builder |
Profile.Builder.userCount(Integer userCount) |
The number of users that have a given profile.
|