1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyIncludeParents
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getPropertyIncludeParents

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getPropertyIncludeParents

    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 getPropertyIncludeParents(args: GetPropertyIncludeParentsArgs, opts?: InvokeOptions): Promise<GetPropertyIncludeParentsResult>
    function getPropertyIncludeParentsOutput(args: GetPropertyIncludeParentsOutputArgs, opts?: InvokeOptions): Output<GetPropertyIncludeParentsResult>
    def get_property_include_parents(contract_id: Optional[str] = None,
                                     group_id: Optional[str] = None,
                                     include_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetPropertyIncludeParentsResult
    def get_property_include_parents_output(contract_id: Optional[pulumi.Input[str]] = None,
                                     group_id: Optional[pulumi.Input[str]] = None,
                                     include_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetPropertyIncludeParentsResult]
    func GetPropertyIncludeParents(ctx *Context, args *GetPropertyIncludeParentsArgs, opts ...InvokeOption) (*GetPropertyIncludeParentsResult, error)
    func GetPropertyIncludeParentsOutput(ctx *Context, args *GetPropertyIncludeParentsOutputArgs, opts ...InvokeOption) GetPropertyIncludeParentsResultOutput

    > Note: This function is named GetPropertyIncludeParents in the Go SDK.

    public static class GetPropertyIncludeParents 
    {
        public static Task<GetPropertyIncludeParentsResult> InvokeAsync(GetPropertyIncludeParentsArgs args, InvokeOptions? opts = null)
        public static Output<GetPropertyIncludeParentsResult> Invoke(GetPropertyIncludeParentsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPropertyIncludeParentsResult> getPropertyIncludeParents(GetPropertyIncludeParentsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getPropertyIncludeParents:getPropertyIncludeParents
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContractId string
    GroupId string
    IncludeId string
    ContractId string
    GroupId string
    IncludeId string
    contractId String
    groupId String
    includeId String
    contractId string
    groupId string
    includeId string
    contractId String
    groupId String
    includeId String

    getPropertyIncludeParents Result

    The following output properties are available:

    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludeId string
    Parents List<GetPropertyIncludeParentsParent>
    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludeId string
    Parents []GetPropertyIncludeParentsParent
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    includeId String
    parents List<GetPropertyIncludeParentsParent>
    contractId string
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    includeId string
    parents GetPropertyIncludeParentsParent[]
    contract_id str
    group_id str
    id str
    The provider-assigned unique ID for this managed resource.
    include_id str
    parents Sequence[GetPropertyIncludeParentsParent]
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    includeId String
    parents List<Property Map>

    Supporting Types

    GetPropertyIncludeParentsParent

    Id string
    The property's unique identifier
    IsIncludeUsedInProductionVersion bool
    Indicates if the include is used in the production network
    IsIncludeUsedInStagingVersion bool
    Indicates if the include is used in the staging network
    Name string
    A descriptive name for the property
    ProductionVersion string
    The most recent property version to be activated to the production network
    StagingVersion string
    The most recent property version to be activated to the staging network
    Id string
    The property's unique identifier
    IsIncludeUsedInProductionVersion bool
    Indicates if the include is used in the production network
    IsIncludeUsedInStagingVersion bool
    Indicates if the include is used in the staging network
    Name string
    A descriptive name for the property
    ProductionVersion string
    The most recent property version to be activated to the production network
    StagingVersion string
    The most recent property version to be activated to the staging network
    id String
    The property's unique identifier
    isIncludeUsedInProductionVersion Boolean
    Indicates if the include is used in the production network
    isIncludeUsedInStagingVersion Boolean
    Indicates if the include is used in the staging network
    name String
    A descriptive name for the property
    productionVersion String
    The most recent property version to be activated to the production network
    stagingVersion String
    The most recent property version to be activated to the staging network
    id string
    The property's unique identifier
    isIncludeUsedInProductionVersion boolean
    Indicates if the include is used in the production network
    isIncludeUsedInStagingVersion boolean
    Indicates if the include is used in the staging network
    name string
    A descriptive name for the property
    productionVersion string
    The most recent property version to be activated to the production network
    stagingVersion string
    The most recent property version to be activated to the staging network
    id str
    The property's unique identifier
    is_include_used_in_production_version bool
    Indicates if the include is used in the production network
    is_include_used_in_staging_version bool
    Indicates if the include is used in the staging network
    name str
    A descriptive name for the property
    production_version str
    The most recent property version to be activated to the production network
    staging_version str
    The most recent property version to be activated to the staging network
    id String
    The property's unique identifier
    isIncludeUsedInProductionVersion Boolean
    Indicates if the include is used in the production network
    isIncludeUsedInStagingVersion Boolean
    Indicates if the include is used in the staging network
    name String
    A descriptive name for the property
    productionVersion String
    The most recent property version to be activated to the production network
    stagingVersion String
    The most recent property version to be activated to the staging network

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi