1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementAzureAd
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementAzureAd

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Use this data source to get information on an existing Check Point Azure Ad.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      azureAd:
        type: checkpoint:ManagementAzureAd
        properties:
          applicationId: a8662b33-306f-42ba-9ffb-a0ac27c8903f
          applicationKey: EjdJ2JcNGpw3[GV8:PMN_s2KH]JhtlpO
          directoryId: 19c063a8-3bee-4ea5-b984-e344asds37f7
          password: '123'
          userAuthentication: user-authentication
          username: example
    variables:
      dataAzureAd:
        fn::invoke:
          function: checkpoint:getManagementAzureAd
          arguments:
            name: ${azureAd.name}
    

    Using getManagementAzureAd

    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 getManagementAzureAd(args: GetManagementAzureAdArgs, opts?: InvokeOptions): Promise<GetManagementAzureAdResult>
    function getManagementAzureAdOutput(args: GetManagementAzureAdOutputArgs, opts?: InvokeOptions): Output<GetManagementAzureAdResult>
    def get_management_azure_ad(id: Optional[str] = None,
                                name: Optional[str] = None,
                                uid: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetManagementAzureAdResult
    def get_management_azure_ad_output(id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                uid: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetManagementAzureAdResult]
    func LookupManagementAzureAd(ctx *Context, args *LookupManagementAzureAdArgs, opts ...InvokeOption) (*LookupManagementAzureAdResult, error)
    func LookupManagementAzureAdOutput(ctx *Context, args *LookupManagementAzureAdOutputArgs, opts ...InvokeOption) LookupManagementAzureAdResultOutput

    > Note: This function is named LookupManagementAzureAd in the Go SDK.

    public static class GetManagementAzureAd 
    {
        public static Task<GetManagementAzureAdResult> InvokeAsync(GetManagementAzureAdArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementAzureAdResult> Invoke(GetManagementAzureAdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementAzureAdResult> getManagementAzureAd(GetManagementAzureAdArgs args, InvokeOptions options)
    public static Output<GetManagementAzureAdResult> getManagementAzureAd(GetManagementAzureAdArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementAzureAd:getManagementAzureAd
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementAzureAd Result

    The following output properties are available:

    Color string
    Comments string
    Id string
    Properties List<GetManagementAzureAdProperty>
    Tags List<string>
    Name string
    Uid string
    Color string
    Comments string
    Id string
    Properties []GetManagementAzureAdProperty
    Tags []string
    Name string
    Uid string
    color String
    comments String
    id String
    properties List<GetManagementAzureAdProperty>
    tags List<String>
    name String
    uid String
    color string
    comments string
    id string
    properties GetManagementAzureAdProperty[]
    tags string[]
    name string
    uid string
    color String
    comments String
    id String
    properties List<Property Map>
    tags List<String>
    name String
    uid String

    Supporting Types

    GetManagementAzureAdProperty

    Name string
    Object name.
    Value string
    Name string
    Object name.
    Value string
    name String
    Object name.
    value String
    name string
    Object name.
    value string
    name str
    Object name.
    value str
    name String
    Object name.
    value String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw