DevOpsAgentService / Client / disable_operator_app

disable_operator_app

DevOpsAgentService.Client.disable_operator_app(**kwargs)

Disable the Operator App for the specified AgentSpace

See also: AWS API Documentation

Request Syntax

response = client.disable_operator_app(
    agentSpaceId='string',
    authFlow='iam'|'idc'|'idp'
)
Parameters:
  • agentSpaceId (string) –

    [REQUIRED]

    The unique identifier of the AgentSpace

  • authFlow (string) – The authentication flow configured for the operator App. e.g. idc

Returns:

None

Exceptions