AWS verifiedpermissions documentation change
Summary
Updated IAM policy actions list with new VerifiedPermissions API operations including identity source management, policy templates, schemas, and tagging actions.
Security assessment
Documents new IAM-controlled API operations for fine-grained access management, which is security-related documentation but does not indicate remediation of a specific security issue.
Diff
diff --git a/verifiedpermissions/latest/userguide/security-iam-getting-started-policies.md b/verifiedpermissions/latest/userguide/security-iam-getting-started-policies.md index 64960edb3..5aaddb202 100644 --- a//verifiedpermissions/latest/userguide/security-iam-getting-started-policies.md +++ b//verifiedpermissions/latest/userguide/security-iam-getting-started-policies.md @@ -15,4 +15 @@ With IAM identity-based policies, you can specify allowed or denied actions and -[CreatePolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreatePolicyStore.html) | Action to create a new policy store. -[DeletePolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_DeletePolicyStore.html) | Action to delete a policy store. -[ListPolicyStores](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicyStores.html) | Action to list all policy stores in the AWS account. -[UpdatePolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyStore.html) | Action to update a policy store. +[CreateIdentitySource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreateIdentitySource.html) | Action to create a new identity source. @@ -19,0 +17,3 @@ With IAM identity-based policies, you can specify allowed or denied actions and +[CreatePolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreatePolicyStore.html) | Action to create a new policy store. +[CreatePolicyTemplate](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreatePolicyTemplate.html) | Action to create a new policy template. +[DeleteIdentitySource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_DeleteIdentitySource.html) | Action to delete an identity source. @@ -20,0 +21,3 @@ With IAM identity-based policies, you can specify allowed or denied actions and +[DeletePolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_DeletePolicyStore.html) | Action to delete a policy store. +[DeletePolicyTemplate](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_DeletePolicyTemplate.html) | Action to delete a policy template. +[GetIdentitySource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_GetIdentitySource.html) | Action to get an identity source. @@ -22,2 +25,3 @@ With IAM identity-based policies, you can specify allowed or denied actions and -[ListPolicies](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicies.html) | Action to list all policies in a policy store. -[UpdatePolicy](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicy.html) | Action to update a policy in a policy store. +[GetPolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_GetPolicyStore.html) | Action to retrieve information about a specified policy store. +[GetPolicyTemplate](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_GetPolicyTemplate.html) | Action to get a policy template. +[GetSchema](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_GetSchema.html) | Action to get a schema. @@ -25,0 +30,12 @@ With IAM identity-based policies, you can specify allowed or denied actions and +[ListIdentitySources](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListIdentitySources.html) | Action to list all the identity sources in the AWS account. +[ListPolicies](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicies.html) | Action to list all policies in a policy store. +[ListPolicyStores](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicyStores.html) | Action to list all policy stores in the AWS account. +[ListPolicyTemplates](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicyTemplates.html) | Action to list all policy templates in the AWS account. +[ListTagsForResource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListTagsForResource.html) | Action to list all the tags for a resource. +[PutSchema](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_PutSchema.html) | Action to add a schema to a policy store. +[TagResource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_TagResource.html) | Action to add a tag to a resource. +[UpdateIdentitySource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdateIdentitySource.html) | Action to update an identity source. +[UpdatePolicy](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicy.html) | Action to update a policy in a policy store. +[UpdatePolicyStore](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyStore.html) | Action to update a policy store. +[UpdatePolicyTemplate](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html) | Action to update a policy template. +[UntagResource](https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UntagResource.html) | Action to remove a tag from a resource.