Show / Hide Table of Contents

Class IdentityProviderJitUserProvAttributes

Assertion To User Mapping
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [value]
  • idcsSearchable: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
Inheritance
object
IdentityProviderJitUserProvAttributes
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 IdentityProviderJitUserProvAttributes

Properties

Ref

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

Mapped Attribute URI
Added In: 20.1.3
SCIM++ Properties:

  • idcsSearchable: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none

Value

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

Mapped Attribute identifier
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

In this article
Back to top