Class SecretReuseRule
A rule that disallows reuse of previously used secret content by the specified secret.
Inherited Members
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class SecretReuseRule : SecretRuleProperties
IsEnforcedOnDeletedSecretVersions
Declaration
[JsonProperty(PropertyName = "isEnforcedOnDeletedSecretVersions")]
public bool? IsEnforcedOnDeletedSecretVersions { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A property indicating whether the rule is applied even if the secret version with the content you are trying to reuse was deleted. |