Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi
akamai.getIamRoles
Explore with Pulumi AI
Using getIamRoles
function getIamRoles(opts?: InvokeOptions): Promise<GetIamRolesResult>
def get_iam_roles(opts: Optional[InvokeOptions] = None) -> GetIamRolesResult
func GetIamRoles(ctx *Context, opts ...InvokeOption) (*GetIamRolesResult, error)
> Note: This function is named GetIamRoles
in the Go SDK.
public static class GetIamRoles
{
public static Task<GetIamRolesResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetIamRolesResult> getIamRoles(InvokeOptions options)
// Output-based functions aren't available in Java yet
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<Get
Iam Roles Role>
- Id string
The provider-assigned unique ID for this managed resource.
- Roles
[]Get
Iam Roles Role
- id String
The provider-assigned unique ID for this managed resource.
- roles
List<Get
Iam Roles Role>
- id string
The provider-assigned unique ID for this managed resource.
- roles
Get
Iam Roles Role[]
- id str
The provider-assigned unique ID for this managed resource.
- roles
Sequence[Get
Iam Roles Role]
- id String
The provider-assigned unique ID for this managed resource.
- roles List<Property Map>
Supporting Types
GetIamRolesRole
- Created
By string - Description string
- Modified
By string - Name string
- Role
Id string - Time
Created string - Time
Modified string - Type string
- Created
By string - Description string
- Modified
By string - Name string
- Role
Id string - Time
Created string - Time
Modified string - Type string
- created
By String - description String
- modified
By String - name String
- role
Id String - time
Created String - time
Modified String - type String
- created
By string - description string
- modified
By string - name string
- role
Id string - time
Created string - time
Modified string - type string
- created_
by str - description str
- modified_
by str - name str
- role_
id str - time_
created str - time_
modified str - type str
- created
By String - description String
- modified
By String - name String
- role
Id String - time
Created String - time
Modified String - type String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.