Class RemoveResourcePrincipalConfigurationDetails
Details of removing a resource principal configuration for the cluster.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class RemoveResourcePrincipalConfigurationDetails
Properties
ClusterAdminPassword
Declaration
[Required(ErrorMessage = "ClusterAdminPassword is required.")]
[JsonProperty(PropertyName = "clusterAdminPassword")]
public string ClusterAdminPassword { get; set; }
Property Value
Type | Description |
---|---|
string | Base-64 encoded Cluster Admin Password for cluster admin user. |
Remarks
Required