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

akamai.getIamGrantableRoles

Explore with Pulumi AI

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

    Using getIamGrantableRoles

    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 getIamGrantableRoles(opts?: InvokeOptions): Promise<GetIamGrantableRolesResult>
    function getIamGrantableRolesOutput(opts?: InvokeOptions): Output<GetIamGrantableRolesResult>
    def get_iam_grantable_roles(opts: Optional[InvokeOptions] = None) -> GetIamGrantableRolesResult
    def get_iam_grantable_roles_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamGrantableRolesResult]
    func GetIamGrantableRoles(ctx *Context, opts ...InvokeOption) (*GetIamGrantableRolesResult, error)
    func GetIamGrantableRolesOutput(ctx *Context, opts ...InvokeOption) GetIamGrantableRolesResultOutput

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

    public static class GetIamGrantableRoles 
    {
        public static Task<GetIamGrantableRolesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetIamGrantableRolesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamGrantableRolesResult> getIamGrantableRoles(InvokeOptions options)
    public static Output<GetIamGrantableRolesResult> getIamGrantableRoles(InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getIamGrantableRoles:getIamGrantableRoles
      arguments:
        # arguments dictionary

    getIamGrantableRoles Result

    The following output properties are available:

    GrantableRoles List<GetIamGrantableRolesGrantableRole>
    Id string
    The provider-assigned unique ID for this managed resource.
    GrantableRoles []GetIamGrantableRolesGrantableRole
    Id string
    The provider-assigned unique ID for this managed resource.
    grantableRoles List<GetIamGrantableRolesGrantableRole>
    id String
    The provider-assigned unique ID for this managed resource.
    grantableRoles GetIamGrantableRolesGrantableRole[]
    id string
    The provider-assigned unique ID for this managed resource.
    grantable_roles Sequence[GetIamGrantableRolesGrantableRole]
    id str
    The provider-assigned unique ID for this managed resource.
    grantableRoles List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetIamGrantableRolesGrantableRole

    Description string
    Granted role description.
    GrantedRoleId int
    Granted role ID.
    Name string
    Granted role name.
    Description string
    Granted role description.
    GrantedRoleId int
    Granted role ID.
    Name string
    Granted role name.
    description String
    Granted role description.
    grantedRoleId Integer
    Granted role ID.
    name String
    Granted role name.
    description string
    Granted role description.
    grantedRoleId number
    Granted role ID.
    name string
    Granted role name.
    description str
    Granted role description.
    granted_role_id int
    Granted role ID.
    name str
    Granted role name.
    description String
    Granted role description.
    grantedRoleId Number
    Granted role ID.
    name String
    Granted role name.

    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