Uses of Class
com.oracle.bmc.identitydomains.model.Setting.CsrAccess
-
Packages that use Setting.CsrAccess Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Setting.CsrAccess in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Setting.CsrAccess Modifier and Type Method Description static Setting.CsrAccess
Setting.CsrAccess. create(String key)
Setting.CsrAccess
Setting. getCsrAccess()
This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access.static Setting.CsrAccess
Setting.CsrAccess. valueOf(String name)
Returns the enum constant of this type with the specified name.static Setting.CsrAccess[]
Setting.CsrAccess. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type Setting.CsrAccess Modifier and Type Method Description Setting.Builder
Setting.Builder. csrAccess(Setting.CsrAccess csrAccess)
This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access.Constructors in com.oracle.bmc.identitydomains.model with parameters of type Setting.CsrAccess Constructor Description Setting(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String externalId, List<String> contactEmails, Boolean customBranding, String preferredLanguage, String timezone, Boolean diagnosticRecordForSearchIdentifiesReturnedResources, Boolean reAuthWhenChangingMyAuthenticationFactors, List<Setting.ReAuthFactor> reAuthFactor, String locale, Setting.CsrAccess csrAccess, Boolean signingCertPublicAccess, String subMappingAttr, Boolean accountAlwaysTrustScope, Setting.DefaultTrustScope defaultTrustScope, String issuer, String prevIssuer, Integer diagnosticLevel, String diagnosticTracingUpto, List<String> allowedDomains, Boolean enableTermsOfUse, String termsOfUseUrl, String privacyPolicyUrl, String migrationStatus, Boolean onPremisesProvisioning, List<String> allowedForgotPasswordFlowReturnUrls, List<String> allowedNotificationRedirectUrls, Integer auditEventRetentionPeriod, Boolean isHostedPage, String customHtmlLocation, String customCssLocation, String customTranslation, String cloudAccountName, Boolean cloudMigrationUrlEnabled, String cloudMigrationCustomUrl, Boolean serviceAdminCannotListOtherUsers, Integer maxNoOfAppRoleMembersToReturn, Integer maxNoOfAppCMVAToReturn, Integer iamUpstSessionExpiry, SettingsCloudGateCorsSettings cloudGateCorsSettings, SettingsCertificateValidation certificateValidation, List<SettingsTenantCustomClaims> tenantCustomClaims, List<SettingsPurgeConfigs> purgeConfigs, List<SettingsDefaultCompanyNames> defaultCompanyNames, List<SettingsDefaultLoginTexts> defaultLoginTexts, List<SettingsDefaultImages> defaultImages, List<SettingsCompanyNames> companyNames, List<SettingsLoginTexts> loginTexts, List<SettingsImages> images)
Deprecated.
-