1. Packages
  2. Akamai
  3. API Docs
  4. getIamGrantableRoles
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getIamGrantableRoles

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 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>
Copy
def get_iam_grantable_roles(opts: Optional[InvokeOptions] = None) -> GetIamGrantableRolesResult
def get_iam_grantable_roles_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamGrantableRolesResult]
Copy
func GetIamGrantableRoles(ctx *Context, opts ...InvokeOption) (*GetIamGrantableRolesResult, error)
func GetIamGrantableRolesOutput(ctx *Context, opts ...InvokeOption) GetIamGrantableRolesResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetIamGrantableRolesResult> getIamGrantableRoles(InvokeOptions options)
public static Output<GetIamGrantableRolesResult> getIamGrantableRoles(InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getIamGrantableRoles:getIamGrantableRoles
  arguments:
    # arguments dictionary
Copy

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 This property is required. string
Granted role description.
GrantedRoleId This property is required. int
Granted role ID.
Name This property is required. string
Granted role name.
Description This property is required. string
Granted role description.
GrantedRoleId This property is required. int
Granted role ID.
Name This property is required. string
Granted role name.
description This property is required. String
Granted role description.
grantedRoleId This property is required. Integer
Granted role ID.
name This property is required. String
Granted role name.
description This property is required. string
Granted role description.
grantedRoleId This property is required. number
Granted role ID.
name This property is required. string
Granted role name.
description This property is required. str
Granted role description.
granted_role_id This property is required. int
Granted role ID.
name This property is required. str
Granted role name.
description This property is required. String
Granted role description.
grantedRoleId This property is required. Number
Granted role ID.
name This property is required. 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 v8.1.0 published on Friday, Apr 11, 2025 by Pulumi