Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Using getGaiaShowLicenses
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 getGaiaShowLicenses(args: GetGaiaShowLicensesArgs, opts?: InvokeOptions): Promise<GetGaiaShowLicensesResult>
function getGaiaShowLicensesOutput(args: GetGaiaShowLicensesOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowLicensesResult>def get_gaia_show_licenses(debug: Optional[bool] = None,
id: Optional[str] = None,
member_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaiaShowLicensesResult
def get_gaia_show_licenses_output(debug: pulumi.Input[Optional[bool]] = None,
id: pulumi.Input[Optional[str]] = None,
member_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowLicensesResult]func GetGaiaShowLicenses(ctx *Context, args *GetGaiaShowLicensesArgs, opts ...InvokeOption) (*GetGaiaShowLicensesResult, error)
func GetGaiaShowLicensesOutput(ctx *Context, args *GetGaiaShowLicensesOutputArgs, opts ...InvokeOption) GetGaiaShowLicensesResultOutput> Note: This function is named GetGaiaShowLicenses in the Go SDK.
public static class GetGaiaShowLicenses
{
public static Task<GetGaiaShowLicensesResult> InvokeAsync(GetGaiaShowLicensesArgs args, InvokeOptions? opts = null)
public static Output<GetGaiaShowLicensesResult> Invoke(GetGaiaShowLicensesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaiaShowLicensesResult> getGaiaShowLicenses(GetGaiaShowLicensesArgs args, InvokeOptions options)
public static Output<GetGaiaShowLicensesResult> getGaiaShowLicenses(GetGaiaShowLicensesArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getGaiaShowLicenses:getGaiaShowLicenses
arguments:
# arguments dictionarydata "checkpoint_getgaiashowlicenses" "name" {
# arguments
}The following arguments are supported:
- Debug bool
- Id string
- Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- Debug bool
- Id string
- Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- debug bool
- id string
- member_
id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- debug Boolean
- id String
- member
Id String - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- debug boolean
- id string
- member
Id string - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- debug bool
- id str
- member_
id str - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
- debug Boolean
- id String
- member
Id String - Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
getGaiaShowLicenses Result
The following output properties are available:
- Id string
- Licenses
List<Get
Gaia Show Licenses License> - Debug bool
- Member
Id string
- Id string
- Licenses
[]Get
Gaia Show Licenses License - Debug bool
- Member
Id string
- id string
- licenses list(object)
- debug bool
- member_
id string
- id String
- licenses
List<Get
Gaia Show Licenses License> - debug Boolean
- member
Id String
- id string
- licenses
Get
Gaia Show Licenses License[] - debug boolean
- member
Id string
- id String
- licenses List<Property Map>
- debug Boolean
- member
Id String
Supporting Types
GetGaiaShowLicensesLicense
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw