Class UpdateIdentityConfigurationDetails
Details for updating identity config on the cluster
Inheritance
UpdateIdentityConfigurationDetails
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class UpdateIdentityConfigurationDetails
Properties
ClusterAdminPassword
Declaration
[JsonProperty(PropertyName = "clusterAdminPassword")]
public string ClusterAdminPassword { get; set; }
Property Value
| Type |
Description |
| string |
Base-64 encoded password for the cluster admin user.
|
IamUserSyncConfigurationDetails
Declaration
[JsonProperty(PropertyName = "iamUserSyncConfigurationDetails")]
public IamUserSyncConfigurationDetails IamUserSyncConfigurationDetails { get; set; }
Property Value
SecretId
Declaration
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
| Type |
Description |
| string |
The secretId for the clusterAdminPassword.
|
UpstConfigurationDetails
Declaration
[JsonProperty(PropertyName = "upstConfigurationDetails")]
public UpstConfigurationDetails UpstConfigurationDetails { get; set; }
Property Value