Show / Hide Table of Contents

Class GetPolicyRequest

Inheritance
System.Object
GetPolicyRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class GetPolicyRequest : object, IOciRequest
Examples

Click here to see an example of how to use GetPolicy request.

Properties

PolicyId

Declaration
public string PolicyId { get; set; }
Property Value
Type Description
System.String

The OCID of the policy.

Remarks

Required

Implements

IOciRequest
In This Article
Back to top