Class Permission
Inherited Members
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class PermissionProperties
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