fortimanager.SystemAdminProfileWritepasswdprofiles
Explore with Pulumi AI
Profile list.
This resource is a sub resource for variable
write_passwd_profiles
of resourcefortimanager.SystemAdminProfile
. Conflict and overwrite may occur if use both of them.
Create SystemAdminProfileWritepasswdprofiles Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemAdminProfileWritepasswdprofiles(name: string, args: SystemAdminProfileWritepasswdprofilesArgs, opts?: CustomResourceOptions);
@overload
def SystemAdminProfileWritepasswdprofiles(resource_name: str,
args: SystemAdminProfileWritepasswdprofilesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemAdminProfileWritepasswdprofiles(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
profileid: Optional[str] = None,
system_admin_profile_writepasswdprofiles_id: Optional[str] = None)
func NewSystemAdminProfileWritepasswdprofiles(ctx *Context, name string, args SystemAdminProfileWritepasswdprofilesArgs, opts ...ResourceOption) (*SystemAdminProfileWritepasswdprofiles, error)
public SystemAdminProfileWritepasswdprofiles(string name, SystemAdminProfileWritepasswdprofilesArgs args, CustomResourceOptions? opts = null)
public SystemAdminProfileWritepasswdprofiles(String name, SystemAdminProfileWritepasswdprofilesArgs args)
public SystemAdminProfileWritepasswdprofiles(String name, SystemAdminProfileWritepasswdprofilesArgs args, CustomResourceOptions options)
type: fortimanager:SystemAdminProfileWritepasswdprofiles
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 SystemAdminProfileWritepasswdprofilesArgs
- 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 SystemAdminProfileWritepasswdprofilesArgs
- 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 SystemAdminProfileWritepasswdprofilesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemAdminProfileWritepasswdprofilesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemAdminProfileWritepasswdprofilesArgs
- 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 systemAdminProfileWritepasswdprofilesResource = new Fortimanager.SystemAdminProfileWritepasswdprofiles("systemAdminProfileWritepasswdprofilesResource", new()
{
Profile = "string",
Profileid = "string",
SystemAdminProfileWritepasswdprofilesId = "string",
});
example, err := fortimanager.NewSystemAdminProfileWritepasswdprofiles(ctx, "systemAdminProfileWritepasswdprofilesResource", &fortimanager.SystemAdminProfileWritepasswdprofilesArgs{
Profile: pulumi.String("string"),
Profileid: pulumi.String("string"),
SystemAdminProfileWritepasswdprofilesId: pulumi.String("string"),
})
var systemAdminProfileWritepasswdprofilesResource = new SystemAdminProfileWritepasswdprofiles("systemAdminProfileWritepasswdprofilesResource", SystemAdminProfileWritepasswdprofilesArgs.builder()
.profile("string")
.profileid("string")
.systemAdminProfileWritepasswdprofilesId("string")
.build());
system_admin_profile_writepasswdprofiles_resource = fortimanager.SystemAdminProfileWritepasswdprofiles("systemAdminProfileWritepasswdprofilesResource",
profile="string",
profileid="string",
system_admin_profile_writepasswdprofiles_id="string")
const systemAdminProfileWritepasswdprofilesResource = new fortimanager.SystemAdminProfileWritepasswdprofiles("systemAdminProfileWritepasswdprofilesResource", {
profile: "string",
profileid: "string",
systemAdminProfileWritepasswdprofilesId: "string",
});
type: fortimanager:SystemAdminProfileWritepasswdprofiles
properties:
profile: string
profileid: string
systemAdminProfileWritepasswdprofilesId: string
SystemAdminProfileWritepasswdprofiles 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 SystemAdminProfileWritepasswdprofiles resource accepts the following input properties:
- Profile string
- Profile.
- Profileid string
- Profile ID.
- System
Admin stringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- Profile string
- Profile.
- Profileid string
- Profile ID.
- System
Admin stringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- profile String
- Profile.
- profileid String
- Profile ID.
- system
Admin StringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- profile string
- Profile.
- profileid string
- Profile ID.
- system
Admin stringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- profile str
- Profile.
- profileid str
- Profile ID.
- system_
admin_ strprofile_ writepasswdprofiles_ id - an identifier for the resource with format {{profileid}}.
- profile String
- Profile.
- profileid String
- Profile ID.
- system
Admin StringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemAdminProfileWritepasswdprofiles 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 SystemAdminProfileWritepasswdprofiles Resource
Get an existing SystemAdminProfileWritepasswdprofiles 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?: SystemAdminProfileWritepasswdprofilesState, opts?: CustomResourceOptions): SystemAdminProfileWritepasswdprofiles
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
profileid: Optional[str] = None,
system_admin_profile_writepasswdprofiles_id: Optional[str] = None) -> SystemAdminProfileWritepasswdprofiles
func GetSystemAdminProfileWritepasswdprofiles(ctx *Context, name string, id IDInput, state *SystemAdminProfileWritepasswdprofilesState, opts ...ResourceOption) (*SystemAdminProfileWritepasswdprofiles, error)
public static SystemAdminProfileWritepasswdprofiles Get(string name, Input<string> id, SystemAdminProfileWritepasswdprofilesState? state, CustomResourceOptions? opts = null)
public static SystemAdminProfileWritepasswdprofiles get(String name, Output<String> id, SystemAdminProfileWritepasswdprofilesState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemAdminProfileWritepasswdprofiles 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.
- Profile string
- Profile.
- Profileid string
- Profile ID.
- System
Admin stringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- Profile string
- Profile.
- Profileid string
- Profile ID.
- System
Admin stringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- profile String
- Profile.
- profileid String
- Profile ID.
- system
Admin StringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- profile string
- Profile.
- profileid string
- Profile ID.
- system
Admin stringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
- profile str
- Profile.
- profileid str
- Profile ID.
- system_
admin_ strprofile_ writepasswdprofiles_ id - an identifier for the resource with format {{profileid}}.
- profile String
- Profile.
- profileid String
- Profile ID.
- system
Admin StringProfile Writepasswdprofiles Id - an identifier for the resource with format {{profileid}}.
Import
System AdminProfileWritePasswdProfiles can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemAdminProfileWritepasswdprofiles:SystemAdminProfileWritepasswdprofiles labelname {{profileid}}
$ 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.