checkpoint.ManagementCmeAccountsAzure
Explore with Pulumi AI
Create ManagementCmeAccountsAzure Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCmeAccountsAzure(name: string, args: ManagementCmeAccountsAzureArgs, opts?: CustomResourceOptions);
@overload
def ManagementCmeAccountsAzure(resource_name: str,
args: ManagementCmeAccountsAzureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCmeAccountsAzure(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
client_secret: Optional[str] = None,
directory_id: Optional[str] = None,
subscription: Optional[str] = None,
deletion_tolerance: Optional[float] = None,
domain: Optional[str] = None,
environment: Optional[str] = None,
management_cme_accounts_azure_id: Optional[str] = None,
name: Optional[str] = None)
func NewManagementCmeAccountsAzure(ctx *Context, name string, args ManagementCmeAccountsAzureArgs, opts ...ResourceOption) (*ManagementCmeAccountsAzure, error)
public ManagementCmeAccountsAzure(string name, ManagementCmeAccountsAzureArgs args, CustomResourceOptions? opts = null)
public ManagementCmeAccountsAzure(String name, ManagementCmeAccountsAzureArgs args)
public ManagementCmeAccountsAzure(String name, ManagementCmeAccountsAzureArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCmeAccountsAzure
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 ManagementCmeAccountsAzureArgs
- 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 ManagementCmeAccountsAzureArgs
- 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 ManagementCmeAccountsAzureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCmeAccountsAzureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCmeAccountsAzureArgs
- 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 managementCmeAccountsAzureResource = new Checkpoint.ManagementCmeAccountsAzure("managementCmeAccountsAzureResource", new()
{
ApplicationId = "string",
ClientSecret = "string",
DirectoryId = "string",
Subscription = "string",
DeletionTolerance = 0,
Domain = "string",
Environment = "string",
ManagementCmeAccountsAzureId = "string",
Name = "string",
});
example, err := checkpoint.NewManagementCmeAccountsAzure(ctx, "managementCmeAccountsAzureResource", &checkpoint.ManagementCmeAccountsAzureArgs{
ApplicationId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
DirectoryId: pulumi.String("string"),
Subscription: pulumi.String("string"),
DeletionTolerance: pulumi.Float64(0),
Domain: pulumi.String("string"),
Environment: pulumi.String("string"),
ManagementCmeAccountsAzureId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var managementCmeAccountsAzureResource = new ManagementCmeAccountsAzure("managementCmeAccountsAzureResource", ManagementCmeAccountsAzureArgs.builder()
.applicationId("string")
.clientSecret("string")
.directoryId("string")
.subscription("string")
.deletionTolerance(0)
.domain("string")
.environment("string")
.managementCmeAccountsAzureId("string")
.name("string")
.build());
management_cme_accounts_azure_resource = checkpoint.ManagementCmeAccountsAzure("managementCmeAccountsAzureResource",
application_id="string",
client_secret="string",
directory_id="string",
subscription="string",
deletion_tolerance=0,
domain="string",
environment="string",
management_cme_accounts_azure_id="string",
name="string")
const managementCmeAccountsAzureResource = new checkpoint.ManagementCmeAccountsAzure("managementCmeAccountsAzureResource", {
applicationId: "string",
clientSecret: "string",
directoryId: "string",
subscription: "string",
deletionTolerance: 0,
domain: "string",
environment: "string",
managementCmeAccountsAzureId: "string",
name: "string",
});
type: checkpoint:ManagementCmeAccountsAzure
properties:
applicationId: string
clientSecret: string
deletionTolerance: 0
directoryId: string
domain: string
environment: string
managementCmeAccountsAzureId: string
name: string
subscription: string
ManagementCmeAccountsAzure 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 ManagementCmeAccountsAzure resource accepts the following input properties:
- Application
Id string - The application ID with which the service principal is associated.
- Client
Secret string - The service principal's client secret.
- Directory
Id string - Azure Active Directory tenant ID.
- Subscription string
- Azure subscription ID.
- Deletion
Tolerance double - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- Domain string
- The account's domain name in Multi-Domain Security Management Server environment.
- Environment string
- The Azure environmnet.
- Management
Cme stringAccounts Azure Id - Name string
- Unique account name for identification without spaces.
- Application
Id string - The application ID with which the service principal is associated.
- Client
Secret string - The service principal's client secret.
- Directory
Id string - Azure Active Directory tenant ID.
- Subscription string
- Azure subscription ID.
- Deletion
Tolerance float64 - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- Domain string
- The account's domain name in Multi-Domain Security Management Server environment.
- Environment string
- The Azure environmnet.
- Management
Cme stringAccounts Azure Id - Name string
- Unique account name for identification without spaces.
- application
Id String - The application ID with which the service principal is associated.
- client
Secret String - The service principal's client secret.
- directory
Id String - Azure Active Directory tenant ID.
- subscription String
- Azure subscription ID.
- deletion
Tolerance Double - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- domain String
- The account's domain name in Multi-Domain Security Management Server environment.
- environment String
- The Azure environmnet.
- management
Cme StringAccounts Azure Id - name String
- Unique account name for identification without spaces.
- application
Id string - The application ID with which the service principal is associated.
- client
Secret string - The service principal's client secret.
- directory
Id string - Azure Active Directory tenant ID.
- subscription string
- Azure subscription ID.
- deletion
Tolerance number - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- domain string
- The account's domain name in Multi-Domain Security Management Server environment.
- environment string
- The Azure environmnet.
- management
Cme stringAccounts Azure Id - name string
- Unique account name for identification without spaces.
- application_
id str - The application ID with which the service principal is associated.
- client_
secret str - The service principal's client secret.
- directory_
id str - Azure Active Directory tenant ID.
- subscription str
- Azure subscription ID.
- deletion_
tolerance float - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- domain str
- The account's domain name in Multi-Domain Security Management Server environment.
- environment str
- The Azure environmnet.
- management_
cme_ straccounts_ azure_ id - name str
- Unique account name for identification without spaces.
- application
Id String - The application ID with which the service principal is associated.
- client
Secret String - The service principal's client secret.
- directory
Id String - Azure Active Directory tenant ID.
- subscription String
- Azure subscription ID.
- deletion
Tolerance Number - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- domain String
- The account's domain name in Multi-Domain Security Management Server environment.
- environment String
- The Azure environmnet.
- management
Cme StringAccounts Azure Id - name String
- Unique account name for identification without spaces.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCmeAccountsAzure resource produces the following output properties:
- Gw
Configurations List<string> - A list of GW configurations attached to the account
- Id string
- The provider-assigned unique ID for this managed resource.
- Platform string
- The platform of the account.
- Gw
Configurations []string - A list of GW configurations attached to the account
- Id string
- The provider-assigned unique ID for this managed resource.
- Platform string
- The platform of the account.
- gw
Configurations List<String> - A list of GW configurations attached to the account
- id String
- The provider-assigned unique ID for this managed resource.
- platform String
- The platform of the account.
- gw
Configurations string[] - A list of GW configurations attached to the account
- id string
- The provider-assigned unique ID for this managed resource.
- platform string
- The platform of the account.
- gw_
configurations Sequence[str] - A list of GW configurations attached to the account
- id str
- The provider-assigned unique ID for this managed resource.
- platform str
- The platform of the account.
- gw
Configurations List<String> - A list of GW configurations attached to the account
- id String
- The provider-assigned unique ID for this managed resource.
- platform String
- The platform of the account.
Look up Existing ManagementCmeAccountsAzure Resource
Get an existing ManagementCmeAccountsAzure 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?: ManagementCmeAccountsAzureState, opts?: CustomResourceOptions): ManagementCmeAccountsAzure
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
client_secret: Optional[str] = None,
deletion_tolerance: Optional[float] = None,
directory_id: Optional[str] = None,
domain: Optional[str] = None,
environment: Optional[str] = None,
gw_configurations: Optional[Sequence[str]] = None,
management_cme_accounts_azure_id: Optional[str] = None,
name: Optional[str] = None,
platform: Optional[str] = None,
subscription: Optional[str] = None) -> ManagementCmeAccountsAzure
func GetManagementCmeAccountsAzure(ctx *Context, name string, id IDInput, state *ManagementCmeAccountsAzureState, opts ...ResourceOption) (*ManagementCmeAccountsAzure, error)
public static ManagementCmeAccountsAzure Get(string name, Input<string> id, ManagementCmeAccountsAzureState? state, CustomResourceOptions? opts = null)
public static ManagementCmeAccountsAzure get(String name, Output<String> id, ManagementCmeAccountsAzureState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCmeAccountsAzure 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.
- Application
Id string - The application ID with which the service principal is associated.
- Client
Secret string - The service principal's client secret.
- Deletion
Tolerance double - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- Directory
Id string - Azure Active Directory tenant ID.
- Domain string
- The account's domain name in Multi-Domain Security Management Server environment.
- Environment string
- The Azure environmnet.
- Gw
Configurations List<string> - A list of GW configurations attached to the account
- Management
Cme stringAccounts Azure Id - Name string
- Unique account name for identification without spaces.
- Platform string
- The platform of the account.
- Subscription string
- Azure subscription ID.
- Application
Id string - The application ID with which the service principal is associated.
- Client
Secret string - The service principal's client secret.
- Deletion
Tolerance float64 - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- Directory
Id string - Azure Active Directory tenant ID.
- Domain string
- The account's domain name in Multi-Domain Security Management Server environment.
- Environment string
- The Azure environmnet.
- Gw
Configurations []string - A list of GW configurations attached to the account
- Management
Cme stringAccounts Azure Id - Name string
- Unique account name for identification without spaces.
- Platform string
- The platform of the account.
- Subscription string
- Azure subscription ID.
- application
Id String - The application ID with which the service principal is associated.
- client
Secret String - The service principal's client secret.
- deletion
Tolerance Double - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- directory
Id String - Azure Active Directory tenant ID.
- domain String
- The account's domain name in Multi-Domain Security Management Server environment.
- environment String
- The Azure environmnet.
- gw
Configurations List<String> - A list of GW configurations attached to the account
- management
Cme StringAccounts Azure Id - name String
- Unique account name for identification without spaces.
- platform String
- The platform of the account.
- subscription String
- Azure subscription ID.
- application
Id string - The application ID with which the service principal is associated.
- client
Secret string - The service principal's client secret.
- deletion
Tolerance number - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- directory
Id string - Azure Active Directory tenant ID.
- domain string
- The account's domain name in Multi-Domain Security Management Server environment.
- environment string
- The Azure environmnet.
- gw
Configurations string[] - A list of GW configurations attached to the account
- management
Cme stringAccounts Azure Id - name string
- Unique account name for identification without spaces.
- platform string
- The platform of the account.
- subscription string
- Azure subscription ID.
- application_
id str - The application ID with which the service principal is associated.
- client_
secret str - The service principal's client secret.
- deletion_
tolerance float - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- directory_
id str - Azure Active Directory tenant ID.
- domain str
- The account's domain name in Multi-Domain Security Management Server environment.
- environment str
- The Azure environmnet.
- gw_
configurations Sequence[str] - A list of GW configurations attached to the account
- management_
cme_ straccounts_ azure_ id - name str
- Unique account name for identification without spaces.
- platform str
- The platform of the account.
- subscription str
- Azure subscription ID.
- application
Id String - The application ID with which the service principal is associated.
- client
Secret String - The service principal's client secret.
- deletion
Tolerance Number - The number of CME cycles to wait when the cloud provider does not return a Gateway until its deletion.
- directory
Id String - Azure Active Directory tenant ID.
- domain String
- The account's domain name in Multi-Domain Security Management Server environment.
- environment String
- The Azure environmnet.
- gw
Configurations List<String> - A list of GW configurations attached to the account
- management
Cme StringAccounts Azure Id - name String
- Unique account name for identification without spaces.
- platform String
- The platform of the account.
- subscription String
- Azure subscription ID.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.