Class ActivateIamUserSyncConfigurationDetails
Details for activating IAM user sync configuration
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class ActivateIamUserSyncConfigurationDetails
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. |
IsPosixAttributesAdditionRequired
Declaration
[JsonProperty(PropertyName = "isPosixAttributesAdditionRequired")]
public bool? IsPosixAttributesAdditionRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | whether posix attribute needs to be appended to users |
SecretId
Declaration
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The secretId for the clusterAdminPassword. |