Class UpdateSecurityConfigRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Returns:
        Unique, case-sensitive identifier to ensure idempotency of the request.
      • configVersion

        public final String configVersion()

        The version of the security configuration to be updated. You can find the most recent version of a security configuration using the GetSecurityPolicy command.

        Returns:
        The version of the security configuration to be updated. You can find the most recent version of a security configuration using the GetSecurityPolicy command.
      • description

        public final String description()

        A description of the security configuration.

        Returns:
        A description of the security configuration.
      • iamIdentityCenterOptionsUpdates

        public final UpdateIamIdentityCenterConfigOptions iamIdentityCenterOptionsUpdates()

        Describes IAM Identity Center options in the form of a key-value map.

        Returns:
        Describes IAM Identity Center options in the form of a key-value map.
      • id

        public final String id()

        The security configuration identifier. For SAML the ID will be saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.

        Returns:
        The security configuration identifier. For SAML the ID will be saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.
      • samlOptions

        public final SamlConfigOptions samlOptions()

        SAML options in in the form of a key-value map.

        Returns:
        SAML options in in the form of a key-value map.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object