Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getGroups
Explore with Pulumi AI
Using getGroups
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 getGroups(opts?: InvokeOptions): Promise<GetGroupsResult>
function getGroupsOutput(opts?: InvokeOptions): Output<GetGroupsResult>
def get_groups(opts: Optional[InvokeOptions] = None) -> GetGroupsResult
def get_groups_output(opts: Optional[InvokeOptions] = None) -> Output[GetGroupsResult]
func GetGroups(ctx *Context, opts ...InvokeOption) (*GetGroupsResult, error)
func GetGroupsOutput(ctx *Context, opts ...InvokeOption) GetGroupsResultOutput
> Note: This function is named GetGroups
in the Go SDK.
public static class GetGroups
{
public static Task<GetGroupsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetGroupsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupsResult> getGroups(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getGroups:getGroups
arguments:
# arguments dictionary
getGroups Result
The following output properties are available:
- Groups
List<Get
Groups Group> - Id string
- The provider-assigned unique ID for this managed resource.
- Groups
[]Get
Groups Group - Id string
- The provider-assigned unique ID for this managed resource.
- groups
List<Get
Groups Group> - id String
- The provider-assigned unique ID for this managed resource.
- groups
Get
Groups Group[] - id string
- The provider-assigned unique ID for this managed resource.
- groups
Sequence[Get
Groups Group] - id str
- The provider-assigned unique ID for this managed resource.
- groups List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetGroupsGroup
- Contract
Ids List<string> - Group
Id string - Group
Name string - Parent
Group stringId
- Contract
Ids []string - Group
Id string - Group
Name string - Parent
Group stringId
- contract
Ids List<String> - group
Id String - group
Name String - parent
Group StringId
- contract
Ids string[] - group
Id string - group
Name string - parent
Group stringId
- contract_
ids Sequence[str] - group_
id str - group_
name str - parent_
group_ strid
- contract
Ids List<String> - group
Id String - group
Name String - parent
Group StringId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.