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

checkpoint.getManagementIdpDefaultAssignment

Explore with Pulumi AI

Using getManagementIdpDefaultAssignment

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 getManagementIdpDefaultAssignment(args: GetManagementIdpDefaultAssignmentArgs, opts?: InvokeOptions): Promise<GetManagementIdpDefaultAssignmentResult>
function getManagementIdpDefaultAssignmentOutput(args: GetManagementIdpDefaultAssignmentOutputArgs, opts?: InvokeOptions): Output<GetManagementIdpDefaultAssignmentResult>
Copy
def get_management_idp_default_assignment(id: Optional[str] = None,
                                          uid: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetManagementIdpDefaultAssignmentResult
def get_management_idp_default_assignment_output(id: Optional[pulumi.Input[str]] = None,
                                          uid: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetManagementIdpDefaultAssignmentResult]
Copy
func GetManagementIdpDefaultAssignment(ctx *Context, args *GetManagementIdpDefaultAssignmentArgs, opts ...InvokeOption) (*GetManagementIdpDefaultAssignmentResult, error)
func GetManagementIdpDefaultAssignmentOutput(ctx *Context, args *GetManagementIdpDefaultAssignmentOutputArgs, opts ...InvokeOption) GetManagementIdpDefaultAssignmentResultOutput
Copy

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

public static class GetManagementIdpDefaultAssignment 
{
    public static Task<GetManagementIdpDefaultAssignmentResult> InvokeAsync(GetManagementIdpDefaultAssignmentArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementIdpDefaultAssignmentResult> Invoke(GetManagementIdpDefaultAssignmentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagementIdpDefaultAssignmentResult> getManagementIdpDefaultAssignment(GetManagementIdpDefaultAssignmentArgs args, InvokeOptions options)
public static Output<GetManagementIdpDefaultAssignmentResult> getManagementIdpDefaultAssignment(GetManagementIdpDefaultAssignmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: checkpoint:index/getManagementIdpDefaultAssignment:getManagementIdpDefaultAssignment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Uid string
Id string
Uid string
id String
uid String
id string
uid string
id str
uid str
id String
uid String

getManagementIdpDefaultAssignment Result

The following output properties are available:

Id string
IdentityProvider string
IdentityProviderSet bool
Tags List<string>
Uid string
Id string
IdentityProvider string
IdentityProviderSet bool
Tags []string
Uid string
id String
identityProvider String
identityProviderSet Boolean
tags List<String>
uid String
id string
identityProvider string
identityProviderSet boolean
tags string[]
uid string
id String
identityProvider String
identityProviderSet Boolean
tags List<String>
uid String

Package Details

Repository
checkpoint checkpointsw/terraform-provider-checkpoint
License
Notes
This Pulumi package is based on the checkpoint Terraform Provider.