public class OpenIdConnectRegistration extends ProxyOnlyResource
| Constructor and Description |
|---|
OpenIdConnectRegistration() |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectClientCredential |
clientCredential()
Get the clientCredential property: The clientCredential property.
|
String |
clientId()
Get the clientId property: The clientId property.
|
OpenIdConnectConfig |
openIdConnectConfiguration()
Get the openIdConnectConfiguration property: The openIdConnectConfiguration property.
|
void |
validate()
Validates the instance.
|
OpenIdConnectRegistration |
withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the clientCredential property: The clientCredential property.
|
OpenIdConnectRegistration |
withClientId(String clientId)
Set the clientId property: The clientId property.
|
OpenIdConnectRegistration |
withKind(String kind)
Set the kind property: Kind of resource.
|
OpenIdConnectRegistration |
withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the openIdConnectConfiguration property: The openIdConnectConfiguration property.
|
kindpublic String clientId()
public OpenIdConnectRegistration withClientId(String clientId)
clientId - the clientId value to set.public OpenIdConnectClientCredential clientCredential()
public OpenIdConnectRegistration withClientCredential(OpenIdConnectClientCredential clientCredential)
clientCredential - the clientCredential value to set.public OpenIdConnectConfig openIdConnectConfiguration()
public OpenIdConnectRegistration withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
openIdConnectConfiguration - the openIdConnectConfiguration value to set.public OpenIdConnectRegistration 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.