Show / Hide Table of Contents

Class Permission

Inheritance
object
Permission
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class Permission

Properties

P

Declaration
[Required(ErrorMessage = "P is required.")]
[JsonProperty(PropertyName = "p")]
public string P { get; set; }
Property Value
Type Description
string

The name of the permission.

Remarks

Required

In this article
Back to top