View source: R/accessanalyzer_operations.R
accessanalyzer_get_generated_policy | R Documentation |
Retrieves the policy that was generated using start_policy_generation
.
See https://www.paws-r-sdk.com/docs/accessanalyzer_get_generated_policy/ for full documentation.
accessanalyzer_get_generated_policy(
jobId,
includeResourcePlaceholders = NULL,
includeServiceLevelTemplate = NULL
)
jobId |
[required] The |
includeResourcePlaceholders |
The level of detail that you want to generate. You can specify whether to generate policies with placeholders for resource ARNs for actions that support resource level granularity in policies. For example, in the resource section of a policy, you can receive a
placeholder such as |
includeServiceLevelTemplate |
The level of detail that you want to generate. You can specify whether to generate service-level policies. IAM Access Analyzer uses |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.