MyDevicePushNotificationTarget

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

Bases: object

Push Notification target. Reference to Device notification related resource

SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

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

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

Gets the ref of this MyDevicePushNotificationTarget. The URI that corresponds to the push notification target resource of this device

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

[Required] Gets the value of this MyDevicePushNotificationTarget. The identifier of the push notification target

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
  • idcsRequiresWriteForAccessFlows: true
  • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns:The value of this MyDevicePushNotificationTarget.
Return type:str