public class OpenIdConnectLogin extends ProxyOnlyResource
| Constructor and Description |
|---|
OpenIdConnectLogin() |
| Modifier and Type | Method and Description |
|---|---|
String |
nameClaimType()
Get the nameClaimType property: The nameClaimType property.
|
List<String> |
scopes()
Get the scopes property: The scopes property.
|
void |
validate()
Validates the instance.
|
OpenIdConnectLogin |
withKind(String kind)
Set the kind property: Kind of resource.
|
OpenIdConnectLogin |
withNameClaimType(String nameClaimType)
Set the nameClaimType property: The nameClaimType property.
|
OpenIdConnectLogin |
withScopes(List<String> scopes)
Set the scopes property: The scopes property.
|
kindpublic String nameClaimType()
public OpenIdConnectLogin withNameClaimType(String nameClaimType)
nameClaimType - the nameClaimType value to set.public List<String> scopes()
public OpenIdConnectLogin withScopes(List<String> scopes)
scopes - the scopes value to set.public OpenIdConnectLogin 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.