Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.networks.getPiiRequests
Explore with Pulumi AI
Example Usage
Using getPiiRequests
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 getPiiRequests(args: GetPiiRequestsArgs, opts?: InvokeOptions): Promise<GetPiiRequestsResult>
function getPiiRequestsOutput(args: GetPiiRequestsOutputArgs, opts?: InvokeOptions): Output<GetPiiRequestsResult>
def get_pii_requests(network_id: Optional[str] = None,
request_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPiiRequestsResult
def get_pii_requests_output(network_id: Optional[pulumi.Input[str]] = None,
request_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPiiRequestsResult]
func GetPiiRequests(ctx *Context, args *GetPiiRequestsArgs, opts ...InvokeOption) (*GetPiiRequestsResult, error)
func GetPiiRequestsOutput(ctx *Context, args *GetPiiRequestsOutputArgs, opts ...InvokeOption) GetPiiRequestsResultOutput
> Note: This function is named GetPiiRequests
in the Go SDK.
public static class GetPiiRequests
{
public static Task<GetPiiRequestsResult> InvokeAsync(GetPiiRequestsArgs args, InvokeOptions? opts = null)
public static Output<GetPiiRequestsResult> Invoke(GetPiiRequestsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPiiRequestsResult> getPiiRequests(GetPiiRequestsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:networks/getPiiRequests:getPiiRequests
arguments:
# arguments dictionary
The following arguments are supported:
- network_
id str - networkId path parameter. Network ID
- request_
id str - requestId path parameter. Request ID
getPiiRequests Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Pii Requests Item - Items
List<Get
Pii Requests Item> - Array of ResponseNetworksGetNetworkPiiRequests
- Network
Id string - networkId path parameter. Network ID
- Request
Id string - requestId path parameter. Request ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Pii Requests Item - Items
[]Get
Pii Requests Item - Array of ResponseNetworksGetNetworkPiiRequests
- Network
Id string - networkId path parameter. Network ID
- Request
Id string - requestId path parameter. Request ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Pii Requests Item - items
List<Get
Pii Requests Item> - Array of ResponseNetworksGetNetworkPiiRequests
- network
Id String - networkId path parameter. Network ID
- request
Id String - requestId path parameter. Request ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Pii Requests Item - items
Get
Pii Requests Item[] - Array of ResponseNetworksGetNetworkPiiRequests
- network
Id string - networkId path parameter. Network ID
- request
Id string - requestId path parameter. Request ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Pii Requests Item - items
Sequence[Get
Pii Requests Item] - Array of ResponseNetworksGetNetworkPiiRequests
- network_
id str - networkId path parameter. Network ID
- request_
id str - requestId path parameter. Request ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- items List<Property Map>
- Array of ResponseNetworksGetNetworkPiiRequests
- network
Id String - networkId path parameter. Network ID
- request
Id String - requestId path parameter. Request ID
Supporting Types
GetPiiRequestsItem
- Completed
At int - The request's completion time
- Created
At int - The request's creation time
- Datasets string
- The stringified array of datasets related to the provided key that should be deleted.
- Id string
- The network or organization identifier
- Mac string
- The MAC address of the PII request
- Network
Id string - The network identifier
- Organization
Wide bool - If the data returned is organization-wide. False indicates the data is network-wide.
- Status string
- The status of the PII request
- Type string
- The type of PII request
- Completed
At int - The request's completion time
- Created
At int - The request's creation time
- Datasets string
- The stringified array of datasets related to the provided key that should be deleted.
- Id string
- The network or organization identifier
- Mac string
- The MAC address of the PII request
- Network
Id string - The network identifier
- Organization
Wide bool - If the data returned is organization-wide. False indicates the data is network-wide.
- Status string
- The status of the PII request
- Type string
- The type of PII request
- completed
At Integer - The request's completion time
- created
At Integer - The request's creation time
- datasets String
- The stringified array of datasets related to the provided key that should be deleted.
- id String
- The network or organization identifier
- mac String
- The MAC address of the PII request
- network
Id String - The network identifier
- organization
Wide Boolean - If the data returned is organization-wide. False indicates the data is network-wide.
- status String
- The status of the PII request
- type String
- The type of PII request
- completed
At number - The request's completion time
- created
At number - The request's creation time
- datasets string
- The stringified array of datasets related to the provided key that should be deleted.
- id string
- The network or organization identifier
- mac string
- The MAC address of the PII request
- network
Id string - The network identifier
- organization
Wide boolean - If the data returned is organization-wide. False indicates the data is network-wide.
- status string
- The status of the PII request
- type string
- The type of PII request
- completed_
at int - The request's completion time
- created_
at int - The request's creation time
- datasets str
- The stringified array of datasets related to the provided key that should be deleted.
- id str
- The network or organization identifier
- mac str
- The MAC address of the PII request
- network_
id str - The network identifier
- organization_
wide bool - If the data returned is organization-wide. False indicates the data is network-wide.
- status str
- The status of the PII request
- type str
- The type of PII request
- completed
At Number - The request's completion time
- created
At Number - The request's creation time
- datasets String
- The stringified array of datasets related to the provided key that should be deleted.
- id String
- The network or organization identifier
- mac String
- The MAC address of the PII request
- network
Id String - The network identifier
- organization
Wide Boolean - If the data returned is organization-wide. False indicates the data is network-wide.
- status String
- The status of the PII request
- type String
- The type of PII request
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.