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.getAppgroup
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
Returns the AppGroup details for the provided AppGroup name in the request URI.
Using getAppgroup
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 getAppgroup(args: GetAppgroupArgs, opts?: InvokeOptions): Promise<GetAppgroupResult>
function getAppgroupOutput(args: GetAppgroupOutputArgs, opts?: InvokeOptions): Output<GetAppgroupResult>
def get_appgroup(appgroup_id: Optional[str] = None,
organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppgroupResult
def get_appgroup_output(appgroup_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppgroupResult]
func LookupAppgroup(ctx *Context, args *LookupAppgroupArgs, opts ...InvokeOption) (*LookupAppgroupResult, error)
func LookupAppgroupOutput(ctx *Context, args *LookupAppgroupOutputArgs, opts ...InvokeOption) LookupAppgroupResultOutput
> Note: This function is named LookupAppgroup
in the Go SDK.
public static class GetAppgroup
{
public static Task<GetAppgroupResult> InvokeAsync(GetAppgroupArgs args, InvokeOptions? opts = null)
public static Output<GetAppgroupResult> Invoke(GetAppgroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppgroupResult> getAppgroup(GetAppgroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:apigee/v1:getAppgroup
arguments:
# arguments dictionary
The following arguments are supported:
- Appgroup
Id string - Organization
Id string
- Appgroup
Id string - Organization
Id string
- appgroup
Id String - organization
Id String
- appgroup
Id string - organization
Id string
- appgroup_
id str - organization_
id str
- appgroup
Id String - organization
Id String
getAppgroup Result
The following output properties are available:
- App
Group stringId - Internal identifier that cannot be edited
- Attributes
List<Pulumi.
Google Native. Apigee. V1. Outputs. Google Cloud Apigee V1Attribute Response> - A list of attributes
- Channel
Id string - channel identifier identifies the owner maintaing this grouping.
- Channel
Uri string - A reference to the associated storefront/marketplace.
- Created
At string - Created time as milliseconds since epoch.
- Display
Name string - app group name displayed in the UI
- Last
Modified stringAt - Modified time as milliseconds since epoch.
- Name string
- Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
- Organization string
- Immutable. the org the app group is created
- Status string
- Valid values are
active
orinactive
. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action asactive
orinactive
.
- App
Group stringId - Internal identifier that cannot be edited
- Attributes
[]Google
Cloud Apigee V1Attribute Response - A list of attributes
- Channel
Id string - channel identifier identifies the owner maintaing this grouping.
- Channel
Uri string - A reference to the associated storefront/marketplace.
- Created
At string - Created time as milliseconds since epoch.
- Display
Name string - app group name displayed in the UI
- Last
Modified stringAt - Modified time as milliseconds since epoch.
- Name string
- Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
- Organization string
- Immutable. the org the app group is created
- Status string
- Valid values are
active
orinactive
. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action asactive
orinactive
.
- app
Group StringId - Internal identifier that cannot be edited
- attributes
List<Google
Cloud Apigee V1Attribute Response> - A list of attributes
- channel
Id String - channel identifier identifies the owner maintaing this grouping.
- channel
Uri String - A reference to the associated storefront/marketplace.
- created
At String - Created time as milliseconds since epoch.
- display
Name String - app group name displayed in the UI
- last
Modified StringAt - Modified time as milliseconds since epoch.
- name String
- Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
- organization String
- Immutable. the org the app group is created
- status String
- Valid values are
active
orinactive
. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action asactive
orinactive
.
- app
Group stringId - Internal identifier that cannot be edited
- attributes
Google
Cloud Apigee V1Attribute Response[] - A list of attributes
- channel
Id string - channel identifier identifies the owner maintaing this grouping.
- channel
Uri string - A reference to the associated storefront/marketplace.
- created
At string - Created time as milliseconds since epoch.
- display
Name string - app group name displayed in the UI
- last
Modified stringAt - Modified time as milliseconds since epoch.
- name string
- Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
- organization string
- Immutable. the org the app group is created
- status string
- Valid values are
active
orinactive
. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action asactive
orinactive
.
- app_
group_ strid - Internal identifier that cannot be edited
- attributes
Sequence[Google
Cloud Apigee V1Attribute Response] - A list of attributes
- channel_
id str - channel identifier identifies the owner maintaing this grouping.
- channel_
uri str - A reference to the associated storefront/marketplace.
- created_
at str - Created time as milliseconds since epoch.
- display_
name str - app group name displayed in the UI
- last_
modified_ strat - Modified time as milliseconds since epoch.
- name str
- Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
- organization str
- Immutable. the org the app group is created
- status str
- Valid values are
active
orinactive
. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action asactive
orinactive
.
- app
Group StringId - Internal identifier that cannot be edited
- attributes List<Property Map>
- A list of attributes
- channel
Id String - channel identifier identifies the owner maintaing this grouping.
- channel
Uri String - A reference to the associated storefront/marketplace.
- created
At String - Created time as milliseconds since epoch.
- display
Name String - app group name displayed in the UI
- last
Modified StringAt - Modified time as milliseconds since epoch.
- name String
- Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.
- organization String
- Immutable. the org the app group is created
- status String
- Valid values are
active
orinactive
. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action asactive
orinactive
.
Supporting Types
GoogleCloudApigeeV1AttributeResponse
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