Show / Hide Table of Contents

Class StartCredentialRotationDetails

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

Inheritance
object
StartCredentialRotationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class StartCredentialRotationDetails

Properties

AutoCompletionDelayDuration

Declaration
[Required(ErrorMessage = "AutoCompletionDelayDuration is required.")]
[JsonProperty(PropertyName = "autoCompletionDelayDuration")]
public string AutoCompletionDelayDuration { get; set; }
Property Value
Type Description
string

The duration in days(in ISO 8601 notation eg. P5D) after which the old credentials should be retired. Maximum delay duration is 90 days.

Remarks

Required

In this article
Back to top