JobDefinitionPermissionsSummary

class oci.data_catalog.models.JobDefinitionPermissionsSummary(**kwargs)

Bases: object

Permissions object for job definitions.

Methods

__init__(**kwargs) Initializes a new JobDefinitionPermissionsSummary object with values from keyword arguments.

Attributes

job_definition_key Gets the job_definition_key of this JobDefinitionPermissionsSummary.
user_permissions Gets the user_permissions of this JobDefinitionPermissionsSummary.
__init__(**kwargs)

Initializes a new JobDefinitionPermissionsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • job_definition_key (str) – The value to assign to the job_definition_key property of this JobDefinitionPermissionsSummary.
  • user_permissions (list[str]) – The value to assign to the user_permissions property of this JobDefinitionPermissionsSummary.
job_definition_key

Gets the job_definition_key of this JobDefinitionPermissionsSummary. The unique key of the parent job definition.

Returns:The job_definition_key of this JobDefinitionPermissionsSummary.
Return type:str
user_permissions

Gets the user_permissions of this JobDefinitionPermissionsSummary. An array of permissions.

Returns:The user_permissions of this JobDefinitionPermissionsSummary.
Return type:list[str]