Grafana v0.16.1 published on Saturday, Mar 15, 2025 by pulumiverse
grafana.onCall.getUsers
Explore with Pulumi AI
Using getUsers
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 getUsers(opts?: InvokeOptions): Promise<GetUsersResult>
function getUsersOutput(opts?: InvokeOptions): Output<GetUsersResult>
def get_users(opts: Optional[InvokeOptions] = None) -> GetUsersResult
def get_users_output(opts: Optional[InvokeOptions] = None) -> Output[GetUsersResult]
func GetUsers(ctx *Context, opts ...InvokeOption) (*GetUsersResult, error)
func GetUsersOutput(ctx *Context, opts ...InvokeOption) GetUsersResultOutput
> Note: This function is named GetUsers
in the Go SDK.
public static class GetUsers
{
public static Task<GetUsersResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetUsersResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetUsersResult> getUsers(InvokeOptions options)
public static Output<GetUsersResult> getUsers(InvokeOptions options)
fn::invoke:
function: grafana:onCall/getUsers:getUsers
arguments:
# arguments dictionary
getUsers Result
The following output properties are available:
- Id string
- The ID of this resource.
- Users
List<Pulumiverse.
Grafana. On Call. Outputs. Get Users User>
- Id string
- The ID of this resource.
- Users
[]Get
Users User
- id String
- The ID of this resource.
- users
List<Get
Users User>
- id string
- The ID of this resource.
- users
Get
Users User[]
- id str
- The ID of this resource.
- users
Sequence[oncall.
Get Users User]
- id String
- The ID of this resource.
- users List<Property Map>
Supporting Types
GetUsersUser
Package Details
- Repository
- grafana pulumiverse/pulumi-grafana
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
grafana
Terraform Provider.