AppUserAssertionAttributes

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

Bases: object

Each value of this attribute describes an attribute of User that will be sent in a Security Assertion Markup Language (SAML) assertion.

Deprecated Since: 18.2.2

SCIM++ Properties: - caseExact: false - idcsCompositeKey: [name] - idcsSearchable: false - idcsValuePersistedInOtherAttribute: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

format Gets the format of this AppUserAssertionAttributes.
name [Required] Gets the name of this AppUserAssertionAttributes.
user_store_attribute_name [Required] Gets the user_store_attribute_name of this AppUserAssertionAttributes.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this AppUserAssertionAttributes.
  • user_store_attribute_name (str) – The value to assign to the user_store_attribute_name property of this AppUserAssertionAttributes.
  • format (str) – The value to assign to the format property of this AppUserAssertionAttributes.
format

Gets the format of this AppUserAssertionAttributes. Indicates the format of the assertion attribute.

Deprecated Since: 18.2.2

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • idcsValuePersistedInOtherAttribute: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The format of this AppUserAssertionAttributes.
Return type:str
name

[Required] Gets the name of this AppUserAssertionAttributes. The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion

Deprecated Since: 18.2.2

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • idcsValuePersistedInOtherAttribute: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The name of this AppUserAssertionAttributes.
Return type:str
user_store_attribute_name

[Required] Gets the user_store_attribute_name of this AppUserAssertionAttributes. This attribute specifies which user attribute should be used to create the value of the SAML assertion attribute. The userstore attribute can be constructed by using attributes from the Oracle Identity Cloud Service Core Users schema. <br><b>Note</b>: Attributes from extensions to the Core User schema are not supported in v1.0.

Deprecated Since: 18.2.2

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • idcsValuePersistedInOtherAttribute: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The user_store_attribute_name of this AppUserAssertionAttributes.
Return type:str