Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static Setting.DefaultTrustScope |
Setting.DefaultTrustScope.create(String key) |
Setting.DefaultTrustScope |
Setting.getDefaultTrustScope()
Deprecated Since: 18.3.6
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
Setting.Builder |
Setting.Builder.defaultTrustScope(Setting.DefaultTrustScope defaultTrustScope)
Deprecated Since: 18.3.6
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.