mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
This commit is contained in:
@@ -53,7 +53,7 @@ use the `returnnameonly` option to have GAM display just the profile name of the
|
|||||||
This will be useful in scripts that create|update a profile and then want to perform subsequent GAM commands that
|
This will be useful in scripts that create|update a profile and then want to perform subsequent GAM commands that
|
||||||
reference the profile.
|
reference the profile.
|
||||||
|
|
||||||
If `returnnameonly is specified, `inProgress` is returned if the API does not return a complete result.
|
If `returnnameonly` is specified, `inProgress` is returned if the API does not return a complete result.
|
||||||
|
|
||||||
```
|
```
|
||||||
gam delete inboundssoprofile <SSOProfileItem>
|
gam delete inboundssoprofile <SSOProfileItem>
|
||||||
@@ -130,10 +130,14 @@ The `quotechar <Character>` option allows you to choose an alternate quote chara
|
|||||||
|
|
||||||
## Manage assignments
|
## Manage assignments
|
||||||
```
|
```
|
||||||
gam create inboundssoassignment (group <GroupItem> rank <Number>)|(ou|org|orgunit <OrgUnitItem>)
|
gam create inboundssoassignment
|
||||||
(mode sso_off)|(mode saml_sso profile <SSOProfileItem>)(mode domain_wide_saml_if_enabled) [neverredirect]
|
(group <GroupItem> rank <Number>)|(ou|org|orgunit <OrgUnitItem>)
|
||||||
gam update inboundssoassignment <SSOAssignmentName>[(group <GroupItem> rank <Number>)|(ou|org|orgunit <OrgUnitItem>)]
|
(mode sso_off)|(mode saml_sso profile <SSOProfileItem>)(mode domain_wide_saml_if_enabled)
|
||||||
[(mode sso_off)|(mode saml_sso profile <SSOProfileItem>)(mode domain_wide_saml_if_enabled)] [neverredirect]
|
[neverredirect]
|
||||||
|
gam update inboundssoassignment <SSOAssignmentName>
|
||||||
|
[(group <GroupItem> rank <Number>)|(ou|org|orgunit <OrgUnitItem>)]
|
||||||
|
[(mode sso_off)|(mode saml_sso profile <SSOProfileItem>)(mode domain_wide_saml_if_enabled)]
|
||||||
|
[neverredirect]
|
||||||
gam delete inboundssoassignment <SSOAssignmentSelector>
|
gam delete inboundssoassignment <SSOAssignmentSelector>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user