public class ContainerServiceServicePrincipalProfile extends Object
Constructor and Description |
---|
ContainerServiceServicePrincipalProfile() |
Modifier and Type | Method and Description |
---|---|
String |
clientId()
Get the ID for the service principal.
|
String |
secret()
Get the secret password associated with the service principal.
|
ContainerServiceServicePrincipalProfile |
withClientId(String clientId)
Set the ID for the service principal.
|
ContainerServiceServicePrincipalProfile |
withSecret(String secret)
Set the secret password associated with the service principal.
|
public ContainerServiceServicePrincipalProfile()
public String clientId()
public ContainerServiceServicePrincipalProfile withClientId(String clientId)
clientId
- the clientId value to setpublic String secret()
public ContainerServiceServicePrincipalProfile withSecret(String secret)
secret
- the secret value to setCopyright © 2019. All rights reserved.