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

akamai.getIamAllowedApis

Explore with Pulumi AI

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

    Using getIamAllowedApis

    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 getIamAllowedApis(args: GetIamAllowedApisArgs, opts?: InvokeOptions): Promise<GetIamAllowedApisResult>
    function getIamAllowedApisOutput(args: GetIamAllowedApisOutputArgs, opts?: InvokeOptions): Output<GetIamAllowedApisResult>
    def get_iam_allowed_apis(allow_account_switch: Optional[bool] = None,
                             client_type: Optional[str] = None,
                             username: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetIamAllowedApisResult
    def get_iam_allowed_apis_output(allow_account_switch: Optional[pulumi.Input[bool]] = None,
                             client_type: Optional[pulumi.Input[str]] = None,
                             username: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetIamAllowedApisResult]
    func GetIamAllowedApis(ctx *Context, args *GetIamAllowedApisArgs, opts ...InvokeOption) (*GetIamAllowedApisResult, error)
    func GetIamAllowedApisOutput(ctx *Context, args *GetIamAllowedApisOutputArgs, opts ...InvokeOption) GetIamAllowedApisResultOutput

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

    public static class GetIamAllowedApis 
    {
        public static Task<GetIamAllowedApisResult> InvokeAsync(GetIamAllowedApisArgs args, InvokeOptions? opts = null)
        public static Output<GetIamAllowedApisResult> Invoke(GetIamAllowedApisInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamAllowedApisResult> getIamAllowedApis(GetIamAllowedApisArgs args, InvokeOptions options)
    public static Output<GetIamAllowedApisResult> getIamAllowedApis(GetIamAllowedApisArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getIamAllowedApis:getIamAllowedApis
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getIamAllowedApis Result

    The following output properties are available:

    AllowedApis List<GetIamAllowedApisAllowedApi>
    Id string
    The provider-assigned unique ID for this managed resource.
    Username string
    AllowAccountSwitch bool
    ClientType string
    AllowedApis []GetIamAllowedApisAllowedApi
    Id string
    The provider-assigned unique ID for this managed resource.
    Username string
    AllowAccountSwitch bool
    ClientType string
    allowedApis List<GetIamAllowedApisAllowedApi>
    id String
    The provider-assigned unique ID for this managed resource.
    username String
    allowAccountSwitch Boolean
    clientType String
    allowedApis GetIamAllowedApisAllowedApi[]
    id string
    The provider-assigned unique ID for this managed resource.
    username string
    allowAccountSwitch boolean
    clientType string
    allowed_apis Sequence[GetIamAllowedApisAllowedApi]
    id str
    The provider-assigned unique ID for this managed resource.
    username str
    allow_account_switch bool
    client_type str
    allowedApis List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    username String
    allowAccountSwitch Boolean
    clientType String

    Supporting Types

    GetIamAllowedApisAllowedApi

    AccessLevels List<string>
    API access levels, possible values are READ-ONLY and READ-WRITE.
    ApiId int
    Unique identifier for each API.
    ApiName string
    Name of the API.
    Description string
    Descriptive label for the API.
    DocumentationUrl string
    Link to more information about the API.
    Endpoint string
    Specifies where the API can access resources.
    HasAccess bool
    Confirms access to the API.
    ServiceProviderId int
    Unique identifier for the API's service provider.
    AccessLevels []string
    API access levels, possible values are READ-ONLY and READ-WRITE.
    ApiId int
    Unique identifier for each API.
    ApiName string
    Name of the API.
    Description string
    Descriptive label for the API.
    DocumentationUrl string
    Link to more information about the API.
    Endpoint string
    Specifies where the API can access resources.
    HasAccess bool
    Confirms access to the API.
    ServiceProviderId int
    Unique identifier for the API's service provider.
    accessLevels List<String>
    API access levels, possible values are READ-ONLY and READ-WRITE.
    apiId Integer
    Unique identifier for each API.
    apiName String
    Name of the API.
    description String
    Descriptive label for the API.
    documentationUrl String
    Link to more information about the API.
    endpoint String
    Specifies where the API can access resources.
    hasAccess Boolean
    Confirms access to the API.
    serviceProviderId Integer
    Unique identifier for the API's service provider.
    accessLevels string[]
    API access levels, possible values are READ-ONLY and READ-WRITE.
    apiId number
    Unique identifier for each API.
    apiName string
    Name of the API.
    description string
    Descriptive label for the API.
    documentationUrl string
    Link to more information about the API.
    endpoint string
    Specifies where the API can access resources.
    hasAccess boolean
    Confirms access to the API.
    serviceProviderId number
    Unique identifier for the API's service provider.
    access_levels Sequence[str]
    API access levels, possible values are READ-ONLY and READ-WRITE.
    api_id int
    Unique identifier for each API.
    api_name str
    Name of the API.
    description str
    Descriptive label for the API.
    documentation_url str
    Link to more information about the API.
    endpoint str
    Specifies where the API can access resources.
    has_access bool
    Confirms access to the API.
    service_provider_id int
    Unique identifier for the API's service provider.
    accessLevels List<String>
    API access levels, possible values are READ-ONLY and READ-WRITE.
    apiId Number
    Unique identifier for each API.
    apiName String
    Name of the API.
    description String
    Descriptive label for the API.
    documentationUrl String
    Link to more information about the API.
    endpoint String
    Specifies where the API can access resources.
    hasAccess Boolean
    Confirms access to the API.
    serviceProviderId Number
    Unique identifier for the API's service provider.

    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