UpdateFleetCredentialDetails

class oci.fleet_apps_management.models.UpdateFleetCredentialDetails(**kwargs)

Bases: object

The information to be updated.

Methods

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

Attributes

display_name Gets the display_name of this UpdateFleetCredentialDetails.
entity_specifics Gets the entity_specifics of this UpdateFleetCredentialDetails.
password Gets the password of this UpdateFleetCredentialDetails.
user Gets the user of this UpdateFleetCredentialDetails.
__init__(**kwargs)

Initializes a new UpdateFleetCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
display_name

Gets the display_name of this UpdateFleetCredentialDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Example: My new resource

Returns:The display_name of this UpdateFleetCredentialDetails.
Return type:str
entity_specifics

Gets the entity_specifics of this UpdateFleetCredentialDetails.

Returns:The entity_specifics of this UpdateFleetCredentialDetails.
Return type:oci.fleet_apps_management.models.CredentialEntitySpecificDetails
password

Gets the password of this UpdateFleetCredentialDetails.

Returns:The password of this UpdateFleetCredentialDetails.
Return type:oci.fleet_apps_management.models.CredentialDetails
user

Gets the user of this UpdateFleetCredentialDetails.

Returns:The user of this UpdateFleetCredentialDetails.
Return type:oci.fleet_apps_management.models.CredentialDetails