cloudflare logo
Cloudflare v5.0.0, Mar 13 23

cloudflare.getAccountRoles

Use this data source to lookup Account Roles.

Using getAccountRoles

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 getAccountRoles(args: GetAccountRolesArgs, opts?: InvokeOptions): Promise<GetAccountRolesResult>
function getAccountRolesOutput(args: GetAccountRolesOutputArgs, opts?: InvokeOptions): Output<GetAccountRolesResult>
def get_account_roles(account_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetAccountRolesResult
def get_account_roles_output(account_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetAccountRolesResult]
func GetAccountRoles(ctx *Context, args *GetAccountRolesArgs, opts ...InvokeOption) (*GetAccountRolesResult, error)
func GetAccountRolesOutput(ctx *Context, args *GetAccountRolesOutputArgs, opts ...InvokeOption) GetAccountRolesResultOutput

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

public static class GetAccountRoles 
{
    public static Task<GetAccountRolesResult> InvokeAsync(GetAccountRolesArgs args, InvokeOptions? opts = null)
    public static Output<GetAccountRolesResult> Invoke(GetAccountRolesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountRolesResult> getAccountRoles(GetAccountRolesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: cloudflare:index/getAccountRoles:getAccountRoles
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountId string

The account identifier to target for the resource.

AccountId string

The account identifier to target for the resource.

accountId String

The account identifier to target for the resource.

accountId string

The account identifier to target for the resource.

account_id str

The account identifier to target for the resource.

accountId String

The account identifier to target for the resource.

getAccountRoles Result

The following output properties are available:

AccountId string

The account identifier to target for the resource.

Id string

The provider-assigned unique ID for this managed resource.

Roles List<GetAccountRolesRole>

A list of roles object.

AccountId string

The account identifier to target for the resource.

Id string

The provider-assigned unique ID for this managed resource.

Roles []GetAccountRolesRole

A list of roles object.

accountId String

The account identifier to target for the resource.

id String

The provider-assigned unique ID for this managed resource.

roles List<GetAccountRolesRole>

A list of roles object.

accountId string

The account identifier to target for the resource.

id string

The provider-assigned unique ID for this managed resource.

roles GetAccountRolesRole[]

A list of roles object.

account_id str

The account identifier to target for the resource.

id str

The provider-assigned unique ID for this managed resource.

roles Sequence[GetAccountRolesRole]

A list of roles object.

accountId String

The account identifier to target for the resource.

id String

The provider-assigned unique ID for this managed resource.

roles List<Property Map>

A list of roles object.

Supporting Types

GetAccountRolesRole

Description string
Id string

The ID of this resource.

Name string
Description string
Id string

The ID of this resource.

Name string
description String
id String

The ID of this resource.

name String
description string
id string

The ID of this resource.

name string
description str
id str

The ID of this resource.

name str
description String
id String

The ID of this resource.

name String

Package Details

Repository
Cloudflare pulumi/pulumi-cloudflare
License
Apache-2.0
Notes

This Pulumi package is based on the cloudflare Terraform Provider.