Show / Hide Table of Contents

Class VaultSecretPasswordDetails

Secret details for the ADW Admin password.

Inheritance
object
AdwAdminPasswordDetails
VaultSecretPasswordDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top