AppEditableAttributes

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

Bases: object

App attributes editable by subject

Methods

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

Attributes

name [Required] Gets the name of this AppEditableAttributes.
__init__(**kwargs)

Initializes a new AppEditableAttributes 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 AppEditableAttributes.
name

[Required] Gets the name of this AppEditableAttributes. Name of the attribute. The attribute name will be qualified by schema name if any extension schema defines the attribute. The attribute name will not be qualified by schema name if the base schema defines the attribute.

Added In: 18.2.6

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