Show / Hide Table of Contents

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
object
BaseSecurityAttributeValidator
DefaultSecurityAttributeValidator
EnumSecurityAttributeValidator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SecurityattributeService.Models
Assembly: OCI.DotNetSDK.Securityattribute.dll
Syntax
[JsonConverter(typeof(BaseSecurityAttributeValidatorModelConverter))]
public class BaseSecurityAttributeValidator
In this article
Back to top