Class BaseSecurityAttributeValidator
Validates a security attribute value. Each validator performs validation steps in addition to the standard
validation for security attribute values. For more information, see
Limits on Security Attributes.
If you define a validator after a value has been set for a security attribute, then any updates that
attempt to change the value must pass the additional validation defined by the current rule.
Previously set values (even those that would fail the current validation) are not updated. You can
still update other attributes to resources that contain a non-valid security attribute.
To clear the validator call UpdateSecurityAttribute with
DefaultSecuirtyAttributeValidator.
Inheritance
BaseSecurityAttributeValidator
Inherited Members
Namespace: Oci.SecurityattributeService.Models
Assembly: OCI.DotNetSDK.Securityattribute.dll
Syntax
[JsonConverter(typeof(BaseSecurityAttributeValidatorModelConverter))]
public class BaseSecurityAttributeValidator