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 string
- The unique name of the resource.
- args CertificateScepServerArgs
- 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 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 string
- The unique name of the resource.
- args CertificateScepServerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CertificateScepServerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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:
- Ca
Cert string - Name of the CA certificate to use.
- Path string
- HTTP path starting with
/scep/
. - Certificate
Scep stringServer Id - Days
Valid double - The number of days to sign certificates for.
- Disabled bool
- Next
Ca stringCert - Name of the next CA certificate or
none
. - Request
Lifetime 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.
- Ca
Cert string - Name of the CA certificate to use.
- Path string
- HTTP path starting with
/scep/
. - Certificate
Scep stringServer Id - Days
Valid float64 - The number of days to sign certificates for.
- Disabled bool
- Next
Ca stringCert - Name of the next CA certificate or
none
. - Request
Lifetime 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.
- ca
Cert String - Name of the CA certificate to use.
- path 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.
- certificate
Scep StringServer Id - days
Valid Double - The number of days to sign certificates for.
- disabled Boolean
- next
Ca StringCert - Name of the next CA certificate or
none
. - request
Lifetime String - Request lifetime (5m minimum).
- ca
Cert string - Name of the CA certificate to use.
- path 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.
- certificate
Scep stringServer Id - days
Valid number - The number of days to sign certificates for.
- disabled boolean
- next
Ca stringCert - Name of the next CA certificate or
none
. - request
Lifetime string - Request lifetime (5m minimum).
- ca_
cert str - Name of the CA certificate to use.
- path 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_ strserver_ id - days_
valid float - The number of days to sign certificates for.
- disabled bool
- next_
ca_ strcert - Name of the next CA certificate or
none
. - request_
lifetime str - Request lifetime (5m minimum).
- ca
Cert String - Name of the CA certificate to use.
- path 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.
- certificate
Scep StringServer Id - days
Valid Number - The number of days to sign certificates for.
- disabled Boolean
- next
Ca StringCert - Name of the next CA certificate or
none
. - request
Lifetime 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
- 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.
- Ca
Cert string - Name of the CA certificate to use.
- Certificate
Scep stringServer Id - Days
Valid double - The number of days to sign certificates for.
- Disabled bool
- Next
Ca stringCert - Name of the next CA certificate or
none
. - Path string
- HTTP path starting with
/scep/
. - Request
Lifetime 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.
- Ca
Cert string - Name of the CA certificate to use.
- Certificate
Scep stringServer Id - Days
Valid float64 - The number of days to sign certificates for.
- Disabled bool
- Next
Ca stringCert - Name of the next CA certificate or
none
. - Path string
- HTTP path starting with
/scep/
. - Request
Lifetime 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.
- ca
Cert String - Name of the CA certificate to use.
- certificate
Scep StringServer Id - days
Valid Double - The number of days to sign certificates for.
- disabled Boolean
- next
Ca StringCert - Name of the next CA certificate or
none
. - path String
- HTTP path starting with
/scep/
. - request
Lifetime 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.
- ca
Cert string - Name of the CA certificate to use.
- certificate
Scep stringServer Id - days
Valid number - The number of days to sign certificates for.
- disabled boolean
- next
Ca stringCert - Name of the next CA certificate or
none
. - path string
- HTTP path starting with
/scep/
. - request
Lifetime 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_ strserver_ id - days_
valid float - The number of days to sign certificates for.
- disabled bool
- next_
ca_ strcert - 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.
- ca
Cert String - Name of the CA certificate to use.
- certificate
Scep StringServer Id - days
Valid Number - The number of days to sign certificates for.
- disabled Boolean
- next
Ca StringCert - Name of the next CA certificate or
none
. - path String
- HTTP path starting with
/scep/
. - request
Lifetime 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.