fortimanager.SystemCertificateSsh
Explore with Pulumi AI
SSH certificates and keys.
Create SystemCertificateSsh Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemCertificateSsh(name: string, args?: SystemCertificateSshArgs, opts?: CustomResourceOptions);
@overload
def SystemCertificateSsh(resource_name: str,
args: Optional[SystemCertificateSshArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemCertificateSsh(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificates: Optional[Sequence[str]] = None,
comment: Optional[str] = None,
name: Optional[str] = None,
private_keys: Optional[Sequence[str]] = None,
system_certificate_ssh_id: Optional[str] = None)
func NewSystemCertificateSsh(ctx *Context, name string, args *SystemCertificateSshArgs, opts ...ResourceOption) (*SystemCertificateSsh, error)
public SystemCertificateSsh(string name, SystemCertificateSshArgs? args = null, CustomResourceOptions? opts = null)
public SystemCertificateSsh(String name, SystemCertificateSshArgs args)
public SystemCertificateSsh(String name, SystemCertificateSshArgs args, CustomResourceOptions options)
type: fortimanager:SystemCertificateSsh
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 SystemCertificateSshArgs
- 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 SystemCertificateSshArgs
- 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 SystemCertificateSshArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemCertificateSshArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemCertificateSshArgs
- 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 systemCertificateSshResource = new Fortimanager.SystemCertificateSsh("systemCertificateSshResource", new()
{
Certificates = new[]
{
"string",
},
Comment = "string",
Name = "string",
PrivateKeys = new[]
{
"string",
},
SystemCertificateSshId = "string",
});
example, err := fortimanager.NewSystemCertificateSsh(ctx, "systemCertificateSshResource", &fortimanager.SystemCertificateSshArgs{
Certificates: pulumi.StringArray{
pulumi.String("string"),
},
Comment: pulumi.String("string"),
Name: pulumi.String("string"),
PrivateKeys: pulumi.StringArray{
pulumi.String("string"),
},
SystemCertificateSshId: pulumi.String("string"),
})
var systemCertificateSshResource = new SystemCertificateSsh("systemCertificateSshResource", SystemCertificateSshArgs.builder()
.certificates("string")
.comment("string")
.name("string")
.privateKeys("string")
.systemCertificateSshId("string")
.build());
system_certificate_ssh_resource = fortimanager.SystemCertificateSsh("systemCertificateSshResource",
certificates=["string"],
comment="string",
name="string",
private_keys=["string"],
system_certificate_ssh_id="string")
const systemCertificateSshResource = new fortimanager.SystemCertificateSsh("systemCertificateSshResource", {
certificates: ["string"],
comment: "string",
name: "string",
privateKeys: ["string"],
systemCertificateSshId: "string",
});
type: fortimanager:SystemCertificateSsh
properties:
certificates:
- string
comment: string
name: string
privateKeys:
- string
systemCertificateSshId: string
SystemCertificateSsh 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 SystemCertificateSsh resource accepts the following input properties:
- Certificates List<string>
- SSH certificate.
- Comment string
- SSH certificate comment.
- Name string
- Name of SSH certificate.
- Private
Keys List<string> - SSH private-key
- System
Certificate stringSsh Id - an identifier for the resource with format {{name}}.
- Certificates []string
- SSH certificate.
- Comment string
- SSH certificate comment.
- Name string
- Name of SSH certificate.
- Private
Keys []string - SSH private-key
- System
Certificate stringSsh Id - an identifier for the resource with format {{name}}.
- certificates List<String>
- SSH certificate.
- comment String
- SSH certificate comment.
- name String
- Name of SSH certificate.
- private
Keys List<String> - SSH private-key
- system
Certificate StringSsh Id - an identifier for the resource with format {{name}}.
- certificates string[]
- SSH certificate.
- comment string
- SSH certificate comment.
- name string
- Name of SSH certificate.
- private
Keys string[] - SSH private-key
- system
Certificate stringSsh Id - an identifier for the resource with format {{name}}.
- certificates Sequence[str]
- SSH certificate.
- comment str
- SSH certificate comment.
- name str
- Name of SSH certificate.
- private_
keys Sequence[str] - SSH private-key
- system_
certificate_ strssh_ id - an identifier for the resource with format {{name}}.
- certificates List<String>
- SSH certificate.
- comment String
- SSH certificate comment.
- name String
- Name of SSH certificate.
- private
Keys List<String> - SSH private-key
- system
Certificate StringSsh Id - an identifier for the resource with format {{name}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemCertificateSsh 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 SystemCertificateSsh Resource
Get an existing SystemCertificateSsh 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?: SystemCertificateSshState, opts?: CustomResourceOptions): SystemCertificateSsh
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificates: Optional[Sequence[str]] = None,
comment: Optional[str] = None,
name: Optional[str] = None,
private_keys: Optional[Sequence[str]] = None,
system_certificate_ssh_id: Optional[str] = None) -> SystemCertificateSsh
func GetSystemCertificateSsh(ctx *Context, name string, id IDInput, state *SystemCertificateSshState, opts ...ResourceOption) (*SystemCertificateSsh, error)
public static SystemCertificateSsh Get(string name, Input<string> id, SystemCertificateSshState? state, CustomResourceOptions? opts = null)
public static SystemCertificateSsh get(String name, Output<String> id, SystemCertificateSshState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemCertificateSsh 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.
- Certificates List<string>
- SSH certificate.
- Comment string
- SSH certificate comment.
- Name string
- Name of SSH certificate.
- Private
Keys List<string> - SSH private-key
- System
Certificate stringSsh Id - an identifier for the resource with format {{name}}.
- Certificates []string
- SSH certificate.
- Comment string
- SSH certificate comment.
- Name string
- Name of SSH certificate.
- Private
Keys []string - SSH private-key
- System
Certificate stringSsh Id - an identifier for the resource with format {{name}}.
- certificates List<String>
- SSH certificate.
- comment String
- SSH certificate comment.
- name String
- Name of SSH certificate.
- private
Keys List<String> - SSH private-key
- system
Certificate StringSsh Id - an identifier for the resource with format {{name}}.
- certificates string[]
- SSH certificate.
- comment string
- SSH certificate comment.
- name string
- Name of SSH certificate.
- private
Keys string[] - SSH private-key
- system
Certificate stringSsh Id - an identifier for the resource with format {{name}}.
- certificates Sequence[str]
- SSH certificate.
- comment str
- SSH certificate comment.
- name str
- Name of SSH certificate.
- private_
keys Sequence[str] - SSH private-key
- system_
certificate_ strssh_ id - an identifier for the resource with format {{name}}.
- certificates List<String>
- SSH certificate.
- comment String
- SSH certificate comment.
- name String
- Name of SSH certificate.
- private
Keys List<String> - SSH private-key
- system
Certificate StringSsh Id - an identifier for the resource with format {{name}}.
Import
System CertificateSsh can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemCertificateSsh:SystemCertificateSsh labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.