Class PrivilegedApiDetails
It represents the api details of the service
Inherited Members
Namespace: Oci.ApiaccesscontrolService.Models
Assembly: OCI.DotNetSDK.Apiaccesscontrol.dll
Syntax
public class PrivilegedApiDetailsProperties
ApiName
Declaration
[Required(ErrorMessage = "ApiName is required.")]
[JsonProperty(PropertyName = "apiName")]
public string ApiName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | name of the api which needs to be protected. | 
Remarks
Required
AttributeNames
Declaration
[JsonProperty(PropertyName = "attributeNames")]
public List<string> AttributeNames { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | list of attributes belonging to the above api which needs to be protected. | 
EntityType
Declaration
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | type of the entity which needs to be protected. |