checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementAzureAd
Explore with Pulumi AI
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:
getManagementAzureAd Result
The following output properties are available:
- Color string
- Comments string
- Id string
- Properties
List<Get
Management Azure Ad Property> - List<string>
- Name string
- Uid string
- Color string
- Comments string
- Id string
- Properties
[]Get
Management Azure Ad Property - []string
- Name string
- Uid string
- color String
- comments String
- id String
- properties
List<Get
Management Azure Ad Property> - List<String>
- name String
- uid String
- color string
- comments string
- id string
- properties
Get
Management Azure Ad Property[] - string[]
- name string
- uid string
- color str
- comments str
- id str
- properties
Sequence[Get
Management Azure Ad Property] - Sequence[str]
- name str
- uid str
- color String
- comments String
- id String
- properties List<Property Map>
- List<String>
- name String
- uid String
Supporting Types
GetManagementAzureAdProperty
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