Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static SchemaSubAttributes.IdcsSensitive |
SchemaSubAttributes.IdcsSensitive.create(String key) |
SchemaSubAttributes.IdcsSensitive |
SchemaSubAttributes.getIdcsSensitive()
Specifiees if the attribute should be encrypted or hashed
|
static SchemaSubAttributes.IdcsSensitive |
SchemaSubAttributes.IdcsSensitive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaSubAttributes.IdcsSensitive[] |
SchemaSubAttributes.IdcsSensitive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchemaSubAttributes.Builder |
SchemaSubAttributes.Builder.idcsSensitive(SchemaSubAttributes.IdcsSensitive idcsSensitive)
Specifiees if the attribute should be encrypted or hashed
|
Constructor and Description |
---|
SchemaSubAttributes(String name,
Boolean idcsRequiresImmediateReadAfterWriteForAccessFlows,
Boolean idcsRequiresWriteForAccessFlows,
String idcsDisplayNameMessageId,
Boolean idcsRtsaHideAttribute,
Boolean idcsInternal,
SchemaSubAttributes.Type type,
Boolean multiValued,
String description,
Boolean required,
Boolean idcsReturnEmptyWhenNull,
List<String> canonicalValues,
String idcsDefaultValue,
Boolean caseExact,
SchemaSubAttributes.Mutability mutability,
SchemaSubAttributes.Returned returned,
String idcsCsvAttributeName,
SchemaSubAttributes.Uniqueness uniqueness,
List<String> referenceTypes,
Integer idcsDeprecatedSinceVersion,
Integer idcsAddedSinceVersion,
String idcsDeprecatedSinceReleaseNumber,
String idcsAddedSinceReleaseNumber,
Integer idcsMinLength,
Integer idcsMaxLength,
Integer idcsMinValue,
Integer idcsMaxValue,
Boolean idcsOnlyOneValueCanBeTrue,
Integer idcsMaxValuesReturned,
Boolean idcsOneValueMustBeTrue,
List<String> idcsRefResourceAttributes,
List<String> idcsIndirectRefResourceAttributes,
Boolean idcsValuePersisted,
SchemaSubAttributes.IdcsSensitive idcsSensitive,
Boolean idcsTrimStringValue,
Boolean idcsSearchable,
Boolean idcsGenerated,
Boolean idcsAuditable,
String idcsTargetAttributeName,
String idcsTargetNormAttributeName,
String idcsTargetAttributeNameToMigrateFrom,
String idcsTargetUniqueConstraintName,
String idcsToTargetMapper,
String idcsFromTargetMapper,
String idcsDisplayName,
String idcsCanonicalValueSourceResourceType,
String idcsCanonicalValueSourceFilter,
String idcsCanonicalValueSourceResourceTypeID,
String idcsCanonicalValueSourceDisplayAttrName,
String idcsCanonicalValueSourceKeyAttrName,
Boolean idcsValidateReference,
Boolean idcsScimCompliant,
Boolean idcsAttributeMappable,
Boolean idcsAttributeCacheable,
Integer idcsuiOrder,
String idcsuiRegexp,
Boolean idcsuiVisible,
SchemaSubAttributes.IdcsuiWidget idcsuiWidget,
Boolean idcsValuePersistedInOtherAttribute,
Boolean idcsPii,
Boolean idcsSanitize,
Boolean idcsExcludeFromUpgradePatch)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.