public class ContainerServiceServicePrincipalProfile extends Object
| Constructor and Description |
|---|
ContainerServiceServicePrincipalProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId value.
|
KeyVaultSecretRef |
keyVaultSecretRef()
Get the keyVaultSecretRef value.
|
String |
secret()
Get the secret value.
|
ContainerServiceServicePrincipalProfile |
withClientId(String clientId)
Set the clientId value.
|
ContainerServiceServicePrincipalProfile |
withKeyVaultSecretRef(KeyVaultSecretRef keyVaultSecretRef)
Set the keyVaultSecretRef value.
|
ContainerServiceServicePrincipalProfile |
withSecret(String secret)
Set the secret value.
|
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 setpublic KeyVaultSecretRef keyVaultSecretRef()
public ContainerServiceServicePrincipalProfile withKeyVaultSecretRef(KeyVaultSecretRef keyVaultSecretRef)
keyVaultSecretRef - the keyVaultSecretRef value to setCopyright © 2019. All rights reserved.