1. Packages
  2. Akamai
  3. API Docs
  4. getIamAccountSwitchKeys
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getIamAccountSwitchKeys

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getIamAccountSwitchKeys

    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 getIamAccountSwitchKeys(args: GetIamAccountSwitchKeysArgs, opts?: InvokeOptions): Promise<GetIamAccountSwitchKeysResult>
    function getIamAccountSwitchKeysOutput(args: GetIamAccountSwitchKeysOutputArgs, opts?: InvokeOptions): Output<GetIamAccountSwitchKeysResult>
    def get_iam_account_switch_keys(client_id: Optional[str] = None,
                                    filter: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetIamAccountSwitchKeysResult
    def get_iam_account_switch_keys_output(client_id: Optional[pulumi.Input[str]] = None,
                                    filter: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetIamAccountSwitchKeysResult]
    func GetIamAccountSwitchKeys(ctx *Context, args *GetIamAccountSwitchKeysArgs, opts ...InvokeOption) (*GetIamAccountSwitchKeysResult, error)
    func GetIamAccountSwitchKeysOutput(ctx *Context, args *GetIamAccountSwitchKeysOutputArgs, opts ...InvokeOption) GetIamAccountSwitchKeysResultOutput

    > Note: This function is named GetIamAccountSwitchKeys in the Go SDK.

    public static class GetIamAccountSwitchKeys 
    {
        public static Task<GetIamAccountSwitchKeysResult> InvokeAsync(GetIamAccountSwitchKeysArgs args, InvokeOptions? opts = null)
        public static Output<GetIamAccountSwitchKeysResult> Invoke(GetIamAccountSwitchKeysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamAccountSwitchKeysResult> getIamAccountSwitchKeys(GetIamAccountSwitchKeysArgs args, InvokeOptions options)
    public static Output<GetIamAccountSwitchKeysResult> getIamAccountSwitchKeys(GetIamAccountSwitchKeysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getIamAccountSwitchKeys:getIamAccountSwitchKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClientId string
    Filter string
    ClientId string
    Filter string
    clientId String
    filter String
    clientId string
    filter string
    clientId String
    filter String

    getIamAccountSwitchKeys Result

    The following output properties are available:

    AccountSwitchKeys List<GetIamAccountSwitchKeysAccountSwitchKey>
    Id string
    The provider-assigned unique ID for this managed resource.
    ClientId string
    Filter string
    AccountSwitchKeys []GetIamAccountSwitchKeysAccountSwitchKey
    Id string
    The provider-assigned unique ID for this managed resource.
    ClientId string
    Filter string
    accountSwitchKeys List<GetIamAccountSwitchKeysAccountSwitchKey>
    id String
    The provider-assigned unique ID for this managed resource.
    clientId String
    filter String
    accountSwitchKeys GetIamAccountSwitchKeysAccountSwitchKey[]
    id string
    The provider-assigned unique ID for this managed resource.
    clientId string
    filter string
    account_switch_keys Sequence[GetIamAccountSwitchKeysAccountSwitchKey]
    id str
    The provider-assigned unique ID for this managed resource.
    client_id str
    filter str
    accountSwitchKeys List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    clientId String
    filter String

    Supporting Types

    GetIamAccountSwitchKeysAccountSwitchKey

    AccountName string
    Descriptive label for the account.
    AccountSwitchKey string
    The identifier for an account other than your API client's default.
    AccountName string
    Descriptive label for the account.
    AccountSwitchKey string
    The identifier for an account other than your API client's default.
    accountName String
    Descriptive label for the account.
    accountSwitchKey String
    The identifier for an account other than your API client's default.
    accountName string
    Descriptive label for the account.
    accountSwitchKey string
    The identifier for an account other than your API client's default.
    account_name str
    Descriptive label for the account.
    account_switch_key str
    The identifier for an account other than your API client's default.
    accountName String
    Descriptive label for the account.
    accountSwitchKey String
    The identifier for an account other than your API client's default.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi