summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/identity-provider.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/command-objects/identity-provider.rst b/doc/source/command-objects/identity-provider.rst
index 47e274dd..90f0b494 100644
--- a/doc/source/command-objects/identity-provider.rst
+++ b/doc/source/command-objects/identity-provider.rst
@@ -15,10 +15,21 @@ Create new identity provider
.. code:: bash
os identity provider create
+ [--remote-id <remote-id> [...] | --remote-id-file <file-name>]
[--description <description>]
[--enable | --disable]
<name>
+.. option:: --remote-id <remote-id>
+
+ Remote IDs to associate with the Identity Provider (repeat to provide
+ multiple values)
+
+.. option:: --remote-id-file <file-name>
+
+ Name of a file that contains many remote IDs to associate with the identity
+ provider, one per line
+
.. option:: --description
New identity provider description
@@ -69,9 +80,20 @@ Set identity provider properties
.. code:: bash
os identity provider set
+ [--remote-id <remote-id> [...] | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
+.. option:: --remote-id <remote-id>
+
+ Remote IDs to associate with the Identity Provider (repeat to provide
+ multiple values)
+
+.. option:: --remote-id-file <file-name>
+
+ Name of a file that contains many remote IDs to associate with the identity
+ provider, one per line
+
.. option:: --enable
Enable the identity provider