SecretRule

class oci.vault.models.SecretRule(**kwargs)

Bases: object

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

Attributes

RULE_TYPE_SECRET_EXPIRY_RULE A constant which can be used with the rule_type property of a SecretRule.
RULE_TYPE_SECRET_REUSE_RULE A constant which can be used with the rule_type property of a SecretRule.
rule_type [Required] Gets the rule_type of this SecretRule.

Methods

__init__(**kwargs) Initializes a new SecretRule object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
RULE_TYPE_SECRET_EXPIRY_RULE = 'SECRET_EXPIRY_RULE'

A constant which can be used with the rule_type property of a SecretRule. This constant has a value of “SECRET_EXPIRY_RULE”

RULE_TYPE_SECRET_REUSE_RULE = 'SECRET_REUSE_RULE'

A constant which can be used with the rule_type property of a SecretRule. This constant has a value of “SECRET_REUSE_RULE”

__init__(**kwargs)

Initializes a new SecretRule object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:rule_type (str) – The value to assign to the rule_type property of this SecretRule. Allowed values for this property are: “SECRET_EXPIRY_RULE”, “SECRET_REUSE_RULE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

rule_type

[Required] Gets the rule_type of this SecretRule. The type of rule, which either controls when the secret contents expire or whether they can be reused.

Allowed values for this property are: “SECRET_EXPIRY_RULE”, “SECRET_REUSE_RULE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The rule_type of this SecretRule.
Return type:str