Skip to content

Commit

Permalink
feat: add template for Microsoft 365 Graph Beta Identity and Access C…
Browse files Browse the repository at this point in the history
…onditional Access Policy
  • Loading branch information
ShocOne committed Dec 17, 2024
1 parent 3b4bb0c commit abb473e
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: "Identity & Access: Conditional Access Policy"
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---

# {{.Name}} ({{.Type}})

{{ .Description | trimspace }}

## Example Usage

{{ tffile "examples/microsoft365_graph_beta/microsoft365_graph_beta_identity_and_access_conditional_access_policy/resource.tf" }}

{{ .SchemaMarkdown | trimspace }}

## Import

Import is supported using the following syntax:

{{ codefile "shell" "examples/microsoft365_graph_beta/microsoft365_graph_beta_identity_and_access_conditional_access_policy/import.sh" }}

0 comments on commit abb473e

Please sign in to comment.