AWS.Tools.IAMRolesAnywhere.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.IAMRolesAnywhere</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.IAMRA.AddIAMRAResourceTagCmdlet">
            <summary>
            Attaches tags to a resource.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:TagResource</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.AddIAMRAResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.AddIAMRAResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.AddIAMRAResourceTagCmdlet.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.IAMRolesAnywhere.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.AddIAMRAResourceTagCmdlet.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.IAMRA.AddIAMRAResourceTagCmdlet.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.IAMRA.DisableIAMRACrlCmdlet">
            <summary>
            Disables a certificate revocation list (CRL).
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:DisableCrl</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRACrlCmdlet.CrlId">
            <summary>
            <para>
            <para>The unique identifier of the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRACrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.DisableCrlResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.DisableCrlResponse 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.IAMRA.DisableIAMRACrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CrlId parameter.
            The -PassThru parameter is deprecated, use -Select '^CrlId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRACrlCmdlet.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.IAMRA.DisableIAMRAProfileCmdlet">
            <summary>
            Disables a profile. When disabled, <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            requests with this profile fail.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:DisableProfile</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRAProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>The unique identifier of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRAProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.DisableProfileResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.DisableProfileResponse 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.IAMRA.DisableIAMRAProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRAProfileCmdlet.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.IAMRA.DisableIAMRATrustAnchorCmdlet">
            <summary>
            Disables a trust anchor. When disabled, <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            requests specifying this trust anchor are unauthorized.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:DisableTrustAnchor</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRATrustAnchorCmdlet.TrustAnchorId">
            <summary>
            <para>
            <para>The unique identifier of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRATrustAnchorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchor'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.DisableTrustAnchorResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.DisableTrustAnchorResponse 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.IAMRA.DisableIAMRATrustAnchorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrustAnchorId parameter.
            The -PassThru parameter is deprecated, use -Select '^TrustAnchorId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.DisableIAMRATrustAnchorCmdlet.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.IAMRA.EnableIAMRACrlCmdlet">
            <summary>
            Enables a certificate revocation list (CRL). When enabled, certificates stored in
            the CRL are unauthorized to receive session credentials.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:EnableCrl</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRACrlCmdlet.CrlId">
            <summary>
            <para>
            <para>The unique identifier of the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRACrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.EnableCrlResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.EnableCrlResponse 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.IAMRA.EnableIAMRACrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CrlId parameter.
            The -PassThru parameter is deprecated, use -Select '^CrlId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRACrlCmdlet.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.IAMRA.EnableIAMRAProfileCmdlet">
            <summary>
            Enables the roles in a profile to receive session credentials in <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>.
             
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:EnableProfile</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRAProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>The unique identifier of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRAProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.EnableProfileResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.EnableProfileResponse 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.IAMRA.EnableIAMRAProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRAProfileCmdlet.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.IAMRA.EnableIAMRATrustAnchorCmdlet">
            <summary>
            Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized
            for trust validation.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:EnableTrustAnchor</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRATrustAnchorCmdlet.TrustAnchorId">
            <summary>
            <para>
            <para>The unique identifier of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRATrustAnchorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchor'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.EnableTrustAnchorResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.EnableTrustAnchorResponse 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.IAMRA.EnableIAMRATrustAnchorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrustAnchorId parameter.
            The -PassThru parameter is deprecated, use -Select '^TrustAnchorId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.EnableIAMRATrustAnchorCmdlet.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.IAMRA.GetIAMRACrlCmdlet">
            <summary>
            Gets a certificate revocation list (CRL).
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:GetCrl</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRACrlCmdlet.CrlId">
            <summary>
            <para>
            <para>The unique identifier of the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRACrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.GetCrlResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.GetCrlResponse 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.IAMRA.GetIAMRACrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CrlId parameter.
            The -PassThru parameter is deprecated, use -Select '^CrlId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRACrlListCmdlet">
            <summary>
            Lists all Crls in the authenticated account and Amazon Web Services Region.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:ListCrls</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRACrlListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token that indicates where the output should continue from, if a previous operation
            did not show all results. To get the next results, call the operation again with this
            value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRACrlListCmdlet.PageSize">
            <summary>
            <para>
            <para>The number of resources in the paginated list. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRACrlListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crls'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.ListCrlsResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.ListCrlsResponse 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.IAMRA.GetIAMRAProfileCmdlet">
            <summary>
            Gets a profile.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:GetProfile</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>The unique identifier of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.GetProfileResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.GetProfileResponse 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.IAMRA.GetIAMRAProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAProfileListCmdlet">
            <summary>
            Lists all profiles in the authenticated account and Amazon Web Services Region.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:ListProfiles</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token that indicates where the output should continue from, if a previous operation
            did not show all results. To get the next results, call the operation again with this
            value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAProfileListCmdlet.PageSize">
            <summary>
            <para>
            <para>The number of resources in the paginated list. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.ListProfilesResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.ListProfilesResponse 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.IAMRA.GetIAMRAResourceTagCmdlet">
            <summary>
            Lists the tags attached to the resource.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:ListTagsForResource</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRAResourceTagCmdlet.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.IAMRolesAnywhere.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.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.IAMRA.GetIAMRAResourceTagCmdlet.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.IAMRA.GetIAMRASubjectCmdlet">
            <summary>
            Gets a Subject. A Subject associates a certificate identity with authentication attempts
            by CreateSession. The Subject resources stores audit information such as status of
            the last authentication attempt, the certificate data used in the attempt, and the
            last time the associated identity attempted authentication.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:GetSubject</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRASubjectCmdlet.SubjectId">
            <summary>
            <para>
            <para>The unique identifier of the subject. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRASubjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Subject'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.GetSubjectResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.GetSubjectResponse 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.IAMRA.GetIAMRASubjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SubjectId parameter.
            The -PassThru parameter is deprecated, use -Select '^SubjectId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRASubjectListCmdlet">
            <summary>
            Lists the subjects in the authenticated account and Amazon Web Services Region.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:ListSubjects</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRASubjectListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token that indicates where the output should continue from, if a previous operation
            did not show all results. To get the next results, call the operation again with this
            value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRASubjectListCmdlet.PageSize">
            <summary>
            <para>
            <para>The number of resources in the paginated list. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRASubjectListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Subjects'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.ListSubjectsResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.ListSubjectsResponse 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.IAMRA.GetIAMRATrustAnchorCmdlet">
            <summary>
            Gets a trust anchor.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:GetTrustAnchor</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRATrustAnchorCmdlet.TrustAnchorId">
            <summary>
            <para>
            <para>The unique identifier of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRATrustAnchorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchor'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.GetTrustAnchorResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.GetTrustAnchorResponse 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.IAMRA.GetIAMRATrustAnchorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrustAnchorId parameter.
            The -PassThru parameter is deprecated, use -Select '^TrustAnchorId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRATrustAnchorListCmdlet">
            <summary>
            Lists the trust anchors in the authenticated account and Amazon Web Services Region.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:ListTrustAnchors</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRATrustAnchorListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token that indicates where the output should continue from, if a previous operation
            did not show all results. To get the next results, call the operation again with this
            value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRATrustAnchorListCmdlet.PageSize">
            <summary>
            <para>
            <para>The number of resources in the paginated list. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.GetIAMRATrustAnchorListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchors'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.ListTrustAnchorsResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.ListTrustAnchorsResponse 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.IAMRA.ImportIAMRACrlCmdlet">
            <summary>
            Imports the certificate revocation list (CRL). CRl is a list of certificates that
            have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates
            against the crl list before issuing credentials.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:ImportCrl</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.ImportIAMRACrlCmdlet.CrlData">
            <summary>
            <para>
            <para>The x509 v3 specified certificate revocation list</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.ImportIAMRACrlCmdlet.Enabled">
            <summary>
            <para>
            <para>Specifies whether the certificate revocation list (CRL) is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.ImportIAMRACrlCmdlet.Name">
            <summary>
            <para>
            <para>The name of the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.ImportIAMRACrlCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to attach to the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.ImportIAMRACrlCmdlet.TrustAnchorArn">
            <summary>
            <para>
            <para>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation
            for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.ImportIAMRACrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.ImportCrlResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.ImportCrlResponse 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.IAMRA.ImportIAMRACrlCmdlet.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.IAMRA.NewIAMRAProfileCmdlet">
            <summary>
            Creates a profile. A profile is configuration resource to list the roles that RolesAnywhere
            service is trusted to assume. In addition, by applying a profile you can intersect
            permissions with IAM managed policies.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:CreateProfile</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.DurationSecond">
            <summary>
            <para>
            <para> The number of seconds the vended session credentials are valid for. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.Enabled">
            <summary>
            <para>
            <para>Specifies whether the profile is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.ManagedPolicyArn">
            <summary>
            <para>
            <para>A list of managed policy ARNs that apply to the vended session credentials. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.RequireInstanceProperty">
            <summary>
            <para>
            <para>Specifies whether instance properties are required in <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            requests with this profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.RoleArn">
            <summary>
            <para>
            <para>A list of IAM roles that this profile can assume in a <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.SessionPolicy">
            <summary>
            <para>
            <para>A session policy that applies to the trust boundary of the vended session credentials.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRAProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.CreateProfileResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.CreateProfileResponse 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.IAMRA.NewIAMRAProfileCmdlet.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.IAMRA.NewIAMRATrustAnchorCmdlet">
            <summary>
            Creates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate
            authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as
            a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA),
            or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate
            with the trust anchor using certificates issued by the trusted Certificate Authority
            (CA) in exchange for temporary AWS credentials.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:CreateTrustAnchor</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.SourceData_AcmPcaArn">
            <summary>
            <para>
            <para>The root certificate of the Certificate Manager Private Certificate Authority specified
            by this ARN is used in trust validation for <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            operations. Included for trust anchors of type <code>AWS_ACM_PCA</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.Enabled">
            <summary>
            <para>
            <para>Specifies whether the trust anchor is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.Source_SourceType">
            <summary>
            <para>
            <para>The type of the trust anchor. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.SourceData_X509CertificateData">
            <summary>
            <para>
            <para>The PEM-encoded data for the certificate anchor. Included for trust anchors of type
            <code>CERTIFICATE_BUNDLE</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.NewIAMRATrustAnchorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchor'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.CreateTrustAnchorResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.CreateTrustAnchorResponse 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.IAMRA.NewIAMRATrustAnchorCmdlet.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.IAMRA.RemoveIAMRACrlCmdlet">
            <summary>
            Deletes a certificate revocation list (CRL).
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:DeleteCrl</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRACrlCmdlet.CrlId">
            <summary>
            <para>
            <para>The unique identifier of the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRACrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.DeleteCrlResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.DeleteCrlResponse 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.IAMRA.RemoveIAMRACrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CrlId parameter.
            The -PassThru parameter is deprecated, use -Select '^CrlId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRACrlCmdlet.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.IAMRA.RemoveIAMRAProfileCmdlet">
            <summary>
            Deletes a profile.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:DeleteProfile</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>The unique identifier of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.DeleteProfileResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.DeleteProfileResponse 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.IAMRA.RemoveIAMRAProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAProfileCmdlet.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.IAMRA.RemoveIAMRAResourceTagCmdlet">
            <summary>
            Removes tags from the resource.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:UntagResource</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of keys. Tag keys are the unique identifiers of tags. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAResourceTagCmdlet.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.IAMRolesAnywhere.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRAResourceTagCmdlet.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.IAMRA.RemoveIAMRAResourceTagCmdlet.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.IAMRA.RemoveIAMRATrustAnchorCmdlet">
            <summary>
            Deletes a trust anchor.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:DeleteTrustAnchor</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRATrustAnchorCmdlet.TrustAnchorId">
            <summary>
            <para>
            <para>The unique identifier of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRATrustAnchorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchor'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.DeleteTrustAnchorResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.DeleteTrustAnchorResponse 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.IAMRA.RemoveIAMRATrustAnchorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrustAnchorId parameter.
            The -PassThru parameter is deprecated, use -Select '^TrustAnchorId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.RemoveIAMRATrustAnchorCmdlet.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.IAMRA.UpdateIAMRACrlCmdlet">
            <summary>
            Updates the certificate revocation list (CRL). CRl is a list of certificates that
            have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates
            against the crl list before issuing credentials.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:UpdateCrl</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRACrlCmdlet.CrlData">
            <summary>
            <para>
            <para>The x509 v3 specified certificate revocation list</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRACrlCmdlet.CrlId">
            <summary>
            <para>
            <para>The unique identifier of the certificate revocation list (CRL).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRACrlCmdlet.Name">
            <summary>
            <para>
            <para>The name of the Crl.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRACrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Crl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.UpdateCrlResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.UpdateCrlResponse 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.IAMRA.UpdateIAMRACrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CrlId parameter.
            The -PassThru parameter is deprecated, use -Select '^CrlId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRACrlCmdlet.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.IAMRA.UpdateIAMRAProfileCmdlet">
            <summary>
            Updates the profile. A profile is configuration resource to list the roles that RolesAnywhere
            service is trusted to assume. In addition, by applying a profile you can scope-down
            permissions with IAM managed policies.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:UpdateProfile</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.DurationSecond">
            <summary>
            <para>
            <para> The number of seconds the vended session credentials are valid for. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.ManagedPolicyArn">
            <summary>
            <para>
            <para>A list of managed policy ARNs that apply to the vended session credentials. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>The unique identifier of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.RoleArn">
            <summary>
            <para>
            <para>A list of IAM roles that this profile can assume in a <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.SessionPolicy">
            <summary>
            <para>
            <para>A session policy that applies to the trust boundary of the vended session credentials.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.UpdateProfileResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.UpdateProfileResponse 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.IAMRA.UpdateIAMRAProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRAProfileCmdlet.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.IAMRA.UpdateIAMRATrustAnchorCmdlet">
            <summary>
            Updates the trust anchor.You establish trust between IAM Roles Anywhere and your certificate
            authority (CA) by configuring a trust anchor. A Trust Anchor is defined either as
            a reference to a AWS Certificate Manager Private Certificate Authority (ACM PCA),
            or by uploading a Certificate Authority (CA) certificate. Your AWS workloads can authenticate
            with the trust anchor using certificates issued by the trusted Certificate Authority
            (CA) in exchange for temporary AWS credentials.
             
              
            <para><b>Required permissions: </b><code>rolesanywhere:UpdateTrustAnchor</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.SourceData_AcmPcaArn">
            <summary>
            <para>
            <para>The root certificate of the Certificate Manager Private Certificate Authority specified
            by this ARN is used in trust validation for <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>
            operations. Included for trust anchors of type <code>AWS_ACM_PCA</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.Source_SourceType">
            <summary>
            <para>
            <para>The type of the trust anchor. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.TrustAnchorId">
            <summary>
            <para>
            <para>The unique identifier of the trust anchor.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.SourceData_X509CertificateData">
            <summary>
            <para>
            <para>The PEM-encoded data for the certificate anchor. Included for trust anchors of type
            <code>CERTIFICATE_BUNDLE</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrustAnchor'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IAMRolesAnywhere.Model.UpdateTrustAnchorResponse).
            Specifying the name of a property of type Amazon.IAMRolesAnywhere.Model.UpdateTrustAnchorResponse 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.IAMRA.UpdateIAMRATrustAnchorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrustAnchorId parameter.
            The -PassThru parameter is deprecated, use -Select '^TrustAnchorId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IAMRA.UpdateIAMRATrustAnchorCmdlet.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>