yc organization-manager idp application saml application update
Update the specified SAML application
Command Usage
Syntax:
yc organization-manager idp application saml application update <SAML-APPLICATION-ID> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
SAML application id. |
|
|
Set the ID of the organization to use. |
|
|
A new name of the SAML application. |
|
|
Specifies a textual description of the SAML application. |
|
|
A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
|
|
Specifies the group distribution type for the SAML application. Values: 'none', 'assigned-groups', 'all-groups' |
|
|
Name of the SAML attribute that contains group information. |
|
|
Service provider entity ID. |
|
|
Assertion Consumer Service URL. Can be specified multiple times. |
|
|
Optional index for ACS URL. Must be specified for all --acs-url flags or omitted entirely. Example: --acs-url url1 --acs-url-index 1 --acs-url url2 --acs-url-index 0 |
|
|
Single Logout Service URL. Can be specified multiple times. |
|
|
Optional response URL for SLO. Must match the number of --slo-url flags if provided. Use empty string ("") for not specified response URLs. |
|
|
Protocol binding for SLO (HTTP_POST or HTTP_REDIRECT). Required and must match the number of --slo-url flags. |
|
|
Signature mode for SAML assertions and responses (ASSERTIONS, RESPONSE, or RESPONSE_AND_ASSERTIONS). Values: 'assertions', 'response', 'response-and-assertions' |
|
|
ID of the signature certificate to use. |
|
|
NameID format (PERSISTENT or EMAIL). Values: 'persistent', 'email' |
|
|
Attribute mapping in format 'name=value'. Can be specified multiple times. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |