fortimanager.SystemAdminProfileWritepasswduserlist
Explore with Pulumi AI
User list.
This resource is a sub resource for variable
write_passwd_user_list
of resourcefortimanager.SystemAdminProfile
. Conflict and overwrite may occur if use both of them.
Create SystemAdminProfileWritepasswduserlist Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemAdminProfileWritepasswduserlist(name: string, args: SystemAdminProfileWritepasswduserlistArgs, opts?: CustomResourceOptions);
@overload
def SystemAdminProfileWritepasswduserlist(resource_name: str,
args: SystemAdminProfileWritepasswduserlistArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemAdminProfileWritepasswduserlist(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
system_admin_profile_writepasswduserlist_id: Optional[str] = None,
userid: Optional[str] = None)
func NewSystemAdminProfileWritepasswduserlist(ctx *Context, name string, args SystemAdminProfileWritepasswduserlistArgs, opts ...ResourceOption) (*SystemAdminProfileWritepasswduserlist, error)
public SystemAdminProfileWritepasswduserlist(string name, SystemAdminProfileWritepasswduserlistArgs args, CustomResourceOptions? opts = null)
public SystemAdminProfileWritepasswduserlist(String name, SystemAdminProfileWritepasswduserlistArgs args)
public SystemAdminProfileWritepasswduserlist(String name, SystemAdminProfileWritepasswduserlistArgs args, CustomResourceOptions options)
type: fortimanager:SystemAdminProfileWritepasswduserlist
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 SystemAdminProfileWritepasswduserlistArgs
- 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 SystemAdminProfileWritepasswduserlistArgs
- 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 SystemAdminProfileWritepasswduserlistArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemAdminProfileWritepasswduserlistArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemAdminProfileWritepasswduserlistArgs
- 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 systemAdminProfileWritepasswduserlistResource = new Fortimanager.SystemAdminProfileWritepasswduserlist("systemAdminProfileWritepasswduserlistResource", new()
{
Profile = "string",
SystemAdminProfileWritepasswduserlistId = "string",
Userid = "string",
});
example, err := fortimanager.NewSystemAdminProfileWritepasswduserlist(ctx, "systemAdminProfileWritepasswduserlistResource", &fortimanager.SystemAdminProfileWritepasswduserlistArgs{
Profile: pulumi.String("string"),
SystemAdminProfileWritepasswduserlistId: pulumi.String("string"),
Userid: pulumi.String("string"),
})
var systemAdminProfileWritepasswduserlistResource = new SystemAdminProfileWritepasswduserlist("systemAdminProfileWritepasswduserlistResource", SystemAdminProfileWritepasswduserlistArgs.builder()
.profile("string")
.systemAdminProfileWritepasswduserlistId("string")
.userid("string")
.build());
system_admin_profile_writepasswduserlist_resource = fortimanager.SystemAdminProfileWritepasswduserlist("systemAdminProfileWritepasswduserlistResource",
profile="string",
system_admin_profile_writepasswduserlist_id="string",
userid="string")
const systemAdminProfileWritepasswduserlistResource = new fortimanager.SystemAdminProfileWritepasswduserlist("systemAdminProfileWritepasswduserlistResource", {
profile: "string",
systemAdminProfileWritepasswduserlistId: "string",
userid: "string",
});
type: fortimanager:SystemAdminProfileWritepasswduserlist
properties:
profile: string
systemAdminProfileWritepasswduserlistId: string
userid: string
SystemAdminProfileWritepasswduserlist 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 SystemAdminProfileWritepasswduserlist resource accepts the following input properties:
- Profile string
- Profile.
- System
Admin stringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- Userid string
- User ID.
- Profile string
- Profile.
- System
Admin stringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- Userid string
- User ID.
- profile String
- Profile.
- system
Admin StringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- userid String
- User ID.
- profile string
- Profile.
- system
Admin stringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- userid string
- User ID.
- profile str
- Profile.
- system_
admin_ strprofile_ writepasswduserlist_ id - an identifier for the resource with format {{userid}}.
- userid str
- User ID.
- profile String
- Profile.
- system
Admin StringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- userid String
- User ID.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemAdminProfileWritepasswduserlist 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 SystemAdminProfileWritepasswduserlist Resource
Get an existing SystemAdminProfileWritepasswduserlist 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?: SystemAdminProfileWritepasswduserlistState, opts?: CustomResourceOptions): SystemAdminProfileWritepasswduserlist
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
system_admin_profile_writepasswduserlist_id: Optional[str] = None,
userid: Optional[str] = None) -> SystemAdminProfileWritepasswduserlist
func GetSystemAdminProfileWritepasswduserlist(ctx *Context, name string, id IDInput, state *SystemAdminProfileWritepasswduserlistState, opts ...ResourceOption) (*SystemAdminProfileWritepasswduserlist, error)
public static SystemAdminProfileWritepasswduserlist Get(string name, Input<string> id, SystemAdminProfileWritepasswduserlistState? state, CustomResourceOptions? opts = null)
public static SystemAdminProfileWritepasswduserlist get(String name, Output<String> id, SystemAdminProfileWritepasswduserlistState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemAdminProfileWritepasswduserlist 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.
- System
Admin stringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- Userid string
- User ID.
- Profile string
- Profile.
- System
Admin stringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- Userid string
- User ID.
- profile String
- Profile.
- system
Admin StringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- userid String
- User ID.
- profile string
- Profile.
- system
Admin stringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- userid string
- User ID.
- profile str
- Profile.
- system_
admin_ strprofile_ writepasswduserlist_ id - an identifier for the resource with format {{userid}}.
- userid str
- User ID.
- profile String
- Profile.
- system
Admin StringProfile Writepasswduserlist Id - an identifier for the resource with format {{userid}}.
- userid String
- User ID.
Import
System AdminProfileWritePasswdUserList 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/systemAdminProfileWritepasswduserlist:SystemAdminProfileWritepasswduserlist labelname {{userid}}
$ 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.