Class PrivilegedApiRequestOperationDetails
It represents the api details of the service
Inherited Members
Namespace: Oci.ApiaccesscontrolService.Models
Assembly: OCI.DotNetSDK.Apiaccesscontrol.dll
Syntax
public class PrivilegedApiRequestOperationDetails
Properties
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. |