Class VaultSecretPasswordDetails
Secret details for the ADW Admin password.
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class VaultSecretPasswordDetails : AdwAdminPasswordDetails
Properties
SecretId
Declaration
[Required(ErrorMessage = "SecretId is required.")]
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the vault secret to use as the ADW admin password. |
Remarks
Required