public class ManagedClusterAADProfile extends Object
| Constructor and Description |
|---|
ManagedClusterAADProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientAppID()
Get the client AAD application ID.
|
String |
serverAppID()
Get the server AAD application ID.
|
String |
serverAppSecret()
Get the server AAD application secret.
|
String |
tenantID()
Get the AAD tenant ID to use for authentication.
|
ManagedClusterAADProfile |
withClientAppID(String clientAppID)
Set the client AAD application ID.
|
ManagedClusterAADProfile |
withServerAppID(String serverAppID)
Set the server AAD application ID.
|
ManagedClusterAADProfile |
withServerAppSecret(String serverAppSecret)
Set the server AAD application secret.
|
ManagedClusterAADProfile |
withTenantID(String tenantID)
Set the AAD tenant ID to use for authentication.
|
public String clientAppID()
public ManagedClusterAADProfile withClientAppID(String clientAppID)
clientAppID - the clientAppID value to setpublic String serverAppID()
public ManagedClusterAADProfile withServerAppID(String serverAppID)
serverAppID - the serverAppID value to setpublic String serverAppSecret()
public ManagedClusterAADProfile withServerAppSecret(String serverAppSecret)
serverAppSecret - the serverAppSecret value to setpublic String tenantID()
public ManagedClusterAADProfile withTenantID(String tenantID)
tenantID - the tenantID value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/