public static class AnyOfRouteAuthorizationPolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AnyOfRouteAuthorizationPolicy.Builder |
allowedScope(List<String> allowedScope)
A user whose scope includes any of these access ranges is allowed on this route.
|
AnyOfRouteAuthorizationPolicy |
build() |
AnyOfRouteAuthorizationPolicy.Builder |
copy(AnyOfRouteAuthorizationPolicy model) |
public AnyOfRouteAuthorizationPolicy.Builder allowedScope(List<String> allowedScope)
A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
allowedScope
- the value to setpublic AnyOfRouteAuthorizationPolicy build()
public AnyOfRouteAuthorizationPolicy.Builder copy(AnyOfRouteAuthorizationPolicy model)
Copyright © 2016–2024. All rights reserved.