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

checkpoint.ManagementSetIdpDefaultAssignment

Explore with Pulumi AI

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

    Create ManagementSetIdpDefaultAssignment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagementSetIdpDefaultAssignment(name: string, args: ManagementSetIdpDefaultAssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementSetIdpDefaultAssignment(resource_name: str,
                                          args: ManagementSetIdpDefaultAssignmentArgs,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementSetIdpDefaultAssignment(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          identity_provider: Optional[str] = None,
                                          ignore_errors: Optional[bool] = None,
                                          ignore_warnings: Optional[bool] = None,
                                          management_set_idp_default_assignment_id: Optional[str] = None)
    func NewManagementSetIdpDefaultAssignment(ctx *Context, name string, args ManagementSetIdpDefaultAssignmentArgs, opts ...ResourceOption) (*ManagementSetIdpDefaultAssignment, error)
    public ManagementSetIdpDefaultAssignment(string name, ManagementSetIdpDefaultAssignmentArgs args, CustomResourceOptions? opts = null)
    public ManagementSetIdpDefaultAssignment(String name, ManagementSetIdpDefaultAssignmentArgs args)
    public ManagementSetIdpDefaultAssignment(String name, ManagementSetIdpDefaultAssignmentArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementSetIdpDefaultAssignment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ManagementSetIdpDefaultAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagementSetIdpDefaultAssignmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagementSetIdpDefaultAssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementSetIdpDefaultAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementSetIdpDefaultAssignmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var managementSetIdpDefaultAssignmentResource = new Checkpoint.ManagementSetIdpDefaultAssignment("managementSetIdpDefaultAssignmentResource", new()
    {
        IdentityProvider = "string",
        IgnoreErrors = false,
        IgnoreWarnings = false,
        ManagementSetIdpDefaultAssignmentId = "string",
    });
    
    example, err := checkpoint.NewManagementSetIdpDefaultAssignment(ctx, "managementSetIdpDefaultAssignmentResource", &checkpoint.ManagementSetIdpDefaultAssignmentArgs{
    	IdentityProvider:                    pulumi.String("string"),
    	IgnoreErrors:                        pulumi.Bool(false),
    	IgnoreWarnings:                      pulumi.Bool(false),
    	ManagementSetIdpDefaultAssignmentId: pulumi.String("string"),
    })
    
    var managementSetIdpDefaultAssignmentResource = new ManagementSetIdpDefaultAssignment("managementSetIdpDefaultAssignmentResource", ManagementSetIdpDefaultAssignmentArgs.builder()
        .identityProvider("string")
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .managementSetIdpDefaultAssignmentId("string")
        .build());
    
    management_set_idp_default_assignment_resource = checkpoint.ManagementSetIdpDefaultAssignment("managementSetIdpDefaultAssignmentResource",
        identity_provider="string",
        ignore_errors=False,
        ignore_warnings=False,
        management_set_idp_default_assignment_id="string")
    
    const managementSetIdpDefaultAssignmentResource = new checkpoint.ManagementSetIdpDefaultAssignment("managementSetIdpDefaultAssignmentResource", {
        identityProvider: "string",
        ignoreErrors: false,
        ignoreWarnings: false,
        managementSetIdpDefaultAssignmentId: "string",
    });
    
    type: checkpoint:ManagementSetIdpDefaultAssignment
    properties:
        identityProvider: string
        ignoreErrors: false
        ignoreWarnings: false
        managementSetIdpDefaultAssignmentId: string
    

    ManagementSetIdpDefaultAssignment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ManagementSetIdpDefaultAssignment resource accepts the following input properties:

    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementSetIdpDefaultAssignmentId string
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementSetIdpDefaultAssignmentId string
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementSetIdpDefaultAssignmentId String
    identityProvider string
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    managementSetIdpDefaultAssignmentId string
    identity_provider str
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    management_set_idp_default_assignment_id str
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementSetIdpDefaultAssignmentId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementSetIdpDefaultAssignment resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Command asynchronous task unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Command asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Command asynchronous task unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    taskId string
    Command asynchronous task unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    task_id str
    Command asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Command asynchronous task unique identifier.

    Look up Existing ManagementSetIdpDefaultAssignment Resource

    Get an existing ManagementSetIdpDefaultAssignment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ManagementSetIdpDefaultAssignmentState, opts?: CustomResourceOptions): ManagementSetIdpDefaultAssignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            identity_provider: Optional[str] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            management_set_idp_default_assignment_id: Optional[str] = None,
            task_id: Optional[str] = None) -> ManagementSetIdpDefaultAssignment
    func GetManagementSetIdpDefaultAssignment(ctx *Context, name string, id IDInput, state *ManagementSetIdpDefaultAssignmentState, opts ...ResourceOption) (*ManagementSetIdpDefaultAssignment, error)
    public static ManagementSetIdpDefaultAssignment Get(string name, Input<string> id, ManagementSetIdpDefaultAssignmentState? state, CustomResourceOptions? opts = null)
    public static ManagementSetIdpDefaultAssignment get(String name, Output<String> id, ManagementSetIdpDefaultAssignmentState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementSetIdpDefaultAssignment    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementSetIdpDefaultAssignmentId string
    TaskId string
    Command asynchronous task unique identifier.
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementSetIdpDefaultAssignmentId string
    TaskId string
    Command asynchronous task unique identifier.
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementSetIdpDefaultAssignmentId String
    taskId String
    Command asynchronous task unique identifier.
    identityProvider string
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    managementSetIdpDefaultAssignmentId string
    taskId string
    Command asynchronous task unique identifier.
    identity_provider str
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    management_set_idp_default_assignment_id str
    task_id str
    Command asynchronous task unique identifier.
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment identified by the name or UID, to cancel existing assignment should set to 'none'.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementSetIdpDefaultAssignmentId String
    taskId String
    Command asynchronous task unique identifier.

    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