StartCredentialRotationDetails

class oci.container_engine.models.StartCredentialRotationDetails(**kwargs)

Bases: object

Properties that define a request to start credential rotation on a kubernetes cluster.

Methods

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

Attributes

auto_completion_delay_duration [Required] Gets the auto_completion_delay_duration of this StartCredentialRotationDetails.
__init__(**kwargs)

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

Parameters:auto_completion_delay_duration (str) – The value to assign to the auto_completion_delay_duration property of this StartCredentialRotationDetails.
auto_completion_delay_duration

[Required] Gets the auto_completion_delay_duration of this StartCredentialRotationDetails. The duration in days(in ISO 8601 notation eg. P5D) after which the old credentials should be retired. Maximum delay duration is 14 days.

Returns:The auto_completion_delay_duration of this StartCredentialRotationDetails.
Return type:str