Package com.databricks.sdk.service.jobs
Class JobRunAs
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobRunAs
-
@Generated public class JobRunAs extends Object
Write-only setting, available only in Create/Update/Reset and Submit calls. Specifies the user or service principal that the job runs as. If not specified, the job runs as the user who created the job.Only `user_name` or `service_principal_name` can be specified. If both are specified, an error is thrown.
-
-
Constructor Summary
Constructors Constructor Description JobRunAs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetServicePrincipalName()StringgetUserName()inthashCode()JobRunAssetServicePrincipalName(String servicePrincipalName)JobRunAssetUserName(String userName)StringtoString()
-