Class CreateSecurityAttributeDetails
Details of the security attribute to be created for a specific security attribute namespace.
Inherited Members
Namespace: Oci.SecurityattributeService.Models
Assembly: OCI.DotNetSDK.Securityattribute.dll
Syntax
public class CreateSecurityAttributeDetails
Properties
Description
Declaration
[Required(ErrorMessage = "Description is required.")]
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description you assign to the security attribute during creation. |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name you assign to the security attribute during creation. This is the security attribute key. The name must be unique within the namespace and cannot be changed. |
Remarks
Required
Validator
Declaration
[JsonProperty(PropertyName = "validator")]
public BaseSecurityAttributeValidator Validator { get; set; }
Property Value
Type | Description |
---|---|
BaseSecurityAttributeValidator |