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)
// 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
Google
Cloud 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.
- Site
Id string - Name of the portal.
- Update
Time string - Time the category was last modified in milliseconds since epoch.
- 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.
- 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.
- 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.
- 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.
- 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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi