Show / Hide Table of Contents

Class DefaultSecurityAttributeValidator

Use this validator to clear any existing validator on the security attribute with the UpdateSecurityAttribute operation. Using this validatorType is the same as not setting any value on the validator field. The resultant value for validatorType returned in the response body is null.

Inheritance
object
BaseSecurityAttributeValidator
DefaultSecurityAttributeValidator
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
public class DefaultSecurityAttributeValidator : BaseSecurityAttributeValidator
In this article
Back to top