Show / Hide Table of Contents

Class ResourceTypeSchemaAttribute

ResourceTypeSchemaAttribute Schema Definition

Inheritance
object
ResourceTypeSchemaAttribute
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ResourceTypeSchemaAttribute

Properties

CanonicalValues

Declaration
[JsonProperty(PropertyName = "canonicalValues")]
public List<string> CanonicalValues { get; set; }
Property Value
Type Description
List<string>

A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \"work\", \"home\".
SCIM++ Properties:

  • caseExact: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

CaseExact

Declaration
[JsonProperty(PropertyName = "caseExact")]
public bool? CaseExact { get; set; }
Property Value
Type Description
bool?

Specifies if the String attribute is case-sensitive
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

CompartmentOcid

Declaration
[JsonProperty(PropertyName = "compartmentOcid")]
public string CompartmentOcid { get; set; }
Property Value
Type Description
string

OCI Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

DeleteInProgress

Declaration
[JsonProperty(PropertyName = "deleteInProgress")]
public bool? DeleteInProgress { get; set; }
Property Value
Type Description
bool?

A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The attribute's human-readable description
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none

DomainOcid

Declaration
[JsonProperty(PropertyName = "domainOcid")]
public string DomainOcid { get; set; }
Property Value
Type Description
string

OCI Domain Id (ocid) in which the resource lives.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

EndUserMutability

