mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 23 10:59:14 UTC 2025
This commit is contained in:
parent
fe3a430c1d
commit
0acbd64d02
208 changed files with 2473 additions and 622 deletions
|
|
@ -83,49 +83,54 @@ POSITIONAL ARGUMENTS
|
|||
SETTING_FILE
|
||||
JSON or YAML file containing the IAP resource settings.
|
||||
|
||||
JSON example:
|
||||
{
|
||||
"access_settings" : {
|
||||
"oauth_settings" : {
|
||||
"login_hint" : {
|
||||
"value": "test_hint"
|
||||
}
|
||||
},
|
||||
"gcip_settings" : {
|
||||
"tenant_ids": ["tenant1-p9puj", "tenant2-y8rxc"],
|
||||
"login_page_uri" : {
|
||||
"value" : "https://test.com/?apiKey=abcd_efgh"
|
||||
}
|
||||
},
|
||||
"cors_settings": {
|
||||
"allow_http_options" : {
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"application_settings" : {
|
||||
"csm_settings" : {
|
||||
"rctoken_aud" : {
|
||||
"value" : "test_aud"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
JSON example:
|
||||
|
||||
{
|
||||
"access_settings": {
|
||||
"oauth_settings": {
|
||||
"login_hint": {
|
||||
"value": "test_hint"
|
||||
}
|
||||
},
|
||||
"gcip_settings": {
|
||||
"tenant_ids": [
|
||||
"tenant1-p9puj",
|
||||
"tenant2-y8rxc"
|
||||
],
|
||||
"login_page_uri": {
|
||||
"value": "https://test.com/?apiKey=abcd_efgh"
|
||||
}
|
||||
},
|
||||
"cors_settings": {
|
||||
"allow_http_options": {
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"application_settings": {
|
||||
"csm_settings": {
|
||||
"rctoken_aud": {
|
||||
"value": "test_aud"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
YAML example:
|
||||
|
||||
YAML example:
|
||||
accessSettings :
|
||||
oauthSettings:
|
||||
loginHint: test_hint
|
||||
gcipSettings:
|
||||
tenantIds:
|
||||
- tenant1-p9puj
|
||||
- tenant2-y8rxc
|
||||
loginPageUri: https://test.com/?apiKey=abcd_efgh
|
||||
corsSettings:
|
||||
allowHttpOptions: true
|
||||
oauthSettings:
|
||||
loginHint: test_hint
|
||||
gcipSettings:
|
||||
tenantIds:
|
||||
- tenant1-p9puj
|
||||
- tenant2-y8rxc
|
||||
loginPageUri: https://test.com/?apiKey=abcd_efgh
|
||||
corsSettings:
|
||||
allowHttpOptions: true
|
||||
applicationSettings:
|
||||
csmSettings:
|
||||
rctokenAud: test_aud
|
||||
csmSettings:
|
||||
rctokenAud: test_aud
|
||||
|
||||
FLAGS
|
||||
--folder=FOLDER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue