27 lines
589 B
YAML
27 lines
589 B
YAML
project:
|
|
name: project
|
|
collection: iap.projects
|
|
attributes:
|
|
- parameter_name: projectsId
|
|
attribute_name: project
|
|
help: The project ID.
|
|
|
|
brand:
|
|
name: brand
|
|
collection: iap.projects.brands
|
|
attributes:
|
|
- &brand
|
|
parameter_name: brandsId
|
|
attribute_name: brand
|
|
help: The name of the OAuth brand.
|
|
|
|
client:
|
|
name: proxy client
|
|
collection: iap.projects.brands.identityAwareProxyClients
|
|
attributes:
|
|
- *brand
|
|
- &client
|
|
parameter_name: identityAwareProxyClientsId
|
|
attribute_name: identity_aware_proxy_clients
|
|
help: The name of the OAuth client
|