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

checkpoint.getManagementInfinityIdpObject

Explore with Pulumi AI

Using getManagementInfinityIdpObject

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 getManagementInfinityIdpObject(args: GetManagementInfinityIdpObjectArgs, opts?: InvokeOptions): Promise<GetManagementInfinityIdpObjectResult>
function getManagementInfinityIdpObjectOutput(args: GetManagementInfinityIdpObjectOutputArgs, opts?: InvokeOptions): Output<GetManagementInfinityIdpObjectResult>
Copy
def get_management_infinity_idp_object(id: Optional[str] = None,
                                       name: Optional[str] = None,
                                       uid: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetManagementInfinityIdpObjectResult
def get_management_infinity_idp_object_output(id: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       uid: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetManagementInfinityIdpObjectResult]
Copy
func GetManagementInfinityIdpObject(ctx *Context, args *GetManagementInfinityIdpObjectArgs, opts ...InvokeOption) (*GetManagementInfinityIdpObjectResult, error)
func GetManagementInfinityIdpObjectOutput(ctx *Context, args *GetManagementInfinityIdpObjectOutputArgs, opts ...InvokeOption) GetManagementInfinityIdpObjectResultOutput
Copy

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

public static class GetManagementInfinityIdpObject 
{
    public static Task<GetManagementInfinityIdpObjectResult> InvokeAsync(GetManagementInfinityIdpObjectArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementInfinityIdpObjectResult> Invoke(GetManagementInfinityIdpObjectInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagementInfinityIdpObjectResult> getManagementInfinityIdpObject(GetManagementInfinityIdpObjectArgs args, InvokeOptions options)
public static Output<GetManagementInfinityIdpObjectResult> getManagementInfinityIdpObject(GetManagementInfinityIdpObjectArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: checkpoint:index/getManagementInfinityIdpObject:getManagementInfinityIdpObject
  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.

getManagementInfinityIdpObject Result

The following output properties are available:

Description string
DisplayName string
ExtId string
Id string
IdpDisplayName string
IdpId string
IdpName string
ObjectType string
Tags List<string>
Name string
Uid string
Description string
DisplayName string
ExtId string
Id string
IdpDisplayName string
IdpId string
IdpName string
ObjectType string
Tags []string
Name string
Uid string
description String
displayName String
extId String
id String
idpDisplayName String
idpId String
idpName String
objectType String
tags List<String>
name String
uid String
description string
displayName string
extId string
id string
idpDisplayName string
idpId string
idpName string
objectType string
tags string[]
name string
uid string
description String
displayName String
extId String
id String
idpDisplayName String
idpId String
idpName String
objectType 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.