Class UpdateResourcePrincipalConfigurationDetails
Details of updating the resource principal configuration for the cluster.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class UpdateResourcePrincipalConfigurationDetailsProperties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information. | 
SessionTokenLifeSpanDurationInHours
Declaration
[JsonProperty(PropertyName = "sessionTokenLifeSpanDurationInHours")]
public int? SessionTokenLifeSpanDurationInHours { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Life span in hours for the resource principal session token. |