Class VaultSecretCredentialDetails
Secret details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class VaultSecretCredentialDetails : CredentialDetailsProperties
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. | 
Remarks
Required
SecretVersion
Declaration
[JsonProperty(PropertyName = "secretVersion")]
public string SecretVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The secret version. |