AppGroupAssertionAttributes

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

Bases: object

Each value of this attribute describes an attribute of Group 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 AppGroupAssertionAttributes object with values from keyword arguments.

Attributes

condition Gets the condition of this AppGroupAssertionAttributes.
format Gets the format of this AppGroupAssertionAttributes.
group_name Gets the group_name of this AppGroupAssertionAttributes.
name [Required] Gets the name of this AppGroupAssertionAttributes.
__init__(**kwargs)

Initializes a new AppGroupAssertionAttributes 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 AppGroupAssertionAttributes.
  • format (str) – The value to assign to the format property of this AppGroupAssertionAttributes.
  • condition (str) – The value to assign to the condition property of this AppGroupAssertionAttributes.
  • group_name (str) – The value to assign to the group_name property of this AppGroupAssertionAttributes.
condition

Gets the condition of this AppGroupAssertionAttributes. Indicates the filter types that are supported for the Group assertion attributes.

Deprecated Since: 18.2.2

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

Gets the format of this AppGroupAssertionAttributes. 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 AppGroupAssertionAttributes.
Return type:str
group_name

Gets the group_name of this AppGroupAssertionAttributes. Indicates the group name that are supported for the group assertion attributes.

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 group_name of this AppGroupAssertionAttributes.
Return type:str
name

[Required] Gets the name of this AppGroupAssertionAttributes. 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 AppGroupAssertionAttributes.
Return type:str