Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Command line interface
  • Getting started with the CLI
    • Overview
    • help
    • init
      • Overview
        • Overview
          • Overview
            • Overview
              • Overview
              • add-access-bindings
              • add-assignments
              • create
              • delete
              • get
              • list
              • list-access-bindings
              • list-assignments
              • list-operations
              • list-supported-attribute-values
              • reactivate
              • remove-access-bindings
              • remove-assignments
              • set-access-bindings
              • suspend
              • update
              • update-assignments
    • version
  • CLI releases
  • Troubleshooting
  1. CLI reference
  2. organization-manager
  3. idp
  4. application
  5. saml
  6. application
  7. update

yc organization-manager idp application saml application update

Written by
Yandex Cloud
Updated at March 26, 2026

Update the specified SAML application

Command UsageCommand Usage

Syntax:

yc organization-manager idp application saml application update <SAML-APPLICATION-ID> [Flags...] [Global Flags...]

FlagsFlags

Flag

Description

--id

string

SAML application id.

--organization-id

string

Set the ID of the organization to use.

--new-name

string

A new name of the SAML application.

--description

string

Specifies a textual description of the SAML application.

--labels

key=value[,key=value...]

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'.

--group-distribution-type

string

Specifies the group distribution type for the SAML application. Values: 'none', 'assigned-groups', 'all-groups'

--group-attribute-name

string

Name of the SAML attribute that contains group information.

--entity-id

string

Service provider entity ID.

--acs-url

value[,value]

Assertion Consumer Service URL. Can be specified multiple times.

--acs-url-index

value[,value]

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

--slo-url

value[,value]

Single Logout Service URL. Can be specified multiple times.

--slo-response-url

value[,value]

Optional response URL for SLO. Must match the number of --slo-url flags if provided. Use empty string ("") for not specified response URLs.

--slo-protocol-binding

value[,value]

Protocol binding for SLO (HTTP_POST or HTTP_REDIRECT). Required and must match the number of --slo-url flags.

--signature-mode

string

Signature mode for SAML assertions and responses (ASSERTIONS, RESPONSE, or RESPONSE_AND_ASSERTIONS). Values: 'assertions', 'response', 'response-and-assertions'

--signature-certificate-id

string

ID of the signature certificate to use.

--name-id-format

string

NameID format (PERSISTENT or EMAIL). Values: 'persistent', 'email'

--attribute

value[,value]

Attribute mapping in format 'name=value'. Can be specified multiple times.

--async

Display information about the operation in progress, without waiting for the operation to complete.

Global FlagsGlobal Flags

Flag

Description

--profile

string

Set the custom configuration file.

--debug

Debug logging.

--debug-grpc

Debug gRPC logging. Very verbose, used for debugging connection problems.

--no-user-output

Disable printing user intended output to stderr.

--retry

int

Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
Pass 0 to disable retries. Pass any negative value for infinite retries.
Even infinite retries are capped with 2 minutes timeout.

--syntax

string

CLI syntax: 1 (legacy) or 2 (current). Omit to use default-syntax in the profile or the product default.

--cloud-id

string

Set the ID of the cloud to use.

--folder-id

string

Set the ID of the folder to use.

--folder-name

string

Set the name of the folder to use (will be resolved to id).

--endpoint

string

Set the Cloud API endpoint (host:port).

--token

string

Set the OAuth token to use.

--impersonate-service-account-id

string

Set the ID of the service account to impersonate.

--no-browser

Disable opening browser for authentication.

--format

string

Set the output format: text (default), yaml, json, json-rest.

--jq

string

Query to select values from the response using jq syntax

-h, --help

Display help for the command.

  • Set up the SAML application in Identity Hub
  • Update the app's basic settings

Was the article helpful?

Previous
suspend
Next
update-assignments
© 2026 Direct Cursus Technology L.L.C.