AccountMgmtInfoUserWalletArtifact

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

Bases: object

The UserWalletArtifact that contains the credentials that the system will use when performing Secure Form-Fill to log the user in to this application

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

Methods

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

Attributes

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

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

Gets the ref of this AccountMgmtInfoUserWalletArtifact. UserWalletArtifact URI

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

[Required] Gets the value of this AccountMgmtInfoUserWalletArtifact. UserWalletArtifact identifier

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