Using getClientlistLists
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 getClientlistLists(args: GetClientlistListsArgs, opts?: InvokeOptions): Promise<GetClientlistListsResult>
function getClientlistListsOutput(args: GetClientlistListsOutputArgs, opts?: InvokeOptions): Output<GetClientlistListsResult>def get_clientlist_lists(name: Optional[str] = None,
types: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetClientlistListsResult
def get_clientlist_lists_output(name: Optional[pulumi.Input[str]] = None,
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClientlistListsResult]func GetClientlistLists(ctx *Context, args *GetClientlistListsArgs, opts ...InvokeOption) (*GetClientlistListsResult, error)
func GetClientlistListsOutput(ctx *Context, args *GetClientlistListsOutputArgs, opts ...InvokeOption) GetClientlistListsResultOutput> Note: This function is named GetClientlistLists in the Go SDK.
public static class GetClientlistLists
{
public static Task<GetClientlistListsResult> InvokeAsync(GetClientlistListsArgs args, InvokeOptions? opts = null)
public static Output<GetClientlistListsResult> Invoke(GetClientlistListsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClientlistListsResult> getClientlistLists(GetClientlistListsArgs args, InvokeOptions options)
public static Output<GetClientlistListsResult> getClientlistLists(GetClientlistListsArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getClientlistLists:getClientlistLists
arguments:
# arguments dictionaryThe following arguments are supported:
getClientlistLists Result
The following output properties are available:
- Id string
- Json string
- List
Ids List<string> - Lists
List<Get
Clientlist Lists List> - Output
Text string - Name string
- Types List<string>
- Id string
- Json string
- List
Ids []string - Lists
[]Get
Clientlist Lists List - Output
Text string - Name string
- Types []string
- id String
- json String
- list
Ids List<String> - lists
List<Get
Clientlist Lists List> - output
Text String - name String
- types List<String>
- id string
- json string
- list
Ids string[] - lists
Get
Clientlist Lists List[] - output
Text string - name string
- types string[]
- id str
- json str
- list_
ids Sequence[str] - lists
Sequence[Get
Clientlist Lists List] - output_
text str - name str
- types Sequence[str]
- id String
- json String
- list
Ids List<String> - lists List<Property Map>
- output
Text String - name String
- types List<String>
Supporting Types
GetClientlistListsList
- Create
Date string - The client list creation date.
- Created
By string - The username of the user who created the client list.
- Deprecated bool
- Whether the client list was removed.
- Items
Count int - The number of items that a client list contains.
- List
Id string - The ID of the client list.
- List
Type string - The client list type.
- Name string
- The name of the client list
- Notes string
- The client list notes
- Production
Activation stringStatus - The activation status in production environment.
- Read
Only bool - Whether the client is editable for the authenticated user.
- bool
- Whether the client list is shared.
- Staging
Activation stringStatus - The activation status in staging environment.
- List<string>
- The client list tags
- Type string
- The type of the client list
- Update
Date string - The date of last update.
- Updated
By string - The username of the user that updated the client list last.
- Version int
- The current version of the client list.
- Create
Date string - The client list creation date.
- Created
By string - The username of the user who created the client list.
- Deprecated bool
- Whether the client list was removed.
- Items
Count int - The number of items that a client list contains.
- List
Id string - The ID of the client list.
- List
Type string - The client list type.
- Name string
- The name of the client list
- Notes string
- The client list notes
- Production
Activation stringStatus - The activation status in production environment.
- Read
Only bool - Whether the client is editable for the authenticated user.
- bool
- Whether the client list is shared.
- Staging
Activation stringStatus - The activation status in staging environment.
- []string
- The client list tags
- Type string
- The type of the client list
- Update
Date string - The date of last update.
- Updated
By string - The username of the user that updated the client list last.
- Version int
- The current version of the client list.
- create
Date String - The client list creation date.
- created
By String - The username of the user who created the client list.
- deprecated Boolean
- Whether the client list was removed.
- items
Count Integer - The number of items that a client list contains.
- list
Id String - The ID of the client list.
- list
Type String - The client list type.
- name String
- The name of the client list
- notes String
- The client list notes
- production
Activation StringStatus - The activation status in production environment.
- read
Only Boolean - Whether the client is editable for the authenticated user.
- Boolean
- Whether the client list is shared.
- staging
Activation StringStatus - The activation status in staging environment.
- List<String>
- The client list tags
- type String
- The type of the client list
- update
Date String - The date of last update.
- updated
By String - The username of the user that updated the client list last.
- version Integer
- The current version of the client list.
- create
Date string - The client list creation date.
- created
By string - The username of the user who created the client list.
- deprecated boolean
- Whether the client list was removed.
- items
Count number - The number of items that a client list contains.
- list
Id string - The ID of the client list.
- list
Type string - The client list type.
- name string
- The name of the client list
- notes string
- The client list notes
- production
Activation stringStatus - The activation status in production environment.
- read
Only boolean - Whether the client is editable for the authenticated user.
- boolean
- Whether the client list is shared.
- staging
Activation stringStatus - The activation status in staging environment.
- string[]
- The client list tags
- type string
- The type of the client list
- update
Date string - The date of last update.
- updated
By string - The username of the user that updated the client list last.
- version number
- The current version of the client list.
- create_
date str - The client list creation date.
- created_
by str - The username of the user who created the client list.
- deprecated bool
- Whether the client list was removed.
- items_
count int - The number of items that a client list contains.
- list_
id str - The ID of the client list.
- list_
type str - The client list type.
- name str
- The name of the client list
- notes str
- The client list notes
- production_
activation_ strstatus - The activation status in production environment.
- read_
only bool - Whether the client is editable for the authenticated user.
- bool
- Whether the client list is shared.
- staging_
activation_ strstatus - The activation status in staging environment.
- Sequence[str]
- The client list tags
- type str
- The type of the client list
- update_
date str - The date of last update.
- updated_
by str - The username of the user that updated the client list last.
- version int
- The current version of the client list.
- create
Date String - The client list creation date.
- created
By String - The username of the user who created the client list.
- deprecated Boolean
- Whether the client list was removed.
- items
Count Number - The number of items that a client list contains.
- list
Id String - The ID of the client list.
- list
Type String - The client list type.
- name String
- The name of the client list
- notes String
- The client list notes
- production
Activation StringStatus - The activation status in production environment.
- read
Only Boolean - Whether the client is editable for the authenticated user.
- Boolean
- Whether the client list is shared.
- staging
Activation StringStatus - The activation status in staging environment.
- List<String>
- The client list tags
- type String
- The type of the client list
- update
Date String - The date of last update.
- updated
By String - The username of the user that updated the client list last.
- version Number
- The current version of the client list.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
