Show / Hide Table of Contents

Class SecretRule

A rule that you can apply to a secret to enforce certain conditions on the secret's usage and management.

Inheritance
object
SecretRule
SecretExpiryRule
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
[JsonConverter(typeof(SecretRuleModelConverter))]
public class SecretRule
In this article
Back to top