Uses of Class
com.oracle.bmc.identitydomains.model.Setting.DefaultTrustScope
-
Packages that use Setting.DefaultTrustScope Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Setting.DefaultTrustScope in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Setting.DefaultTrustScope Modifier and Type Method Description static Setting.DefaultTrustScope
Setting.DefaultTrustScope. create(String key)
Setting.DefaultTrustScope
Setting. getDefaultTrustScope()
Deprecated Since: 18.3.6static Setting.DefaultTrustScope
Setting.DefaultTrustScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Setting.DefaultTrustScope[]
Setting.DefaultTrustScope. 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.DefaultTrustScope Modifier and Type Method Description Setting.Builder
Setting.Builder. defaultTrustScope(Setting.DefaultTrustScope defaultTrustScope)
Deprecated Since: 18.3.6Constructors in com.oracle.bmc.identitydomains.model with parameters of type Setting.DefaultTrustScope 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.
-