Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static SchemaSubAttributes.Uniqueness |
SchemaSubAttributes.Uniqueness.create(String key) |
SchemaSubAttributes.Uniqueness |
SchemaSubAttributes.getUniqueness()
A single keyword value that specifies how the Service Provider enforces uniqueness of
attribute values.
|
static SchemaSubAttributes.Uniqueness |
SchemaSubAttributes.Uniqueness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaSubAttributes.Uniqueness[] |
SchemaSubAttributes.Uniqueness.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.uniqueness(SchemaSubAttributes.Uniqueness uniqueness)
A single keyword value that specifies how the Service Provider enforces uniqueness of
attribute values.
|
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.