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

checkpoint.getManagementInfinityIdp

Explore with Pulumi AI

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

Using getManagementInfinityIdp

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 getManagementInfinityIdp(args: GetManagementInfinityIdpArgs, opts?: InvokeOptions): Promise<GetManagementInfinityIdpResult>
function getManagementInfinityIdpOutput(args: GetManagementInfinityIdpOutputArgs, opts?: InvokeOptions): Output<GetManagementInfinityIdpResult>
Copy
def get_management_infinity_idp(id: Optional[str] = None,
                                name: Optional[str] = None,
                                uid: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetManagementInfinityIdpResult
def get_management_infinity_idp_output(id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                uid: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetManagementInfinityIdpResult]
Copy
func GetManagementInfinityIdp(ctx *Context, args *GetManagementInfinityIdpArgs, opts ...InvokeOption) (*GetManagementInfinityIdpResult, error)
func GetManagementInfinityIdpOutput(ctx *Context, args *GetManagementInfinityIdpOutputArgs, opts ...InvokeOption) GetManagementInfinityIdpResultOutput
Copy

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

public static class GetManagementInfinityIdp 
{
    public static Task<GetManagementInfinityIdpResult> InvokeAsync(GetManagementInfinityIdpArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementInfinityIdpResult> Invoke(GetManagementInfinityIdpInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagementInfinityIdpResult> getManagementInfinityIdp(GetManagementInfinityIdpArgs args, InvokeOptions options)
public static Output<GetManagementInfinityIdpResult> getManagementInfinityIdp(GetManagementInfinityIdpArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: checkpoint:index/getManagementInfinityIdp:getManagementInfinityIdp
  arguments:
    # arguments dictionary
Copy

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.

getManagementInfinityIdp Result

The following output properties are available:

Id string
IdpDomains List<string>
IdpId string
IdpName string
IdpType string
Tags List<string>
Name string
Uid string
Id string
IdpDomains []string
IdpId string
IdpName string
IdpType string
Tags []string
Name string
Uid string
id String
idpDomains List<String>
idpId String
idpName String
idpType String
tags List<String>
name String
uid String
id string
idpDomains string[]
idpId string
idpName string
idpType string
tags string[]
name string
uid string
id str
idp_domains Sequence[str]
idp_id str
idp_name str
idp_type str
tags Sequence[str]
name str
uid str
id String
idpDomains List<String>
idpId String
idpName String
idpType String
tags List<String>
name String
uid String

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