AWS.Tools.SignerData.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.SignerData</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet">
            <summary>
            Retrieves the revocation status for a signed artifact by checking if the signing profile,
            job, or certificate has been revoked.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet.CertificateHash">
            <summary>
            <para>
            <para>List of certificate hashes to check for revocation.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet.JobArn">
            <summary>
            <para>
            <para>The ARN of the signing job that produced the signature.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet.PlatformId">
            <summary>
            <para>
            <para>The platform identifier for the signing platform used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet.ProfileVersionArn">
            <summary>
            <para>
            <para>The ARN of the signing profile version used to sign the artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet.SignatureTimestamp">
            <summary>
            <para>
            <para>The timestamp when the artifact was signed, in ISO 8601 format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SGND.GetSGNDRevocationStatusCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RevokedEntities'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SignerData.Model.GetRevocationStatusResponse).
            Specifying the name of a property of type Amazon.SignerData.Model.GetRevocationStatusResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
    </members>
</doc>