public class OpenIdConnectClientCredential extends ProxyOnlyResource
| Constructor and Description |
|---|
OpenIdConnectClientCredential() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientSecretSettingName()
Get the clientSecretSettingName property: The clientSecretSettingName property.
|
ClientCredentialMethod |
method()
Get the method property: The method property.
|
void |
validate()
Validates the instance.
|
OpenIdConnectClientCredential |
withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The clientSecretSettingName property.
|
OpenIdConnectClientCredential |
withKind(String kind)
Set the kind property: Kind of resource.
|
OpenIdConnectClientCredential |
withMethod(ClientCredentialMethod method)
Set the method property: The method property.
|
kindpublic ClientCredentialMethod method()
public OpenIdConnectClientCredential withMethod(ClientCredentialMethod method)
method - the method value to set.public String clientSecretSettingName()
public OpenIdConnectClientCredential withClientSecretSettingName(String clientSecretSettingName)
clientSecretSettingName - the clientSecretSettingName value to set.public OpenIdConnectClientCredential withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.