MyAppUserWalletArtifact¶
-
class
oci.identity_domains.models.
MyAppUserWalletArtifact
(**kwargs)¶ Bases:
object
The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new MyAppUserWalletArtifact object with values from keyword arguments. Attributes
ref
Gets the ref of this MyAppUserWalletArtifact. value
[Required] Gets the value of this MyAppUserWalletArtifact. -
__init__
(**kwargs)¶ Initializes a new MyAppUserWalletArtifact 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 MyAppUserWalletArtifact.
- ref (str) – The value to assign to the ref property of this MyAppUserWalletArtifact.
-
ref
¶ Gets the ref of this MyAppUserWalletArtifact. UserWalletArtifact URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this MyAppUserWalletArtifact. Return type: str
-
value
¶ [Required] Gets the value of this MyAppUserWalletArtifact. UserWalletArtifact identifier
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this MyAppUserWalletArtifact. Return type: str
-