checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementAzureAdContent
Explore with Pulumi AI
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
This resource allows you to execute Check Point Azure Ad Content.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const azureAdContent = checkpoint.getManagementAzureAdContent({
azureAdName: "my_azureAD",
});
import pulumi
import pulumi_checkpoint as checkpoint
azure_ad_content = checkpoint.get_management_azure_ad_content(azure_ad_name="my_azureAD")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := checkpoint.GetManagementAzureAdContent(ctx, &checkpoint.GetManagementAzureAdContentArgs{
AzureAdName: pulumi.StringRef("my_azureAD"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var azureAdContent = Checkpoint.GetManagementAzureAdContent.Invoke(new()
{
AzureAdName = "my_azureAD",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementAzureAdContentArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var azureAdContent = CheckpointFunctions.getManagementAzureAdContent(GetManagementAzureAdContentArgs.builder()
.azureAdName("my_azureAD")
.build());
}
}
variables:
azureAdContent:
fn::invoke:
function: checkpoint:getManagementAzureAdContent
arguments:
azureAdName: my_azureAD
Using getManagementAzureAdContent
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagementAzureAdContent(args: GetManagementAzureAdContentArgs, opts?: InvokeOptions): Promise<GetManagementAzureAdContentResult>
function getManagementAzureAdContentOutput(args: GetManagementAzureAdContentOutputArgs, opts?: InvokeOptions): Output<GetManagementAzureAdContentResult>
def get_management_azure_ad_content(azure_ad_name: Optional[str] = None,
azure_ad_uid: Optional[str] = None,
filter: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
limit: Optional[float] = None,
offset: Optional[float] = None,
orders: Optional[Sequence[GetManagementAzureAdContentOrder]] = None,
uid_in_azure_ad: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementAzureAdContentResult
def get_management_azure_ad_content_output(azure_ad_name: Optional[pulumi.Input[str]] = None,
azure_ad_uid: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[float]] = None,
offset: Optional[pulumi.Input[float]] = None,
orders: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementAzureAdContentOrderArgs]]]] = None,
uid_in_azure_ad: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementAzureAdContentResult]
func GetManagementAzureAdContent(ctx *Context, args *GetManagementAzureAdContentArgs, opts ...InvokeOption) (*GetManagementAzureAdContentResult, error)
func GetManagementAzureAdContentOutput(ctx *Context, args *GetManagementAzureAdContentOutputArgs, opts ...InvokeOption) GetManagementAzureAdContentResultOutput
> Note: This function is named GetManagementAzureAdContent
in the Go SDK.
public static class GetManagementAzureAdContent
{
public static Task<GetManagementAzureAdContentResult> InvokeAsync(GetManagementAzureAdContentArgs args, InvokeOptions? opts = null)
public static Output<GetManagementAzureAdContentResult> Invoke(GetManagementAzureAdContentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementAzureAdContentResult> getManagementAzureAdContent(GetManagementAzureAdContentArgs args, InvokeOptions options)
public static Output<GetManagementAzureAdContentResult> getManagementAzureAdContent(GetManagementAzureAdContentArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementAzureAdContent:getManagementAzureAdContent
arguments:
# arguments dictionary
The following arguments are supported:
- Azure
Ad stringName - Name of the Azure AD Server where to search for objects.
- Azure
Ad stringUid - Unique identifier of the Azure AD Server where to search for objects.
- Filter Dictionary<string, string>
- Return results matching the specified filter. filter blocks are documented below.
- Id string
- Limit double
- The maximal number of returned results.
- Offset double
- Number of the results to initially skip.
- Orders
List<Get
Management Azure Ad Content Order> - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
- Uid
In stringAzure Ad - Return result matching the unique identifier of the object on the Azure AD Server.
- Azure
Ad stringName - Name of the Azure AD Server where to search for objects.
- Azure
Ad stringUid - Unique identifier of the Azure AD Server where to search for objects.
- Filter map[string]string
- Return results matching the specified filter. filter blocks are documented below.
- Id string
- Limit float64
- The maximal number of returned results.
- Offset float64
- Number of the results to initially skip.
- Orders
[]Get
Management Azure Ad Content Order - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
- Uid
In stringAzure Ad - Return result matching the unique identifier of the object on the Azure AD Server.
- azure
Ad StringName - Name of the Azure AD Server where to search for objects.
- azure
Ad StringUid - Unique identifier of the Azure AD Server where to search for objects.
- filter Map<String,String>
- Return results matching the specified filter. filter blocks are documented below.
- id String
- limit Double
- The maximal number of returned results.
- offset Double
- Number of the results to initially skip.
- orders
List<Get
Management Azure Ad Content Order> - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
- uid
In StringAzure Ad - Return result matching the unique identifier of the object on the Azure AD Server.
- azure
Ad stringName - Name of the Azure AD Server where to search for objects.
- azure
Ad stringUid - Unique identifier of the Azure AD Server where to search for objects.
- filter {[key: string]: string}
- Return results matching the specified filter. filter blocks are documented below.
- id string
- limit number
- The maximal number of returned results.
- offset number
- Number of the results to initially skip.
- orders
Get
Management Azure Ad Content Order[] - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
- uid
In stringAzure Ad - Return result matching the unique identifier of the object on the Azure AD Server.
- azure_
ad_ strname - Name of the Azure AD Server where to search for objects.
- azure_
ad_ struid - Unique identifier of the Azure AD Server where to search for objects.
- filter Mapping[str, str]
- Return results matching the specified filter. filter blocks are documented below.
- id str
- limit float
- The maximal number of returned results.
- offset float
- Number of the results to initially skip.
- orders
Sequence[Get
Management Azure Ad Content Order] - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
- uid_
in_ strazure_ ad - Return result matching the unique identifier of the object on the Azure AD Server.
- azure
Ad StringName - Name of the Azure AD Server where to search for objects.
- azure
Ad StringUid - Unique identifier of the Azure AD Server where to search for objects.
- filter Map<String>
- Return results matching the specified filter. filter blocks are documented below.
- id String
- limit Number
- The maximal number of returned results.
- offset Number
- Number of the results to initially skip.
- orders List<Property Map>
- Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. order blocks are documented below.
- uid
In StringAzure Ad - Return result matching the unique identifier of the object on the Azure AD Server.
getManagementAzureAdContent Result
The following output properties are available:
- From double
- Id string
- Objects
List<Get
Management Azure Ad Content Object> - To double
- Total double
- Azure
Ad stringName - Azure
Ad stringUid - Filter Dictionary<string, string>
- Limit double
- Offset double
- Orders
List<Get
Management Azure Ad Content Order> - Uid
In stringAzure Ad
- From float64
- Id string
- Objects
[]Get
Management Azure Ad Content Object - To float64
- Total float64
- Azure
Ad stringName - Azure
Ad stringUid - Filter map[string]string
- Limit float64
- Offset float64
- Orders
[]Get
Management Azure Ad Content Order - Uid
In stringAzure Ad
- from Double
- id String
- objects
List<Get
Management Azure Ad Content Object> - to Double
- total Double
- azure
Ad StringName - azure
Ad StringUid - filter Map<String,String>
- limit Double
- offset Double
- orders
List<Get
Management Azure Ad Content Order> - uid
In StringAzure Ad
- from number
- id string
- objects
Get
Management Azure Ad Content Object[] - to number
- total number
- azure
Ad stringName - azure
Ad stringUid - filter {[key: string]: string}
- limit number
- offset number
- orders
Get
Management Azure Ad Content Order[] - uid
In stringAzure Ad
- from_ float
- id str
- objects
Sequence[Get
Management Azure Ad Content Object] - to float
- total float
- azure_
ad_ strname - azure_
ad_ struid - filter Mapping[str, str]
- limit float
- offset float
- orders
Sequence[Get
Management Azure Ad Content Order] - uid_
in_ strazure_ ad
- from Number
- id String
- objects List<Property Map>
- to Number
- total Number
- azure
Ad StringName - azure
Ad StringUid - filter Map<String>
- limit Number
- offset Number
- orders List<Property Map>
- uid
In StringAzure Ad
Supporting Types
GetManagementAzureAdContentObject
- Additional
Properties List<GetManagement Azure Ad Content Object Additional Property> - Additional properties on the object. additional_properties blocks are documented below.
- Azure
Ad stringObject - The imported management object (if exists). Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- Name string
- Object management name.
- Name
In stringAzure Ad - Object name in the Azure AD.
- Type
In stringAzure Ad - Object type in Azure AD.
- Uid
In stringAzure Ad - Unique identifier of the object in the Azure AD.
- Additional
Properties []GetManagement Azure Ad Content Object Additional Property - Additional properties on the object. additional_properties blocks are documented below.
- Azure
Ad stringObject - The imported management object (if exists). Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- Name string
- Object management name.
- Name
In stringAzure Ad - Object name in the Azure AD.
- Type
In stringAzure Ad - Object type in Azure AD.
- Uid
In stringAzure Ad - Unique identifier of the object in the Azure AD.
- additional
Properties List<GetManagement Azure Ad Content Object Additional Property> - Additional properties on the object. additional_properties blocks are documented below.
- azure
Ad StringObject - The imported management object (if exists). Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- name String
- Object management name.
- name
In StringAzure Ad - Object name in the Azure AD.
- type
In StringAzure Ad - Object type in Azure AD.
- uid
In StringAzure Ad - Unique identifier of the object in the Azure AD.
- additional
Properties GetManagement Azure Ad Content Object Additional Property[] - Additional properties on the object. additional_properties blocks are documented below.
- azure
Ad stringObject - The imported management object (if exists). Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- name string
- Object management name.
- name
In stringAzure Ad - Object name in the Azure AD.
- type
In stringAzure Ad - Object type in Azure AD.
- uid
In stringAzure Ad - Unique identifier of the object in the Azure AD.
- additional_
properties Sequence[GetManagement Azure Ad Content Object Additional Property] - Additional properties on the object. additional_properties blocks are documented below.
- azure_
ad_ strobject - The imported management object (if exists). Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- name str
- Object management name.
- name_
in_ strazure_ ad - Object name in the Azure AD.
- type_
in_ strazure_ ad - Object type in Azure AD.
- uid_
in_ strazure_ ad - Unique identifier of the object in the Azure AD.
- additional
Properties List<Property Map> - Additional properties on the object. additional_properties blocks are documented below.
- azure
Ad StringObject - The imported management object (if exists). Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- name String
- Object management name.
- name
In StringAzure Ad - Object name in the Azure AD.
- type
In StringAzure Ad - Object type in Azure AD.
- uid
In StringAzure Ad - Unique identifier of the object in the Azure AD.
GetManagementAzureAdContentObjectAdditionalProperty
GetManagementAzureAdContentOrder
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw