Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getObjecttagging
Explore with Pulumi AI
Use this data source to get information on an fortios system objecttagging
Using getObjecttagging
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getObjecttagging(args: GetObjecttaggingArgs, opts?: InvokeOptions): Promise<GetObjecttaggingResult>
function getObjecttaggingOutput(args: GetObjecttaggingOutputArgs, opts?: InvokeOptions): Output<GetObjecttaggingResult>
def get_objecttagging(category: Optional[str] = None,
vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetObjecttaggingResult
def get_objecttagging_output(category: Optional[pulumi.Input[str]] = None,
vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetObjecttaggingResult]
func LookupObjecttagging(ctx *Context, args *LookupObjecttaggingArgs, opts ...InvokeOption) (*LookupObjecttaggingResult, error)
func LookupObjecttaggingOutput(ctx *Context, args *LookupObjecttaggingOutputArgs, opts ...InvokeOption) LookupObjecttaggingResultOutput
> Note: This function is named LookupObjecttagging
in the Go SDK.
public static class GetObjecttagging
{
public static Task<GetObjecttaggingResult> InvokeAsync(GetObjecttaggingArgs args, InvokeOptions? opts = null)
public static Output<GetObjecttaggingResult> Invoke(GetObjecttaggingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetObjecttaggingResult> getObjecttagging(GetObjecttaggingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getObjecttagging:getObjecttagging
arguments:
# arguments dictionary
The following arguments are supported:
- Category string
- Specify the category of the desired system objecttagging.
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Category string
- Specify the category of the desired system objecttagging.
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- category String
- Specify the category of the desired system objecttagging.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- category string
- Specify the category of the desired system objecttagging.
- vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- category str
- Specify the category of the desired system objecttagging.
- vdomparam str
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- category String
- Specify the category of the desired system objecttagging.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
getObjecttagging Result
The following output properties are available:
- Address string
- Address.
- Category string
- Tag Category.
- Color int
- Color of icon on the GUI.
- Device string
- Device.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface string
- Interface.
- Multiple string
- Allow multiple tag selection.
- List<Pulumiverse.
Fortios. System. Outputs. Get Objecttagging Tag> - Tags. The structure of
tags
block is documented below. - Vdomparam string
- Address string
- Address.
- Category string
- Tag Category.
- Color int
- Color of icon on the GUI.
- Device string
- Device.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface string
- Interface.
- Multiple string
- Allow multiple tag selection.
- []Get
Objecttagging Tag - Tags. The structure of
tags
block is documented below. - Vdomparam string
- address String
- Address.
- category String
- Tag Category.
- color Integer
- Color of icon on the GUI.
- device String
- Device.
- id String
- The provider-assigned unique ID for this managed resource.
- interface_ String
- Interface.
- multiple String
- Allow multiple tag selection.
- List<Get
Objecttagging Tag> - Tags. The structure of
tags
block is documented below. - vdomparam String
- address string
- Address.
- category string
- Tag Category.
- color number
- Color of icon on the GUI.
- device string
- Device.
- id string
- The provider-assigned unique ID for this managed resource.
- interface string
- Interface.
- multiple string
- Allow multiple tag selection.
- Get
Objecttagging Tag[] - Tags. The structure of
tags
block is documented below. - vdomparam string
- address str
- Address.
- category str
- Tag Category.
- color int
- Color of icon on the GUI.
- device str
- Device.
- id str
- The provider-assigned unique ID for this managed resource.
- interface str
- Interface.
- multiple str
- Allow multiple tag selection.
- Sequence[Get
Objecttagging Tag] - Tags. The structure of
tags
block is documented below. - vdomparam str
- address String
- Address.
- category String
- Tag Category.
- color Number
- Color of icon on the GUI.
- device String
- Device.
- id String
- The provider-assigned unique ID for this managed resource.
- interface String
- Interface.
- multiple String
- Allow multiple tag selection.
- List<Property Map>
- Tags. The structure of
tags
block is documented below. - vdomparam String
Supporting Types
GetObjecttaggingTag
- Name string
- Tag name.
- Name string
- Tag name.
- name String
- Tag name.
- name string
- Tag name.
- name str
- Tag name.
- name String
- Tag name.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.