Show / Hide Table of Contents

Class AppOutboundAssertionAttributes

Use to construct the outgoing SAML attributes
Added In: 18.2.6
SCIM++ Properties:

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

Properties

Direction

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

Mapped Attribute Direction
Added In: 18.2.6
SCIM++ Properties:

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

Ref

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

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

  • idcsSearchable: false
  • mutability: readOnly
  • 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: 18.2.6
SCIM++ Properties:

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

Required

In this article
Back to top