Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.apigee/v1.getApicategory
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Gets a category on the portal.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:apigee/v1:getApicategory
arguments:
# arguments dictionary
The following arguments are supported:
- Apicategory
Id string - Organization
Id string - Site
Id string
- Apicategory
Id string - Organization
Id string - Site
Id string
- apicategory
Id String - organization
Id String - site
Id String
- apicategory
Id string - organization
Id string - site
Id string
- apicategory_
id str - organization_
id str - site_
id str
- apicategory
Id String - organization
Id String - site
Id String
getApicategory Result
The following output properties are available:
- Data
Pulumi.
Google Native. Apigee. V1. Outputs. Google Cloud Apigee V1Api Category Data Response Details of category.
- Error
Code string ID that can be used to find errors in the log files.
- Message string
Description of the operation.
- Request
Id string ID that can be used to find request details in the log files.
- Status string
Status of the operation.
- data
Google
Cloud Apigee V1Api Category Data Response Details of category.
- error_
code str ID that can be used to find errors in the log files.
- message str
Description of the operation.
- request_
id str ID that can be used to find request details in the log files.
- status str
Status of the operation.
Supporting Types
GoogleCloudApigeeV1ApiCategoryDataResponse
- Gcp
Resource string GCP name of api category resource.
- Name string
Name of the category.
- Site
Id string Name of the portal.
- Update
Time string Time the category was last modified in milliseconds since epoch.
- Gcp
Resource string GCP name of api category resource.
- Name string
Name of the category.
- Site
Id string Name of the portal.
- Update
Time string Time the category was last modified in milliseconds since epoch.
- gcp
Resource String GCP name of api category resource.
- name String
Name of the category.
- site
Id String Name of the portal.
- update
Time String Time the category was last modified in milliseconds since epoch.
- gcp
Resource string GCP name of api category resource.
- name string
Name of the category.
- site
Id string Name of the portal.
- update
Time string Time the category was last modified in milliseconds since epoch.
- gcp_
resource str GCP name of api category resource.
- 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.
- gcp
Resource String GCP name of api category resource.
- name String
Name of the category.
- site
Id String Name of the portal.
- update
Time 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.