Class GetSecurityAttributeWorkRequestResponse
Implements
Inherited Members
Namespace: Oci.SecurityattributeService.Responses
Assembly: OCI.DotNetSDK.Securityattribute.dll
Syntax
public class GetSecurityAttributeWorkRequestResponse : OciResponse, IOciResponse
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
RetryAfter
Declaration
[HttpConverter(TargetEnum.Header, "retry-after")]
public float? RetryAfter { get; set; }
Property Value
Type | Description |
---|---|
float? | The number of seconds that the client should wait before polling again. |
SecurityAttributeWorkRequest
Declaration
[HttpConverter(TargetEnum.Body)]
public SecurityAttributeWorkRequest SecurityAttributeWorkRequest { get; set; }
Property Value
Type | Description |
---|---|
SecurityAttributeWorkRequest | The returned SecurityAttributeWorkRequest instance. |