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

akamai.getIamRole

Explore with Pulumi AI

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

    Using getIamRole

    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 getIamRole(args: GetIamRoleArgs, opts?: InvokeOptions): Promise<GetIamRoleResult>
    function getIamRoleOutput(args: GetIamRoleOutputArgs, opts?: InvokeOptions): Output<GetIamRoleResult>
    def get_iam_role(role_id: Optional[int] = None,
                     opts: Optional[InvokeOptions] = None) -> GetIamRoleResult
    def get_iam_role_output(role_id: Optional[pulumi.Input[int]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetIamRoleResult]
    func LookupIamRole(ctx *Context, args *LookupIamRoleArgs, opts ...InvokeOption) (*LookupIamRoleResult, error)
    func LookupIamRoleOutput(ctx *Context, args *LookupIamRoleOutputArgs, opts ...InvokeOption) LookupIamRoleResultOutput

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

    public static class GetIamRole 
    {
        public static Task<GetIamRoleResult> InvokeAsync(GetIamRoleArgs args, InvokeOptions? opts = null)
        public static Output<GetIamRoleResult> Invoke(GetIamRoleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamRoleResult> getIamRole(GetIamRoleArgs args, InvokeOptions options)
    public static Output<GetIamRoleResult> getIamRole(GetIamRoleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getIamRole:getIamRole
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RoleId int
    RoleId int
    roleId Integer
    roleId number
    roleId Number

    getIamRole Result

    The following output properties are available:

    Actions GetIamRoleActions
    CreatedBy string
    CreatedDate string
    GrantedRoles List<GetIamRoleGrantedRole>
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedBy string
    ModifiedDate string
    RoleDescription string
    RoleId int
    RoleName string
    Type string
    Users List<GetIamRoleUser>
    Actions GetIamRoleActions
    CreatedBy string
    CreatedDate string
    GrantedRoles []GetIamRoleGrantedRole
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedBy string
    ModifiedDate string
    RoleDescription string
    RoleId int
    RoleName string
    Type string
    Users []GetIamRoleUser
    actions GetIamRoleActions
    createdBy String
    createdDate String
    grantedRoles List<GetIamRoleGrantedRole>
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedBy String
    modifiedDate String
    roleDescription String
    roleId Integer
    roleName String
    type String
    users List<GetIamRoleUser>
    actions GetIamRoleActions
    createdBy string
    createdDate string
    grantedRoles GetIamRoleGrantedRole[]
    id string
    The provider-assigned unique ID for this managed resource.
    modifiedBy string
    modifiedDate string
    roleDescription string
    roleId number
    roleName string
    type string
    users GetIamRoleUser[]
    actions Property Map
    createdBy String
    createdDate String
    grantedRoles List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedBy String
    modifiedDate String
    roleDescription String
    roleId Number
    roleName String
    type String
    users List<Property Map>

    Supporting Types

    GetIamRoleActions

    Delete bool
    Whether you can remove the role.
    Edit bool
    Whether you can modify the role.
    Delete bool
    Whether you can remove the role.
    Edit bool
    Whether you can modify the role.
    delete Boolean
    Whether you can remove the role.
    edit Boolean
    Whether you can modify the role.
    delete boolean
    Whether you can remove the role.
    edit boolean
    Whether you can modify the role.
    delete bool
    Whether you can remove the role.
    edit bool
    Whether you can modify the role.
    delete Boolean
    Whether you can remove the role.
    edit Boolean
    Whether you can modify the role.

    GetIamRoleGrantedRole

    GrantedRoleDescription string
    Descriptive label for the role to convey its use.
    GrantedRoleId int
    Unique identifier for each granted role.
    GrantedRoleName string
    Descriptive label for the granted role.
    GrantedRoleDescription string
    Descriptive label for the role to convey its use.
    GrantedRoleId int
    Unique identifier for each granted role.
    GrantedRoleName string
    Descriptive label for the granted role.
    grantedRoleDescription String
    Descriptive label for the role to convey its use.
    grantedRoleId Integer
    Unique identifier for each granted role.
    grantedRoleName String
    Descriptive label for the granted role.
    grantedRoleDescription string
    Descriptive label for the role to convey its use.
    grantedRoleId number
    Unique identifier for each granted role.
    grantedRoleName string
    Descriptive label for the granted role.
    granted_role_description str
    Descriptive label for the role to convey its use.
    granted_role_id int
    Unique identifier for each granted role.
    granted_role_name str
    Descriptive label for the granted role.
    grantedRoleDescription String
    Descriptive label for the role to convey its use.
    grantedRoleId Number
    Unique identifier for each granted role.
    grantedRoleName String
    Descriptive label for the granted role.

    GetIamRoleUser

    AccountId string
    Unique identifier for each account.
    Email string
    The user's email address.
    FirstName string
    The user's first name.
    LastLoginDate string
    ISO 8601 timestamp indicating when the user last logged in.
    LastName string
    The user's surname.
    UiIdentityId string
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    AccountId string
    Unique identifier for each account.
    Email string
    The user's email address.
    FirstName string
    The user's first name.
    LastLoginDate string
    ISO 8601 timestamp indicating when the user last logged in.
    LastName string
    The user's surname.
    UiIdentityId string
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    accountId String
    Unique identifier for each account.
    email String
    The user's email address.
    firstName String
    The user's first name.
    lastLoginDate String
    ISO 8601 timestamp indicating when the user last logged in.
    lastName String
    The user's surname.
    uiIdentityId String
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    accountId string
    Unique identifier for each account.
    email string
    The user's email address.
    firstName string
    The user's first name.
    lastLoginDate string
    ISO 8601 timestamp indicating when the user last logged in.
    lastName string
    The user's surname.
    uiIdentityId string
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    account_id str
    Unique identifier for each account.
    email str
    The user's email address.
    first_name str
    The user's first name.
    last_login_date str
    ISO 8601 timestamp indicating when the user last logged in.
    last_name str
    The user's surname.
    ui_identity_id str
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.
    accountId String
    Unique identifier for each account.
    email String
    The user's email address.
    firstName String
    The user's first name.
    lastLoginDate String
    ISO 8601 timestamp indicating when the user last logged in.
    lastName String
    The user's surname.
    uiIdentityId String
    Unique identifier for each user, which corresponds to their Control Center profile or client ID. Also known as a contactId in other APIs.

    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