Class EnableSuperuserDetails
The configuration details for the enable superuser operation.
Inherited Members
Namespace: Oci.ManagedkafkaService.Models
Assembly: OCI.DotNetSDK.Managedkafka.dll
Syntax
public class EnableSuperuserDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment that contains the superuser secret. |
Remarks
Required
SecretId
Declaration
[Required(ErrorMessage = "SecretId is required.")]
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the secret that will be populated with the generated superuser password. |
Remarks
Required