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