Declaration
[JsonProperty(PropertyName = "endUserMutability")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.EndUserMutabilityEnum? EndUserMutability { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.EndUserMutabilityEnum?

Specifies User mutability for this attribute
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

EndUserMutabilityAllowedValues

Declaration
[JsonProperty(PropertyName = "endUserMutabilityAllowedValues", ItemConverterType = typeof(ResponseEnumConverter))]
public List<ResourceTypeSchemaAttribute.EndUserMutabilityAllowedValuesEnum> EndUserMutabilityAllowedValues { get; set; }
Property Value
Type Description
List<ResourceTypeSchemaAttribute.EndUserMutabilityAllowedValuesEnum>

Specifies the list of User mutabilities allowed
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: global

IdcsAddedSinceReleaseNumber

Declaration
[JsonProperty(PropertyName = "idcsAddedSinceReleaseNumber")]
public string IdcsAddedSinceReleaseNumber { get; set; }
Property Value
Type Description
string

Indicates that the schema has been added since this release number
Added In: 17.3.4
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: string

IdcsAddedSinceVersion

Declaration
[JsonProperty(PropertyName = "idcsAddedSinceVersion")]
public int? IdcsAddedSinceVersion { get; set; }
Property Value
Type Description
int?

Indicates that the schema has been added since version
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: integer

IdcsAttributeCacheable

Declaration
[JsonProperty(PropertyName = "idcsAttributeCacheable")]
public bool? IdcsAttributeCacheable { get; set; }
Property Value
Type Description
bool?

Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \"attributesToGet\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider.
Added In: 17.3.4
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: boolean

IdcsAttributeMappable

Declaration
[JsonProperty(PropertyName = "idcsAttributeMappable")]
public bool? IdcsAttributeMappable { get; set; }
Property Value
Type Description
bool?

Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

IdcsAuditable

Declaration
[JsonProperty(PropertyName = "idcsAuditable")]
public bool? IdcsAuditable { get; set; }
Property Value
Type Description
bool?

Specifies whether changes to this attribute value are audited
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: boolean

IdcsAutoIncrementSeqName

Declaration
[JsonProperty(PropertyName = "idcsAutoIncrementSeqName")]
public string IdcsAutoIncrementSeqName { get; set; }
Property Value
Type Description
string

Sequence tracking ID name for the attribute
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string

IdcsCanonicalValueSourceFilter

Declaration
[JsonProperty(PropertyName = "idcsCanonicalValueSourceFilter")]
public string IdcsCanonicalValueSourceFilter { get; set; }
Property Value
Type Description
string

Filter to use when getting canonical values for this schema attribute
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

IdcsCanonicalValueSourceResourceType

Declaration
[JsonProperty(PropertyName = "idcsCanonicalValueSourceResourceType")]
public string IdcsCanonicalValueSourceResourceType { get; set; }
Property Value
Type Description
string

Specifies the Resource type to read from for dynamic canonical values
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsCompositeKey

Declaration
[JsonProperty(PropertyName = "idcsCompositeKey")]
public List<string> IdcsCompositeKey { get; set; }
Property Value
Type Description
List<string>

The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA
SCIM++ Properties:

  • caseExact: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsCreatedBy

Declaration
[JsonProperty(PropertyName = "idcsCreatedBy")]
public IdcsCreatedBy IdcsCreatedBy { get; set; }
Property Value
Type Description
IdcsCreatedBy

IdcsCsvColumnHeaderName

Declaration
[JsonProperty(PropertyName = "idcsCsvColumnHeaderName")]
public string IdcsCsvColumnHeaderName { get; set; }
Property Value
Type Description
string

The attribute defining the CSV column header name for import/export
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsCustomAttribute

Declaration
[JsonProperty(PropertyName = "idcsCustomAttribute")]
public bool? IdcsCustomAttribute { get; set; }
Property Value
Type Description
bool?

custom attribute flag.
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • idcsSearchable: true
  • uniqueness: none

IdcsDeprecatedSinceReleaseNumber

Declaration
[JsonProperty(PropertyName = "idcsDeprecatedSinceReleaseNumber")]
public string IdcsDeprecatedSinceReleaseNumber { get; set; }
Property Value
Type Description
string

Indicates that the schema has been deprecated since this release number
Added In: 17.3.4
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: string

IdcsDeprecatedSinceVersion

Declaration
[JsonProperty(PropertyName = "idcsDeprecatedSinceVersion")]
public int? IdcsDeprecatedSinceVersion { get; set; }
Property Value
Type Description
int?

Indicates that the schema has been deprecated since version
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: integer

IdcsDisplayName

Declaration
[JsonProperty(PropertyName = "idcsDisplayName")]
public string IdcsDisplayName { get; set; }
Property Value
Type Description
string

Specifies the user-friendly displayable attribute name or catalog key used for localization
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none

IdcsDisplayNameMessageId

Declaration
[JsonProperty(PropertyName = "idcsDisplayNameMessageId")]
public string IdcsDisplayNameMessageId { get; set; }
Property Value
Type Description
string

Localized schema attribute display name for use by UI client for displaying attribute labels
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none

IdcsFetchComplexAttributeValues

Declaration
[JsonProperty(PropertyName = "idcsFetchComplexAttributeValues")]
public bool? IdcsFetchComplexAttributeValues { get; set; }
Property Value
Type Description
bool?

SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean
  • uniqueness: none Whether the CMVA attribute will be fetched or not for current resource in AbstractResourceManager update operation before calling data provider update. Default is true.

IdcsFromTargetMapper

Declaration
[JsonProperty(PropertyName = "idcsFromTargetMapper")]
public string IdcsFromTargetMapper { get; set; }
Property Value
Type Description
string

Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsFullyQualifiedName

Declaration
[JsonProperty(PropertyName = "idcsFullyQualifiedName")]
public string IdcsFullyQualifiedName { get; set; }
Property Value
Type Description
string

Fully qualified name of this attribute
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • idcsSearchable: true
  • uniqueness: none

IdcsGenerated

Declaration
[JsonProperty(PropertyName = "idcsGenerated")]
public bool? IdcsGenerated { get; set; }
Property Value
Type Description
bool?

Specifies whether this attribute value was generated
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

IdcsICFAttributeType

Declaration
[JsonProperty(PropertyName = "idcsICFAttributeType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.IdcsICFAttributeTypeEnum? IdcsICFAttributeType { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.IdcsICFAttributeTypeEnum?

Maps to ICF data type
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

IdcsICFBundleAttributeName

Declaration
[JsonProperty(PropertyName = "idcsICFBundleAttributeName")]
public string IdcsICFBundleAttributeName { get; set; }
Property Value
Type Description
string

Maps to ICF target attribute name
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsICFRequired

Declaration
[JsonProperty(PropertyName = "idcsICFRequired")]
public bool? IdcsICFRequired { get; set; }
Property Value
Type Description
bool?

Metadata to identify the ICF required attribute
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean
  • uniqueness: none

IdcsIndirectRefResourceAttributes

Declaration
[JsonProperty(PropertyName = "idcsIndirectRefResourceAttributes")]
public List<string> IdcsIndirectRefResourceAttributes { get; set; }
Property Value
Type Description
List<string>

Specifies the indirectly referenced Resources
SCIM++ Properties:

  • multiValued: true
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string

IdcsInternal

Declaration
[JsonProperty(PropertyName = "idcsInternal")]
public bool? IdcsInternal { get; set; }
Property Value
Type Description
bool?

Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internalflag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal.
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

IdcsLastModifiedBy

Declaration
[JsonProperty(PropertyName = "idcsLastModifiedBy")]
public IdcsLastModifiedBy IdcsLastModifiedBy { get; set; }
Property Value
Type Description
IdcsLastModifiedBy

IdcsLastUpgradedInRelease

Declaration
[JsonProperty(PropertyName = "idcsLastUpgradedInRelease")]
public string IdcsLastUpgradedInRelease { get; set; }
Property Value
Type Description
string

The release number when the resource was upgraded.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none

IdcsMaxLength

Declaration
[JsonProperty(PropertyName = "idcsMaxLength")]
public int? IdcsMaxLength { get; set; }
Property Value
Type Description
int?

Specifies the maximum length of the attribute
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: integer

IdcsMaxValue

Declaration
[JsonProperty(PropertyName = "idcsMaxValue")]
public int? IdcsMaxValue { get; set; }
Property Value
Type Description
int?

Specifies the maximum value of the integer attribute
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: integer

IdcsMinLength

Declaration
[JsonProperty(PropertyName = "idcsMinLength")]
public int? IdcsMinLength { get; set; }
Property Value
Type Description
int?

Specifies the minimum length of the attribute
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: integer

IdcsMinValue

Declaration
[JsonProperty(PropertyName = "idcsMinValue")]
public int? IdcsMinValue { get; set; }
Property Value
Type Description
int?

Specifies the minimum value of the integer attribute
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: integer

IdcsMultiLanguage

Declaration
[JsonProperty(PropertyName = "idcsMultiLanguage")]
public bool? IdcsMultiLanguage { get; set; }
Property Value
Type Description
bool?

If true, specifies that the attribute can have multiple language values set for the attribute on which this is set.
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readOnly
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IdcsPreventedOperations

Declaration
[JsonProperty(PropertyName = "idcsPreventedOperations", ItemConverterType = typeof(ResponseEnumConverter))]
public List<IdcsPreventedOperations> IdcsPreventedOperations { get; set; }
Property Value
Type Description
List<IdcsPreventedOperations>

Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none

IdcsRefResourceAttribute

Declaration
[JsonProperty(PropertyName = "idcsRefResourceAttribute")]
public string IdcsRefResourceAttribute { get; set; }
Property Value
Type Description
string

Specifies the referenced Resource attribute
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: string

IdcsRefResourceAttributes

Declaration
[JsonProperty(PropertyName = "idcsRefResourceAttributes")]
public List<string> IdcsRefResourceAttributes { get; set; }
Property Value
Type Description
List<string>

Specifies the directly referenced Resources
SCIM++ Properties:

  • multiValued: true
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string

IdcsSchemaUrn

Declaration
[JsonProperty(PropertyName = "idcsSchemaUrn")]
public string IdcsSchemaUrn { get; set; }
Property Value
Type Description
string

Schema URN string that this attribute belongs to
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • idcsSearchable: true
  • uniqueness: none

IdcsScimCompliant

Declaration
[JsonProperty(PropertyName = "idcsScimCompliant")]
public bool? IdcsScimCompliant { get; set; }
Property Value
Type Description
bool?

Indicates if the attribute is scim compliant, default is true
SCIM++ Properties:

  • multiValued: false
  • mutability: readOnly
  • idcsSearchable: true
  • required: false
  • returned: default
  • type: boolean

IdcsSearchable

Declaration
[JsonProperty(PropertyName = "idcsSearchable")]
public bool? IdcsSearchable { get; set; }
Property Value
Type Description
bool?

Specifies whether this attribute can be included in a search filter
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

IdcsSensitive

Declaration
[JsonProperty(PropertyName = "idcsSensitive")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.IdcsSensitiveEnum? IdcsSensitive { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.IdcsSensitiveEnum?

Flag to specify if the attribute should be encrypted or hashed
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsTargetAttributeName

Declaration
[JsonProperty(PropertyName = "idcsTargetAttributeName")]
public string IdcsTargetAttributeName { get; set; }
Property Value
Type Description
string

Target attribute name that this attribute gets mapped to for persistence
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsTargetAttributeNameToMigrateFrom

Declaration
[JsonProperty(PropertyName = "idcsTargetAttributeNameToMigrateFrom")]
public string IdcsTargetAttributeNameToMigrateFrom { get; set; }
Property Value
Type Description
string

Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
Added In: 19.1.4
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsTargetNormAttributeName

Declaration
[JsonProperty(PropertyName = "idcsTargetNormAttributeName")]
public string IdcsTargetNormAttributeName { get; set; }
Property Value
Type Description
string

IdcsTargetUniqueConstraintName

Declaration
[JsonProperty(PropertyName = "idcsTargetUniqueConstraintName")]
public string IdcsTargetUniqueConstraintName { get; set; }
Property Value
Type Description
string

Target index name created for this attribute for performance
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsToTargetMapper

Declaration
[JsonProperty(PropertyName = "idcsToTargetMapper")]
public string IdcsToTargetMapper { get; set; }
Property Value
Type Description
string

Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

IdcsTrimStringValue

Declaration
[JsonProperty(PropertyName = "idcsTrimStringValue")]
public bool? IdcsTrimStringValue { get; set; }
Property Value
Type Description
bool?

Trims any leading and trailing blanks from String values. Default is True.
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

IdcsValidateReference

Declaration
[JsonProperty(PropertyName = "idcsValidateReference")]
public bool? IdcsValidateReference { get; set; }
Property Value
Type Description
bool?

Validate payload reference value during create, replace, and update. Default is True.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IdcsValuePersisted

Declaration
[JsonProperty(PropertyName = "idcsValuePersisted")]
public bool? IdcsValuePersisted { get; set; }
Property Value
Type Description
bool?

Specifies whether the value of the Resource attribute is persisted
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

Meta

Declaration
[JsonProperty(PropertyName = "meta")]
public Meta Meta { get; set; }
Property Value
Type Description
Meta

MultiValued

Declaration
[JsonProperty(PropertyName = "multiValued")]
public bool? MultiValued { get; set; }
Property Value
Type Description
bool?

Indicates the attribute's plurality
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

Mutability

Declaration
[JsonProperty(PropertyName = "mutability")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.MutabilityEnum? Mutability { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.MutabilityEnum?

Specifies if the attribute is mutable
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Attribute's name
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none

Ocid

Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type Description
string

Unique OCI identifier for the SCIM Resource.
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global

ReferenceTypes

Declaration
[JsonProperty(PropertyName = "referenceTypes")]
public List<string> ReferenceTypes { get; set; }
Property Value
Type Description
List<string>

The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \"reference\" data type.
SCIM++ Properties:

  • caseExact: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

Required

Declaration
[JsonProperty(PropertyName = "required")]
public bool? Required { get; set; }
Property Value
Type Description
bool?

Specifies if the attribute is required
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: boolean

ResourceType

Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

ResourceType this attribute belongs to.
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • idcsSearchable: true
  • uniqueness: none

Returned

Declaration
[JsonProperty(PropertyName = "returned")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.ReturnedEnum? Returned { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.ReturnedEnum?

A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none

Schemas

Declaration
[Required(ErrorMessage = "Schemas is required.")]
[JsonProperty(PropertyName = "schemas")]
public List<string> Schemas { get; set; }
Property Value
Type Description
List<string>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

Tags

Declaration
[JsonProperty(PropertyName = "tags")]
public List<Tags> Tags { get; set; }
Property Value
Type Description
List<Tags>

A list of tags on this resource.
SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

TenancyOcid

Declaration
[JsonProperty(PropertyName = "tenancyOcid")]
public string TenancyOcid { get; set; }
Property Value
Type Description
string

OCI Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.TypeEnum? Type { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.TypeEnum?

The attribute's data type--for example, String
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • idcsSearchable: true
  • returned: default
  • type: string
  • uniqueness: none

Uniqueness

Declaration
[JsonProperty(PropertyName = "uniqueness")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourceTypeSchemaAttribute.UniquenessEnum? Uniqueness { get; set; }
Property Value
Type Description
ResourceTypeSchemaAttribute.UniquenessEnum?

A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has the uniqueness of \"none\".
SCIM++ Properties:

  • caseExact: true
  • multiValued: false
  • required: false
  • returned: default
  • idcsSearchable: true
  • type: string
  • uniqueness: none
In this article
Back to top