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

checkpoint.ManagementSetIdpToDomainAssignment

Explore with Pulumi AI

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

    Create ManagementSetIdpToDomainAssignment Resource

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

    Constructor syntax

    new ManagementSetIdpToDomainAssignment(name: string, args: ManagementSetIdpToDomainAssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementSetIdpToDomainAssignment(resource_name: str,
                                           args: ManagementSetIdpToDomainAssignmentArgs,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementSetIdpToDomainAssignment(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           assigned_domain: Optional[str] = None,
                                           identity_provider: Optional[str] = None,
                                           ignore_errors: Optional[bool] = None,
                                           ignore_warnings: Optional[bool] = None,
                                           management_set_idp_to_domain_assignment_id: Optional[str] = None,
                                           using_default: Optional[bool] = None)
    func NewManagementSetIdpToDomainAssignment(ctx *Context, name string, args ManagementSetIdpToDomainAssignmentArgs, opts ...ResourceOption) (*ManagementSetIdpToDomainAssignment, error)
    public ManagementSetIdpToDomainAssignment(string name, ManagementSetIdpToDomainAssignmentArgs args, CustomResourceOptions? opts = null)
    public ManagementSetIdpToDomainAssignment(String name, ManagementSetIdpToDomainAssignmentArgs args)
    public ManagementSetIdpToDomainAssignment(String name, ManagementSetIdpToDomainAssignmentArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementSetIdpToDomainAssignment
    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 ManagementSetIdpToDomainAssignmentArgs
    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 ManagementSetIdpToDomainAssignmentArgs
    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 ManagementSetIdpToDomainAssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementSetIdpToDomainAssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementSetIdpToDomainAssignmentArgs
    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 managementSetIdpToDomainAssignmentResource = new Checkpoint.ManagementSetIdpToDomainAssignment("managementSetIdpToDomainAssignmentResource", new()
    {
        AssignedDomain = "string",
        IdentityProvider = "string",
        IgnoreErrors = false,
        IgnoreWarnings = false,
        ManagementSetIdpToDomainAssignmentId = "string",
        UsingDefault = false,
    });
    
    example, err := checkpoint.NewManagementSetIdpToDomainAssignment(ctx, "managementSetIdpToDomainAssignmentResource", &checkpoint.ManagementSetIdpToDomainAssignmentArgs{
    	AssignedDomain:                       pulumi.String("string"),
    	IdentityProvider:                     pulumi.String("string"),
    	IgnoreErrors:                         pulumi.Bool(false),
    	IgnoreWarnings:                       pulumi.Bool(false),
    	ManagementSetIdpToDomainAssignmentId: pulumi.String("string"),
    	UsingDefault:                         pulumi.Bool(false),
    })
    
    var managementSetIdpToDomainAssignmentResource = new ManagementSetIdpToDomainAssignment("managementSetIdpToDomainAssignmentResource", ManagementSetIdpToDomainAssignmentArgs.builder()
        .assignedDomain("string")
        .identityProvider("string")
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .managementSetIdpToDomainAssignmentId("string")
        .usingDefault(false)
        .build());
    
    management_set_idp_to_domain_assignment_resource = checkpoint.ManagementSetIdpToDomainAssignment("managementSetIdpToDomainAssignmentResource",
        assigned_domain="string",
        identity_provider="string",
        ignore_errors=False,
        ignore_warnings=False,
        management_set_idp_to_domain_assignment_id="string",
        using_default=False)
    
    const managementSetIdpToDomainAssignmentResource = new checkpoint.ManagementSetIdpToDomainAssignment("managementSetIdpToDomainAssignmentResource", {
        assignedDomain: "string",
        identityProvider: "string",
        ignoreErrors: false,
        ignoreWarnings: false,
        managementSetIdpToDomainAssignmentId: "string",
        usingDefault: false,
    });
    
    type: checkpoint:ManagementSetIdpToDomainAssignment
    properties:
        assignedDomain: string
        identityProvider: string
        ignoreErrors: false
        ignoreWarnings: false
        managementSetIdpToDomainAssignmentId: string
        usingDefault: false
    

    ManagementSetIdpToDomainAssignment 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 ManagementSetIdpToDomainAssignment resource accepts the following input properties:

    AssignedDomain string
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    ManagementSetIdpToDomainAssignmentId string
    UsingDefault bool
    Is this assignment override by 'idp-default-assignment'.
    AssignedDomain string
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    ManagementSetIdpToDomainAssignmentId string
    UsingDefault bool
    Is this assignment override by 'idp-default-assignment'.
    assignedDomain String
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    managementSetIdpToDomainAssignmentId String
    usingDefault Boolean
    Is this assignment override by 'idp-default-assignment'.
    assignedDomain string
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identityProvider string
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    managementSetIdpToDomainAssignmentId string
    usingDefault boolean
    Is this assignment override by 'idp-default-assignment'.
    assigned_domain str
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identity_provider str
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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_to_domain_assignment_id str
    using_default bool
    Is this assignment override by 'idp-default-assignment'.
    assignedDomain String
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    managementSetIdpToDomainAssignmentId String
    usingDefault Boolean
    Is this assignment override by 'idp-default-assignment'.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementSetIdpToDomainAssignment 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 ManagementSetIdpToDomainAssignment Resource

    Get an existing ManagementSetIdpToDomainAssignment 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?: ManagementSetIdpToDomainAssignmentState, opts?: CustomResourceOptions): ManagementSetIdpToDomainAssignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            assigned_domain: Optional[str] = None,
            identity_provider: Optional[str] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            management_set_idp_to_domain_assignment_id: Optional[str] = None,
            task_id: Optional[str] = None,
            using_default: Optional[bool] = None) -> ManagementSetIdpToDomainAssignment
    func GetManagementSetIdpToDomainAssignment(ctx *Context, name string, id IDInput, state *ManagementSetIdpToDomainAssignmentState, opts ...ResourceOption) (*ManagementSetIdpToDomainAssignment, error)
    public static ManagementSetIdpToDomainAssignment Get(string name, Input<string> id, ManagementSetIdpToDomainAssignmentState? state, CustomResourceOptions? opts = null)
    public static ManagementSetIdpToDomainAssignment get(String name, Output<String> id, ManagementSetIdpToDomainAssignmentState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementSetIdpToDomainAssignment    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:
    AssignedDomain string
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    ManagementSetIdpToDomainAssignmentId string
    TaskId string
    Command asynchronous task unique identifier.
    UsingDefault bool
    Is this assignment override by 'idp-default-assignment'.
    AssignedDomain string
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    IdentityProvider string
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    ManagementSetIdpToDomainAssignmentId string
    TaskId string
    Command asynchronous task unique identifier.
    UsingDefault bool
    Is this assignment override by 'idp-default-assignment'.
    assignedDomain String
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    managementSetIdpToDomainAssignmentId String
    taskId String
    Command asynchronous task unique identifier.
    usingDefault Boolean
    Is this assignment override by 'idp-default-assignment'.
    assignedDomain string
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identityProvider string
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    managementSetIdpToDomainAssignmentId string
    taskId string
    Command asynchronous task unique identifier.
    usingDefault boolean
    Is this assignment override by 'idp-default-assignment'.
    assigned_domain str
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identity_provider str
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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_to_domain_assignment_id str
    task_id str
    Command asynchronous task unique identifier.
    using_default bool
    Is this assignment override by 'idp-default-assignment'.
    assignedDomain String
    Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
    identityProvider String
    Represents the Identity Provider to be used for Login by this assignment. Must be set when "using-default" was set to be false.
    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.
    managementSetIdpToDomainAssignmentId String
    taskId String
    Command asynchronous task unique identifier.
    usingDefault Boolean
    Is this assignment override by 'idp-default-assignment'.

    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