checkpoint.ManagementSetIdpToDomainAssignment
Explore with Pulumi AI
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:
- Assigned
Domain string - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- Identity
Provider string - 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 stringIdp To Domain Assignment Id - Using
Default bool - Is this assignment override by 'idp-default-assignment'.
- Assigned
Domain string - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- Identity
Provider string - 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 stringIdp To Domain Assignment Id - Using
Default bool - Is this assignment override by 'idp-default-assignment'.
- assigned
Domain String - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- identity
Provider String - 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 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- management
Set StringIdp To Domain Assignment Id - using
Default Boolean - Is this assignment override by 'idp-default-assignment'.
- assigned
Domain string - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- identity
Provider string - 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 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.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- management
Set stringIdp To Domain Assignment Id - using
Default 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_ stridp_ to_ domain_ assignment_ id - using_
default bool - Is this assignment override by 'idp-default-assignment'.
- assigned
Domain String - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- identity
Provider String - 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 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- management
Set StringIdp To Domain Assignment Id - using
Default 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:
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.
- Assigned
Domain string - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- Identity
Provider string - 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 stringIdp To Domain Assignment Id - Task
Id string - Command asynchronous task unique identifier.
- Using
Default bool - Is this assignment override by 'idp-default-assignment'.
- Assigned
Domain string - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- Identity
Provider string - 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 stringIdp To Domain Assignment Id - Task
Id string - Command asynchronous task unique identifier.
- Using
Default bool - Is this assignment override by 'idp-default-assignment'.
- assigned
Domain String - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- identity
Provider String - 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 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- management
Set StringIdp To Domain Assignment Id - task
Id String - Command asynchronous task unique identifier.
- using
Default Boolean - Is this assignment override by 'idp-default-assignment'.
- assigned
Domain string - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- identity
Provider string - 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 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.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- management
Set stringIdp To Domain Assignment Id - task
Id string - Command asynchronous task unique identifier.
- using
Default 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_ stridp_ to_ domain_ assignment_ id - task_
id str - Command asynchronous task unique identifier.
- using_
default bool - Is this assignment override by 'idp-default-assignment'.
- assigned
Domain String - Represents the Domain assigned by 'idp-to-domain-assignment', need to be domain name or UID.
- identity
Provider String - 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 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.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- management
Set StringIdp To Domain Assignment Id - task
Id String - Command asynchronous task unique identifier.
- using
Default 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.