Show / Hide Table of Contents

Class SchemaResolveValueUsingResourceType

This attribute gives a maps for resolving Resource Type after reading it's value from "csvColumnForResolvingResourceType" attribute

Inheritance
object
SchemaResolveValueUsingResourceType
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 SchemaResolveValueUsingResourceType

Properties

ResolveBy

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

Specifies the Resource type with which the value given in \"valueToBeResolved\" attribute should be resolved
SCIM++ Properties:

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

ValueToBeResolved

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

Specifies the value which should be resolved by a Resource type.
SCIM++ Properties:

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