Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.apigee/v1.getApicategory
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets an API category.
Using getApicategory
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 getApicategory(args: GetApicategoryArgs, opts?: InvokeOptions): Promise<GetApicategoryResult>
function getApicategoryOutput(args: GetApicategoryOutputArgs, opts?: InvokeOptions): Output<GetApicategoryResult>def get_apicategory(apicategory_id: Optional[str] = None,
                    organization_id: Optional[str] = None,
                    site_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApicategoryResult
def get_apicategory_output(apicategory_id: Optional[pulumi.Input[str]] = None,
                    organization_id: Optional[pulumi.Input[str]] = None,
                    site_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApicategoryResult]func GetApicategory(ctx *Context, args *GetApicategoryArgs, opts ...InvokeOption) (*GetApicategoryResult, error)
func GetApicategoryOutput(ctx *Context, args *GetApicategoryOutputArgs, opts ...InvokeOption) GetApicategoryResultOutput> Note: This function is named GetApicategory in the Go SDK.
public static class GetApicategory 
{
    public static Task<GetApicategoryResult> InvokeAsync(GetApicategoryArgs args, InvokeOptions? opts = null)
    public static Output<GetApicategoryResult> Invoke(GetApicategoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApicategoryResult> getApicategory(GetApicategoryArgs args, InvokeOptions options)
public static Output<GetApicategoryResult> getApicategory(GetApicategoryArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:apigee/v1:getApicategory
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApicategoryId string
- OrganizationId string
- SiteId string
- ApicategoryId string
- OrganizationId string
- SiteId string
- apicategoryId String
- organizationId String
- siteId String
- apicategoryId string
- organizationId string
- siteId string
- apicategory_id str
- organization_id str
- site_id str
- apicategoryId String
- organizationId String
- siteId String
getApicategory Result
The following output properties are available:
- data
GoogleCloud Apigee V1Api Category Response 
- The API category resource.
- error_code str
- Unique error code for the request, if any.
- message str
- Description of the operation.
- request_id str
- Unique ID of the request.
- status str
- Status of the operation.
Supporting Types
GoogleCloudApigeeV1ApiCategoryResponse     
- Name string
- Name of the category.
- SiteId string
- Name of the portal.
- UpdateTime string
- Time the category was last modified in milliseconds since epoch.
- Name string
- Name of the category.
- SiteId string
- Name of the portal.
- UpdateTime string
- Time the category was last modified in milliseconds since epoch.
- name String
- Name of the category.
- siteId String
- Name of the portal.
- updateTime String
- Time the category was last modified in milliseconds since epoch.
- name string
- Name of the category.
- siteId string
- Name of the portal.
- updateTime string
- Time the category was last modified in milliseconds since epoch.
- name str
- Name of the category.
- site_id str
- Name of the portal.
- update_time str
- Time the category was last modified in milliseconds since epoch.
- name String
- Name of the category.
- siteId String
- Name of the portal.
- updateTime String
- Time the category was last modified in milliseconds since epoch.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi