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

akamai.getIamRoles

Explore with Pulumi AI

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

    Using getIamRoles

    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 getIamRoles(opts?: InvokeOptions): Promise<GetIamRolesResult>
    function getIamRolesOutput(opts?: InvokeOptions): Output<GetIamRolesResult>
    def get_iam_roles(opts: Optional[InvokeOptions] = None) -> GetIamRolesResult
    def get_iam_roles_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamRolesResult]
    func GetIamRoles(ctx *Context, opts ...InvokeOption) (*GetIamRolesResult, error)
    func GetIamRolesOutput(ctx *Context, opts ...InvokeOption) GetIamRolesResultOutput

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

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

    getIamRoles Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Roles List<GetIamRolesRole>
    Id string
    The provider-assigned unique ID for this managed resource.
    Roles []GetIamRolesRole
    id String
    The provider-assigned unique ID for this managed resource.
    roles List<GetIamRolesRole>
    id string
    The provider-assigned unique ID for this managed resource.
    roles GetIamRolesRole[]
    id str
    The provider-assigned unique ID for this managed resource.
    roles Sequence[GetIamRolesRole]
    id String
    The provider-assigned unique ID for this managed resource.
    roles List<Property Map>

    Supporting Types

    GetIamRolesRole

    CreatedBy string
    The user name or email of the person who created the role.
    Description string
    The role's description.
    ModifiedBy string
    The username or email of the last person to edit the role.
    Name string
    The role's name.
    RoleId string
    A unique identifier for each role.
    TimeCreated string
    ISO 8601 timestamp indicating when the role was originally created.
    TimeModified string
    ISO 8601 timestamp indicating when the role was last updated.
    Type string
    Whether the role is a standard role or a custom role.
    CreatedBy string
    The user name or email of the person who created the role.
    Description string
    The role's description.
    ModifiedBy string
    The username or email of the last person to edit the role.
    Name string
    The role's name.
    RoleId string
    A unique identifier for each role.
    TimeCreated string
    ISO 8601 timestamp indicating when the role was originally created.
    TimeModified string
    ISO 8601 timestamp indicating when the role was last updated.
    Type string
    Whether the role is a standard role or a custom role.
    createdBy String
    The user name or email of the person who created the role.
    description String
    The role's description.
    modifiedBy String
    The username or email of the last person to edit the role.
    name String
    The role's name.
    roleId String
    A unique identifier for each role.
    timeCreated String
    ISO 8601 timestamp indicating when the role was originally created.
    timeModified String
    ISO 8601 timestamp indicating when the role was last updated.
    type String
    Whether the role is a standard role or a custom role.
    createdBy string
    The user name or email of the person who created the role.
    description string
    The role's description.
    modifiedBy string
    The username or email of the last person to edit the role.
    name string
    The role's name.
    roleId string
    A unique identifier for each role.
    timeCreated string
    ISO 8601 timestamp indicating when the role was originally created.
    timeModified string
    ISO 8601 timestamp indicating when the role was last updated.
    type string
    Whether the role is a standard role or a custom role.
    created_by str
    The user name or email of the person who created the role.
    description str
    The role's description.
    modified_by str
    The username or email of the last person to edit the role.
    name str
    The role's name.
    role_id str
    A unique identifier for each role.
    time_created str
    ISO 8601 timestamp indicating when the role was originally created.
    time_modified str
    ISO 8601 timestamp indicating when the role was last updated.
    type str
    Whether the role is a standard role or a custom role.
    createdBy String
    The user name or email of the person who created the role.
    description String
    The role's description.
    modifiedBy String
    The username or email of the last person to edit the role.
    name String
    The role's name.
    roleId String
    A unique identifier for each role.
    timeCreated String
    ISO 8601 timestamp indicating when the role was originally created.
    timeModified String
    ISO 8601 timestamp indicating when the role was last updated.
    type String
    Whether the role is a standard role or a custom role.

    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