Show / Hide Table of Contents

Class SecretReuseRule

A rule that disallows reuse of previously used secret content by the specified secret.

Inheritance
object
SecretRule
SecretReuseRule
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class SecretReuseRule : SecretRule

Properties

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.

In this article
Back to top