1. Packages
  2. Routeros Provider
  3. API Docs
  4. CertificateScepServer
routeros 1.83.0 published on Wednesday, Apr 16, 2025 by terraform-routeros

routeros.CertificateScepServer

Explore with Pulumi AI

# routeros.CertificateScepServer (Resource)


This is an alias for backwards compatibility between plugin versions.

Please see documentation for routeros.SystemCertificateScepServer

Create CertificateScepServer Resource

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

Constructor syntax

new CertificateScepServer(name: string, args: CertificateScepServerArgs, opts?: CustomResourceOptions);
@overload
def CertificateScepServer(resource_name: str,
                          args: CertificateScepServerArgs,
                          opts: Optional[ResourceOptions] = None)

@overload
def CertificateScepServer(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          ca_cert: Optional[str] = None,
                          path: Optional[str] = None,
                          ___id_: Optional[float] = None,
                          ___path_: Optional[str] = None,
                          certificate_scep_server_id: Optional[str] = None,
                          days_valid: Optional[float] = None,
                          disabled: Optional[bool] = None,
                          next_ca_cert: Optional[str] = None,
                          request_lifetime: Optional[str] = None)
func NewCertificateScepServer(ctx *Context, name string, args CertificateScepServerArgs, opts ...ResourceOption) (*CertificateScepServer, error)
public CertificateScepServer(string name, CertificateScepServerArgs args, CustomResourceOptions? opts = null)
public CertificateScepServer(String name, CertificateScepServerArgs args)
public CertificateScepServer(String name, CertificateScepServerArgs args, CustomResourceOptions options)
type: routeros:CertificateScepServer
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

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

CaCert This property is required. string
Name of the CA certificate to use.
Path This property is required. string
HTTP path starting with /scep/.
CertificateScepServerId string
DaysValid double
The number of days to sign certificates for.
Disabled bool
NextCaCert string
Name of the next CA certificate or none.
RequestLifetime string
Request lifetime (5m minimum).
___id_ double
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ string
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
CaCert This property is required. string
Name of the CA certificate to use.
Path This property is required. string
HTTP path starting with /scep/.
CertificateScepServerId string
DaysValid float64
The number of days to sign certificates for.
Disabled bool
NextCaCert string
Name of the next CA certificate or none.
RequestLifetime string
Request lifetime (5m minimum).
___id_ float64
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ string
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
caCert This property is required. String
Name of the CA certificate to use.
path This property is required. String
HTTP path starting with /scep/.
___id_ Double
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ String
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
certificateScepServerId String
daysValid Double
The number of days to sign certificates for.
disabled Boolean
nextCaCert String
Name of the next CA certificate or none.
requestLifetime String
Request lifetime (5m minimum).
caCert This property is required. string
Name of the CA certificate to use.
path This property is required. string
HTTP path starting with /scep/.
___id_ number
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ string
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
certificateScepServerId string
daysValid number
The number of days to sign certificates for.
disabled boolean
nextCaCert string
Name of the next CA certificate or none.
requestLifetime string
Request lifetime (5m minimum).
ca_cert This property is required. str
Name of the CA certificate to use.
path This property is required. str
HTTP path starting with /scep/.
___id_ float
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ str
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
certificate_scep_server_id str
days_valid float
The number of days to sign certificates for.
disabled bool
next_ca_cert str
Name of the next CA certificate or none.
request_lifetime str
Request lifetime (5m minimum).
caCert This property is required. String
Name of the CA certificate to use.
path This property is required. String
HTTP path starting with /scep/.
___id_ Number
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ String
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
certificateScepServerId String
daysValid Number
The number of days to sign certificates for.
disabled Boolean
nextCaCert String
Name of the next CA certificate or none.
requestLifetime String
Request lifetime (5m minimum).

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing CertificateScepServer Resource

Get an existing CertificateScepServer 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?: CertificateScepServerState, opts?: CustomResourceOptions): CertificateScepServer
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        ___id_: Optional[float] = None,
        ___path_: Optional[str] = None,
        ca_cert: Optional[str] = None,
        certificate_scep_server_id: Optional[str] = None,
        days_valid: Optional[float] = None,
        disabled: Optional[bool] = None,
        next_ca_cert: Optional[str] = None,
        path: Optional[str] = None,
        request_lifetime: Optional[str] = None) -> CertificateScepServer
func GetCertificateScepServer(ctx *Context, name string, id IDInput, state *CertificateScepServerState, opts ...ResourceOption) (*CertificateScepServer, error)
public static CertificateScepServer Get(string name, Input<string> id, CertificateScepServerState? state, CustomResourceOptions? opts = null)
public static CertificateScepServer get(String name, Output<String> id, CertificateScepServerState state, CustomResourceOptions options)
resources:  _:    type: routeros:CertificateScepServer    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
CaCert string
Name of the CA certificate to use.
CertificateScepServerId string
DaysValid double
The number of days to sign certificates for.
Disabled bool
NextCaCert string
Name of the next CA certificate or none.
Path string
HTTP path starting with /scep/.
RequestLifetime string
Request lifetime (5m minimum).
___id_ double
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ string
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
CaCert string
Name of the CA certificate to use.
CertificateScepServerId string
DaysValid float64
The number of days to sign certificates for.
Disabled bool
NextCaCert string
Name of the next CA certificate or none.
Path string
HTTP path starting with /scep/.
RequestLifetime string
Request lifetime (5m minimum).
___id_ float64
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ string
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
___id_ Double
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ String
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
caCert String
Name of the CA certificate to use.
certificateScepServerId String
daysValid Double
The number of days to sign certificates for.
disabled Boolean
nextCaCert String
Name of the next CA certificate or none.
path String
HTTP path starting with /scep/.
requestLifetime String
Request lifetime (5m minimum).
___id_ number
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ string
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
caCert string
Name of the CA certificate to use.
certificateScepServerId string
daysValid number
The number of days to sign certificates for.
disabled boolean
nextCaCert string
Name of the next CA certificate or none.
path string
HTTP path starting with /scep/.
requestLifetime string
Request lifetime (5m minimum).
___id_ float
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ str
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
ca_cert str
Name of the CA certificate to use.
certificate_scep_server_id str
days_valid float
The number of days to sign certificates for.
disabled bool
next_ca_cert str
Name of the next CA certificate or none.
path str
HTTP path starting with /scep/.
request_lifetime str
Request lifetime (5m minimum).
___id_ Number
Resource ID type (.id / name). This is an internal service field, setting a value is not required.
___path_ String
Resource path for CRUD operations. This is an internal service field, setting a value is not required.
caCert String
Name of the CA certificate to use.
certificateScepServerId String
daysValid Number
The number of days to sign certificates for.
disabled Boolean
nextCaCert String
Name of the next CA certificate or none.
path String
HTTP path starting with /scep/.
requestLifetime String
Request lifetime (5m minimum).

Package Details

Repository
routeros terraform-routeros/terraform-provider-routeros
License
Notes
This Pulumi package is based on the routeros Terraform Provider.