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