Akamai v7.4.1 published on Tuesday, Sep 24, 2024 by Pulumi
akamai.getAuthoritiesSet
Explore with Pulumi AI
Using getAuthoritiesSet
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 getAuthoritiesSet(args: GetAuthoritiesSetArgs, opts?: InvokeOptions): Promise<GetAuthoritiesSetResult>
function getAuthoritiesSetOutput(args: GetAuthoritiesSetOutputArgs, opts?: InvokeOptions): Output<GetAuthoritiesSetResult>
def get_authorities_set(contract: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAuthoritiesSetResult
def get_authorities_set_output(contract: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuthoritiesSetResult]
func GetAuthoritiesSet(ctx *Context, args *GetAuthoritiesSetArgs, opts ...InvokeOption) (*GetAuthoritiesSetResult, error)
func GetAuthoritiesSetOutput(ctx *Context, args *GetAuthoritiesSetOutputArgs, opts ...InvokeOption) GetAuthoritiesSetResultOutput
> Note: This function is named GetAuthoritiesSet
in the Go SDK.
public static class GetAuthoritiesSet
{
public static Task<GetAuthoritiesSetResult> InvokeAsync(GetAuthoritiesSetArgs args, InvokeOptions? opts = null)
public static Output<GetAuthoritiesSetResult> Invoke(GetAuthoritiesSetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAuthoritiesSetResult> getAuthoritiesSet(GetAuthoritiesSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAuthoritiesSet:getAuthoritiesSet
arguments:
# arguments dictionary
The following arguments are supported:
- Contract string
- Contract string
- contract String
- contract string
- contract str
- contract String
getAuthoritiesSet Result
The following output properties are available:
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.