AppOutboundAssertionAttributes

class oci.identity_domains.models.AppOutboundAssertionAttributes(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new AppOutboundAssertionAttributes object with values from keyword arguments.

Attributes

direction Gets the direction of this AppOutboundAssertionAttributes.
ref Gets the ref of this AppOutboundAssertionAttributes.
value [Required] Gets the value of this AppOutboundAssertionAttributes.
__init__(**kwargs)

Initializes a new AppOutboundAssertionAttributes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • value (str) – The value to assign to the value property of this AppOutboundAssertionAttributes.
  • ref (str) – The value to assign to the ref property of this AppOutboundAssertionAttributes.
  • direction (str) – The value to assign to the direction property of this AppOutboundAssertionAttributes.
direction

Gets the direction of this AppOutboundAssertionAttributes. Mapped Attribute Direction

Added In: 18.2.6

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The direction of this AppOutboundAssertionAttributes.
Return type:str
ref

Gets the ref of this AppOutboundAssertionAttributes. Mapped Attribute URI

Added In: 18.2.6

SCIM++ Properties:
  • idcsSearchable: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this AppOutboundAssertionAttributes.
Return type:str
value

[Required] Gets the value of this AppOutboundAssertionAttributes. Mapped Attribute identifier

Added In: 18.2.6

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The value of this AppOutboundAssertionAttributes.
Return type:str