CreateSwiftPasswordDetails¶
-
class
oci.identity.models.
CreateSwiftPasswordDetails
(**kwargs)¶ Bases:
object
CreateSwiftPasswordDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateSwiftPasswordDetails object with values from keyword arguments. Attributes
description
[Required] Gets the description of this CreateSwiftPasswordDetails. -
__init__
(**kwargs)¶ Initializes a new CreateSwiftPasswordDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: description (str) – The value to assign to the description property of this CreateSwiftPasswordDetails.
-
description
¶ [Required] Gets the description of this CreateSwiftPasswordDetails. The description you assign to the Swift password during creation. Does not have to be unique, and it’s changeable.
Returns: The description of this CreateSwiftPasswordDetails. Return type: str
-