panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
panos.getAdministrativeTag
Explore with Pulumi AI
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
Using getAdministrativeTag
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 getAdministrativeTag(args: GetAdministrativeTagArgs, opts?: InvokeOptions): Promise<GetAdministrativeTagResult>
function getAdministrativeTagOutput(args: GetAdministrativeTagOutputArgs, opts?: InvokeOptions): Output<GetAdministrativeTagResult>
def get_administrative_tag(color: Optional[str] = None,
comments: Optional[str] = None,
disable_override: Optional[str] = None,
location: Optional[GetAdministrativeTagLocation] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAdministrativeTagResult
def get_administrative_tag_output(color: Optional[pulumi.Input[str]] = None,
comments: Optional[pulumi.Input[str]] = None,
disable_override: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[GetAdministrativeTagLocationArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAdministrativeTagResult]
func LookupAdministrativeTag(ctx *Context, args *LookupAdministrativeTagArgs, opts ...InvokeOption) (*LookupAdministrativeTagResult, error)
func LookupAdministrativeTagOutput(ctx *Context, args *LookupAdministrativeTagOutputArgs, opts ...InvokeOption) LookupAdministrativeTagResultOutput
> Note: This function is named LookupAdministrativeTag
in the Go SDK.
public static class GetAdministrativeTag
{
public static Task<GetAdministrativeTagResult> InvokeAsync(GetAdministrativeTagArgs args, InvokeOptions? opts = null)
public static Output<GetAdministrativeTagResult> Invoke(GetAdministrativeTagInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAdministrativeTagResult> getAdministrativeTag(GetAdministrativeTagArgs args, InvokeOptions options)
public static Output<GetAdministrativeTagResult> getAdministrativeTag(GetAdministrativeTagArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getAdministrativeTag:getAdministrativeTag
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Get
Administrative Tag Location - The location of this object.
- Name string
- Color string
- Comments string
- Disable
Override string - disable object override in child device groups
- Location
Get
Administrative Tag Location - The location of this object.
- Name string
- Color string
- Comments string
- Disable
Override string - disable object override in child device groups
- location
Get
Administrative Tag Location - The location of this object.
- name String
- color String
- comments String
- disable
Override String - disable object override in child device groups
- location
Get
Administrative Tag Location - The location of this object.
- name string
- color string
- comments string
- disable
Override string - disable object override in child device groups
- location
Get
Administrative Tag Location - The location of this object.
- name str
- color str
- comments str
- disable_
override str - disable object override in child device groups
- location Property Map
- The location of this object.
- name String
- color String
- comments String
- disable
Override String - disable object override in child device groups
getAdministrativeTag Result
The following output properties are available:
- Color string
- Comments string
- Disable
Override string - disable object override in child device groups
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Administrative Tag Location - The location of this object.
- Name string
- Color string
- Comments string
- Disable
Override string - disable object override in child device groups
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Administrative Tag Location - The location of this object.
- Name string
- color String
- comments String
- disable
Override String - disable object override in child device groups
- id String
- The provider-assigned unique ID for this managed resource.
- location
Get
Administrative Tag Location - The location of this object.
- name String
- color string
- comments string
- disable
Override string - disable object override in child device groups
- id string
- The provider-assigned unique ID for this managed resource.
- location
Get
Administrative Tag Location - The location of this object.
- name string
- color str
- comments str
- disable_
override str - disable object override in child device groups
- id str
- The provider-assigned unique ID for this managed resource.
- location
Get
Administrative Tag Location - The location of this object.
- name str
- color String
- comments String
- disable
Override String - disable object override in child device groups
- id String
- The provider-assigned unique ID for this managed resource.
- location Property Map
- The location of this object.
- name String
Supporting Types
GetAdministrativeTagLocation
- Device
Group GetAdministrative Tag Location Device Group - Located in a specific Device Group
- Get
Administrative Tag Location Shared - Panorama shared object
- Vsys
Get
Administrative Tag Location Vsys - Located in a specific Virtual System
- Device
Group GetAdministrative Tag Location Device Group - Located in a specific Device Group
- Get
Administrative Tag Location Shared - Panorama shared object
- Vsys
Get
Administrative Tag Location Vsys - Located in a specific Virtual System
- device
Group GetAdministrative Tag Location Device Group - Located in a specific Device Group
- Get
Administrative Tag Location Shared - Panorama shared object
- vsys
Get
Administrative Tag Location Vsys - Located in a specific Virtual System
- device
Group GetAdministrative Tag Location Device Group - Located in a specific Device Group
- Get
Administrative Tag Location Shared - Panorama shared object
- vsys
Get
Administrative Tag Location Vsys - Located in a specific Virtual System
- device_
group GetAdministrative Tag Location Device Group - Located in a specific Device Group
- Get
Administrative Tag Location Shared - Panorama shared object
- vsys
Get
Administrative Tag Location Vsys - Located in a specific Virtual System
- device
Group Property Map - Located in a specific Device Group
- Property Map
- Panorama shared object
- vsys Property Map
- Located in a specific Virtual System
GetAdministrativeTagLocationDeviceGroup
- Name string
- Device Group name
- Panorama
Device string - Panorama device name
- Name string
- Device Group name
- Panorama
Device string - Panorama device name
- name String
- Device Group name
- panorama
Device String - Panorama device name
- name string
- Device Group name
- panorama
Device string - Panorama device name
- name str
- Device Group name
- panorama_
device str - Panorama device name
- name String
- Device Group name
- panorama
Device String - Panorama device name
GetAdministrativeTagLocationVsys
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
- name string
- The Virtual System name
- ngfw
Device string - The NGFW device name
- name str
- The Virtual System name
- ngfw_
device str - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks