@Generated public class JobRunAs extends Object
Either `user_name` or `service_principal_name` should be specified. If not, an error is thrown.
| Constructor and Description |
|---|
JobRunAs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getServicePrincipalName() |
String |
getUserName() |
int |
hashCode() |
JobRunAs |
setServicePrincipalName(String servicePrincipalName) |
JobRunAs |
setUserName(String userName) |
String |
toString() |
Copyright © 2025. All rights reserved.