UpdateSwiftPasswordDetails¶
-
class
oci.identity.models.
UpdateSwiftPasswordDetails
(**kwargs)¶ Bases:
object
UpdateSwiftPasswordDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateSwiftPasswordDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateSwiftPasswordDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSwiftPasswordDetails 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 UpdateSwiftPasswordDetails.
-
description
¶ Gets the description of this UpdateSwiftPasswordDetails. The description you assign to the Swift password. Does not have to be unique, and it’s changeable.
(For tenancies that support identity domains) You can have an empty description.
Returns: The description of this UpdateSwiftPasswordDetails. Return type: str
-