public class ManagedClusterServicePrincipalProfile extends Object
| Constructor and Description |
|---|
ManagedClusterServicePrincipalProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId value.
|
String |
secret()
Get the secret value.
|
ManagedClusterServicePrincipalProfile |
withClientId(String clientId)
Set the clientId value.
|
ManagedClusterServicePrincipalProfile |
withSecret(String secret)
Set the secret value.
|
public ManagedClusterServicePrincipalProfile()
public String clientId()
public ManagedClusterServicePrincipalProfile withClientId(String clientId)
clientId - the clientId value to setpublic String secret()
public ManagedClusterServicePrincipalProfile withSecret(String secret)
secret - the secret value to setCopyright © 2019. All rights reserved.