@Generated public class JobRunAs extends Object
Only `user_name` or `service_principal_name` can be specified. If both are specified, 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 © 2023. All rights reserved.