checkpoint.ManagementSetIdpDefaultAssignment
Explore with Pulumi AI
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:
- Identity
Provider 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'.
- 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 Default Assignment Id
- Identity
Provider 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'.
- 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 Default Assignment Id
- identity
Provider 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'.
- 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 Default Assignment Id
- identity
Provider 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'.
- 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 Default Assignment Id
- 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_ stridp_ default_ assignment_ id
- identity
Provider 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'.
- 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 Default Assignment Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementSetIdpDefaultAssignment resource produces the following output properties:
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.
- Identity
Provider 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'.
- 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 Default Assignment Id - Task
Id string - Command asynchronous task unique identifier.
- Identity
Provider 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'.
- 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 Default Assignment Id - Task
Id string - Command asynchronous task unique identifier.
- identity
Provider 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'.
- 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 Default Assignment Id - task
Id String - Command asynchronous task unique identifier.
- identity
Provider 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'.
- 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 Default Assignment Id - task
Id 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_ stridp_ default_ assignment_ id - task_
id str - Command asynchronous task unique identifier.
- identity
Provider 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'.
- 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 Default Assignment Id - task
Id 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.