Class SeamHttpAcsCredentialProvisioningAutomations

Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>
ltsVersion: "1.0.0" = seamApiLtsVersion
ltsVersion: string = seamApiLtsVersion

Methods

  • Parameters

    • Optionalparameters: {
          acs_credential_pool_id?: string;
          create_credential_manager_user?: boolean;
          credential_manager_acs_system_id: string;
          credential_manager_acs_user_id?: string;
          user_identity_id: string;
      }
      • Optionalacs_credential_pool_id?: string

        ID of the credential pool for which you want to launch a credential provisioning automation.

      • Optionalcreate_credential_manager_user?: boolean

        Indicates whether to create an associated credential manager user. If you set create_credential_manager_user to true, you cannot specify a credential_manager_acs_user_id.

      • credential_manager_acs_system_id: string

        Access system ID of the credential manager for which you want to launch a credential provisioning automation.

      • Optionalcredential_manager_acs_user_id?: string

        ID of the associated access system user within the credential manager. If you specify a credential_manager_acs_user_id, you cannot set create_credential_manager_user to true.

      • user_identity_id: string

        ID of the user identity for which you want to launch a credential provisioning automation.

    • options: AcsCredentialProvisioningAutomationsLaunchOptions = {}

    Returns AcsCredentialProvisioningAutomationsLaunchRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>