AWS.Tools.Detective.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.Detective</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.AddDTCTResourceTagCmdlet"> <summary> Applies tag values to a behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.AddDTCTResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the behavior graph to assign the tags to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.AddDTCTResourceTagCmdlet.Tag"> <summary> <para> <para>The tags to assign to the behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.AddDTCTResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.AddDTCTResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.AddDTCTResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.ApproveDTCTInvitationCmdlet"> <summary> Accepts an invitation for the member account to contribute data to a behavior graph. This operation can only be called by an invited member account. <para> The request provides the ARN of behavior graph. </para><para> The member account status in the graph must be <c>INVITED</c>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.ApproveDTCTInvitationCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph that the member account is accepting the invitation for.</para><para>The member account status in the behavior graph must be <c>INVITED</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.ApproveDTCTInvitationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.AcceptInvitationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.ApproveDTCTInvitationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.ApproveDTCTInvitationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.DenyDTCTInvitationCmdlet"> <summary> Rejects an invitation to contribute the account data to a behavior graph. This operation must be called by an invited member account that has the <c>INVITED</c> status. <para><c>RejectInvitation</c> cannot be called by an organization account in the organization behavior graph. In the organization behavior graph, organization accounts do not receive an invitation. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.DenyDTCTInvitationCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph to reject the invitation to.</para><para>The member account's current member status in the behavior graph must be <c>INVITED</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.DenyDTCTInvitationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.RejectInvitationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.DenyDTCTInvitationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.DenyDTCTInvitationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.DisableDTCTOrganizationAdminAccountCmdlet"> <summary> Removes the Detective administrator account in the current Region. Deletes the organization behavior graph. <para> Can only be called by the organization management account. </para><para> Removing the Detective administrator account does not affect the delegated administrator account for Detective in Organizations. </para><para> To remove the delegated administrator account in Organizations, use the Organizations API. Removing the delegated administrator account also removes the Detective administrator account in all Regions, except for Regions where the Detective administrator account is the organization management account. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.DisableDTCTOrganizationAdminAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.DisableOrganizationAdminAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.DisableDTCTOrganizationAdminAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.EnableDTCTOrganizationAdminAccountCmdlet"> <summary> Designates the Detective administrator account for the organization in the current Region. <para> If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. </para><para> Can only be called by the organization management account. </para><para> If the organization has a delegated administrator account in Organizations, then the Detective administrator account must be either the delegated administrator account or the organization management account. </para><para> If the organization does not have a delegated administrator account in Organizations, then you can choose any account in the organization. If you choose an account other than the organization management account, Detective calls Organizations to make that account the delegated administrator account for Detective. The organization management account cannot be the delegated administrator account. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.EnableDTCTOrganizationAdminAccountCmdlet.AccountId"> <summary> <para> <para>The Amazon Web Services account identifier of the account to designate as the Detective administrator account for the organization.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.EnableDTCTOrganizationAdminAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.EnableOrganizationAdminAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.EnableDTCTOrganizationAdminAccountCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AccountId parameter. The -PassThru parameter is deprecated, use -Select '^AccountId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.EnableDTCTOrganizationAdminAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet"> <summary> Lists data source packages in the behavior graph.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet.NextToken"> <summary> <para> <para>For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DatasourcePackages'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListDatasourcePackagesResponse). Specifying the name of a property of type Amazon.Detective.Model.ListDatasourcePackagesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTDatasourcePackageListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphListCmdlet"> <summary> Returns the list of behavior graphs that the calling account is an administrator account of. This operation can only be called by an administrator account. <para> Because an account can currently only be the administrator of one behavior graph within a Region, the results always contain a single behavior graph. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphListCmdlet.NextToken"> <summary> <para> <para>For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'GraphList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListGraphsResponse). Specifying the name of a property of type Amazon.Detective.Model.ListGraphsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphMemberDatasourceCmdlet"> <summary> Gets data source package information for the behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphMemberDatasourceCmdlet.AccountId"> <summary> <para> <para>The list of Amazon Web Services accounts to get data source package information on.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphMemberDatasourceCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphMemberDatasourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.BatchGetGraphMemberDatasourcesResponse). Specifying the name of a property of type Amazon.Detective.Model.BatchGetGraphMemberDatasourcesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTGraphMemberDatasourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet"> <summary> Gets the indicators from an investigation. You can use the information from the indicators to determine if an IAM user and/or IAM role is involved in an unusual activity that could indicate malicious behavior and its impact.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.GraphArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.IndicatorType"> <summary> <para> <para>For the list of indicators of compromise that are generated by Detective investigations, see <a href="https://docs.aws.amazon.com/detective/latest/userguide/detective-investigations.html">Detective investigations</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.InvestigationId"> <summary> <para> <para>The investigation ID of the investigation report.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.MaxResult"> <summary> <para> <para>Lists the maximum number of indicators in a page.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.NextToken"> <summary> <para> <para>Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.</para><para>Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListIndicatorsResponse). Specifying the name of a property of type Amazon.Detective.Model.ListIndicatorsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InvestigationId parameter. The -PassThru parameter is deprecated, use -Select '^InvestigationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTIndicatorListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationCmdlet"> <summary> Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. <c>GetInvestigation</c> returns the investigation results of an investigation for a behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationCmdlet.GraphArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationCmdlet.InvestigationId"> <summary> <para> <para>The investigation ID of the investigation report.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.GetInvestigationResponse). Specifying the name of a property of type Amazon.Detective.Model.GetInvestigationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InvestigationId parameter. The -PassThru parameter is deprecated, use -Select '^InvestigationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet"> <summary> Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. <c>ListInvestigations</c> lists all active Detective investigations.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.CreatedTime_EndInclusive"> <summary> <para> <para>A timestamp representing the end date of the time period until when data is filtered, including the end date.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.SortCriteria_Field"> <summary> <para> <para>Represents the <c>Field</c> attribute to sort investigations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.GraphArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.SortCriteria_SortOrder"> <summary> <para> <para>The order by which the sorted findings are displayed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.CreatedTime_StartInclusive"> <summary> <para> <para>A timestamp representing the start of the time period from when data is filtered, including the start date.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.EntityArn_Value"> <summary> <para> <para>The string filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.Severity_Value"> <summary> <para> <para>The string filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.State_Value"> <summary> <para> <para>The string filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.Status_Value"> <summary> <para> <para>The string filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.MaxResult"> <summary> <para> <para>Lists the maximum number of investigations in a page.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.NextToken"> <summary> <para> <para>Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.</para><para>Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InvestigationDetails'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListInvestigationsResponse). Specifying the name of a property of type Amazon.Detective.Model.ListInvestigationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvestigationListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvitationListCmdlet"> <summary> Retrieves the list of open and accepted behavior graph invitations for the member account. This operation can only be called by an invited member account. <para> Open invitations are invitations that the member account has not responded to. </para><para> The results do not include behavior graphs for which the member account declined the invitation. The results also do not include behavior graphs that the member account resigned from or was removed from. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvitationListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvitationListCmdlet.NextToken"> <summary> <para> <para>For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvitationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Invitations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListInvitationsResponse). Specifying the name of a property of type Amazon.Detective.Model.ListInvitationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTInvitationListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberCmdlet"> <summary> Returns the membership details for specified member accounts for a behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberCmdlet.AccountId"> <summary> <para> <para>The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.</para><para>You cannot use <c>GetMembers</c> to retrieve information about member accounts that were removed from the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph for which to request the member details.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.GetMembersResponse). Specifying the name of a property of type Amazon.Detective.Model.GetMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet"> <summary> Retrieves the list of member accounts for a behavior graph. <para> For invited accounts, the results do not include member accounts that were removed from the behavior graph. </para><para> For the organization behavior graph, the results do not include organization accounts that the Detective administrator account has not enabled as member accounts. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph for which to retrieve the list of member accounts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet.NextToken"> <summary> <para> <para>For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MemberDetails'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListMembersResponse). Specifying the name of a property of type Amazon.Detective.Model.ListMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMemberListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMembershipDatasourceCmdlet"> <summary> Gets information on the data source package history for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMembershipDatasourceCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTMembershipDatasourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.BatchGetMembershipDatasourcesResponse). Specifying the name of a property of type Amazon.Detective.Model.BatchGetMembershipDatasourcesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationAdminAccountListCmdlet"> <summary> Returns information about the Detective administrator account for an organization. Can only be called by the organization management account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationAdminAccountListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationAdminAccountListCmdlet.NextToken"> <summary> <para> <para>For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationAdminAccountListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Administrators'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListOrganizationAdminAccountsResponse). Specifying the name of a property of type Amazon.Detective.Model.ListOrganizationAdminAccountsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationAdminAccountListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationConfigurationCmdlet"> <summary> Returns information about the configuration for the organization behavior graph. Currently indicates whether to automatically enable new organization accounts as member accounts. <para> Can only be called by the Detective administrator account for the organization. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationConfigurationCmdlet.GraphArn"> <summary> <para> <para>The ARN of the organization behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AutoEnable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.DescribeOrganizationConfigurationResponse). Specifying the name of a property of type Amazon.Detective.Model.DescribeOrganizationConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTOrganizationConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTResourceTagCmdlet"> <summary> Returns the tag values that are assigned to a behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the behavior graph for which to retrieve the tag values.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.Detective.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.GetDTCTResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTGraphCmdlet"> <summary> Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective. <para> The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph. </para><para><c>CreateGraph</c> triggers a process to create the corresponding data tables for the new behavior graph. </para><para> An account can only be the administrator account for one behavior graph within a Region. If the same account calls <c>CreateGraph</c> with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTGraphCmdlet.Tag"> <summary> <para> <para>The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTGraphCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'GraphArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.CreateGraphResponse). Specifying the name of a property of type Amazon.Detective.Model.CreateGraphResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTGraphCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet"> <summary> <c>CreateMembers</c> is used to send invitations to accounts. For the organization behavior graph, the Detective administrator account uses <c>CreateMembers</c> to enable organization accounts as member accounts. <para> For invited accounts, <c>CreateMembers</c> sends a request to invite the specified Amazon Web Services accounts to be member accounts in the behavior graph. This operation can only be called by the administrator account for a behavior graph. </para><para><c>CreateMembers</c> verifies the accounts and then invites the verified accounts. The administrator can optionally specify to not send invitation emails to the member accounts. This would be used when the administrator manages their member accounts centrally. </para><para> For organization accounts in the organization behavior graph, <c>CreateMembers</c> attempts to enable the accounts. The organization accounts do not receive invitations. </para><para> The request provides the behavior graph ARN and the list of accounts to invite or to enable. </para><para> The response separates the requested accounts into two lists: </para><ul><li><para> The accounts that <c>CreateMembers</c> was able to process. For invited accounts, includes member accounts that are being verified, that have passed verification and are to be invited, and that have failed verification. For organization accounts in the organization behavior graph, includes accounts that can be enabled and that cannot be enabled. </para></li><li><para> The accounts that <c>CreateMembers</c> was unable to process. This list includes accounts that were already invited to be member accounts in the behavior graph. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.Account"> <summary> <para> <para>The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.DisableEmailNotification"> <summary> <para> <para>if set to <c>true</c>, then the invited accounts do not receive email notifications. By default, this is set to <c>false</c>, and the invited accounts receive email notifications.</para><para>Organization accounts in the organization behavior graph do not receive email notifications.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.Message"> <summary> <para> <para>Customized message text to include in the invitation email message to the invited member accounts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.CreateMembersResponse). Specifying the name of a property of type Amazon.Detective.Model.CreateMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.NewDTCTMemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTGraphCmdlet"> <summary> Disables the specified behavior graph and queues it to be deleted. This operation removes the behavior graph from each member account's list of behavior graphs. <para><c>DeleteGraph</c> can only be called by the administrator account for a behavior graph. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTGraphCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph to disable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTGraphCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.DeleteGraphResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTGraphCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTGraphCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMemberCmdlet"> <summary> Removes the specified member accounts from the behavior graph. The removed accounts no longer contribute data to the behavior graph. This operation can only be called by the administrator account for the behavior graph. <para> For invited accounts, the removed accounts are deleted from the list of accounts in the behavior graph. To restore the account, the administrator account must send another invitation. </para><para> For organization accounts in the organization behavior graph, the Detective administrator account can always enable the organization account again. Organization accounts that are not enabled as member accounts are not included in the <c>ListMembers</c> results for the organization behavior graph. </para><para> An administrator account cannot use <c>DeleteMembers</c> to remove their own account from the behavior graph. To disable a behavior graph, the administrator account uses the <c>DeleteGraph</c> API method. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMemberCmdlet.AccountId"> <summary> <para> <para>The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMemberCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph to remove members from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.DeleteMembersResponse). Specifying the name of a property of type Amazon.Detective.Model.DeleteMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMembershipCmdlet"> <summary> Removes the member account from the specified behavior graph. This operation can only be called by an invited member account that has the <c>ENABLED</c> status. <para><c>DisassociateMembership</c> cannot be called by an organization account in the organization behavior graph. For the organization behavior graph, the Detective administrator account determines which organization accounts to enable or disable as member accounts. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMembershipCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph to remove the member account from.</para><para>The member account's member status in the behavior graph must be <c>ENABLED</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMembershipCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.DisassociateMembershipResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMembershipCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTMembershipCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTResourceTagCmdlet"> <summary> Removes tags from a behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the behavior graph to remove the tags from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTResourceTagCmdlet.TagKey"> <summary> <para> <para>The tag keys of the tags to remove from the behavior graph. You can remove up to 50 tags at a time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.RemoveDTCTResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet"> <summary> Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. <c>StartInvestigation</c> initiates an investigation on an entity in a behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.EntityArn"> <summary> <para> <para>The unique Amazon Resource Name (ARN) of the IAM user and IAM role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.GraphArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.ScopeEndTime"> <summary> <para> <para>The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example, <c>2021-08-18T16:35:56.284Z</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.ScopeStartTime"> <summary> <para> <para>The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, <c>2021-08-18T16:35:56.284Z</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InvestigationId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.StartInvestigationResponse). Specifying the name of a property of type Amazon.Detective.Model.StartInvestigationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the EntityArn parameter. The -PassThru parameter is deprecated, use -Select '^EntityArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTInvestigationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTMonitoringMemberCmdlet"> <summary> Sends a request to enable data ingest for a member account that has a status of <c>ACCEPTED_BUT_DISABLED</c>. <para> For valid member accounts, the status is updated as follows. </para><ul><li><para> If Detective enabled the member account, then the new status is <c>ENABLED</c>. </para></li><li><para> If Detective cannot enable the member account, the status remains <c>ACCEPTED_BUT_DISABLED</c>. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTMonitoringMemberCmdlet.AccountId"> <summary> <para> <para>The account ID of the member account to try to enable.</para><para>The account must be an invited member account with a status of <c>ACCEPTED_BUT_DISABLED</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTMonitoringMemberCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTMonitoringMemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.StartMonitoringMemberResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTMonitoringMemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.StartDTCTMonitoringMemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTDatasourcePackageCmdlet"> <summary> Starts a data source packages for the behavior graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTDatasourcePackageCmdlet.DatasourcePackage"> <summary> <para> <para>The data source package start for the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTDatasourcePackageCmdlet.GraphArn"> <summary> <para> <para>The ARN of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTDatasourcePackageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.UpdateDatasourcePackagesResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTDatasourcePackageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTDatasourcePackageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet"> <summary> Updates the state of an investigation. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet.GraphArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet.InvestigationId"> <summary> <para> <para>The investigation ID of the investigation report.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet.State"> <summary> <para> <para>The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.UpdateInvestigationStateResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InvestigationId parameter. The -PassThru parameter is deprecated, use -Select '^InvestigationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTInvestigationStateCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTOrganizationConfigurationCmdlet"> <summary> Updates the configuration for the Organizations integration in the current Region. Can only be called by the Detective administrator account for the organization. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTOrganizationConfigurationCmdlet.AutoEnable"> <summary> <para> <para>Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTOrganizationConfigurationCmdlet.GraphArn"> <summary> <para> <para>The ARN of the organization behavior graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTOrganizationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Detective.Model.UpdateOrganizationConfigurationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTOrganizationConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphArn parameter. The -PassThru parameter is deprecated, use -Select '^GraphArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.DTCT.UpdateDTCTOrganizationConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |