Meta

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

Bases: object

A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]] - type: complex

Methods

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

Attributes

created Gets the created of this Meta.
last_modified Gets the last_modified of this Meta.
location Gets the location of this Meta.
resource_type Gets the resource_type of this Meta.
version Gets the version of this Meta.
__init__(**kwargs)

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

Parameters:
  • resource_type (str) – The value to assign to the resource_type property of this Meta.
  • created (str) – The value to assign to the created property of this Meta.
  • last_modified (str) – The value to assign to the last_modified property of this Meta.
  • location (str) – The value to assign to the location property of this Meta.
  • version (str) – The value to assign to the version property of this Meta.
created

Gets the created of this Meta. The DateTime the Resource was added to the Service Provider

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
Returns:The created of this Meta.
Return type:str
last_modified

Gets the last_modified of this Meta. The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
Returns:The last_modified of this Meta.
Return type:str
location

Gets the location of this Meta. The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

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

Gets the resource_type of this Meta. Name of the resource type of the resource–for example, Users or Groups

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

Gets the version of this Meta. The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

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