Class JobDefinitionPermissionsSummary
Permissions object for job definitions.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class JobDefinitionPermissionsSummary
Properties
JobDefinitionKey
Declaration
[JsonProperty(PropertyName = "jobDefinitionKey")]
public string JobDefinitionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique key of the parent job definition. |
UserPermissions
Declaration
[JsonProperty(PropertyName = "userPermissions")]
public List<string> UserPermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | An array of permissions. |