public final class PreAuthorizedApplicationExtension extends Object
| Constructor and Description |
|---|
PreAuthorizedApplicationExtension() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
conditions()
Get the conditions property: The extension's conditions.
|
void |
validate()
Validates the instance.
|
PreAuthorizedApplicationExtension |
withConditions(List<String> conditions)
Set the conditions property: The extension's conditions.
|
public List<String> conditions()
public PreAuthorizedApplicationExtension withConditions(List<String> conditions)
conditions - the conditions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.