en-US/FastTrack-GDPR-RequestDsr.ps1-Help.xml

<?xml version="1.0" encoding="utf-8" ?>
<helpItems xmlns="http://msh" schema="maml">
<command:command
  xmlns:maml="http://schemas.microsoft.com/maml/2004/10"
  xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10"
  xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
<command:details>
  <command:name>Submit-FastTrackGdprDsrRequest</command:name>
  <command:verb>Submit</command:verb>
  <command:noun>FastTrackGdprDsrRequest</command:noun>
  <maml:description>
    <maml:para>This is intended for customers who are Global Administrators to submit a DSR to the MSFT team</maml:para>
  </maml:description>
</command:details>
<command:parameters>
  <command:parameter required="true">
    <maml:name> DsrRequestUserEmail </maml:name>
    <maml:description>
      <maml:para> This can be a single email or comma delemited - used to identify what data element to affect</maml:para>
    </maml:description>
  </command:parameter>
   <command:parameter required="true">
    <maml:name> ApiKey </maml:name>
    <maml:description>
      <maml:para> Supplied by the MSFT Operations Team using the MSFT-GDPR-ManagementModule</maml:para>
    </maml:description>
  </command:parameter>
   <command:parameter required="false">
    <maml:name> Credential </maml:name>
    <maml:description>
      <maml:para> Used to pass in credential, however if Multi-Factor or not passed in then the user will be prompted for login</maml:para>
    </maml:description>
  </command:parameter>
   <command:parameter required="false">
    <maml:name> EnvironmentMode </maml:name>
    <maml:description>
      <maml:para> To define the target environment for sending the request</maml:para>
    </maml:description>
    <dev:possibleValues>
      <dev:possibleValue>
        <dev:value>dev </dev:value>
        <maml:description>
          <maml:para> dev Environment</maml:para>
        </maml:description>
      </dev:possibleValue>
      <dev:possibleValue>
        <dev:value> uat</dev:value>
        <maml:description>
          <maml:para> uat Environment</maml:para>
        </maml:description>
      </dev:possibleValue>
           <dev:possibleValue>
        <dev:value> prod</dev:value>
        <maml:description>
          <maml:para> prod Environment</maml:para>
        </maml:description>
      </dev:possibleValue>
    </dev:possibleValues>
  </command:parameter>
</command:parameters>
</command:command>
</helpItems>