Viewing docs for StrongDM v1.34.5
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
Viewing docs for StrongDM v1.34.5
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
A Role has a list of access rules which determine which Resources the members of the Role have access to. An Account can be a member of multiple Roles via AccountAttachments.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
compositeRoleQuery:
fn::invoke:
function: sdm:getRole
arguments:
composite: true
tags:
region: us-west
env: dev
Using getRole
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 getRole(args: GetRoleArgs, opts?: InvokeOptions): Promise<GetRoleResult>
function getRoleOutput(args: GetRoleOutputArgs, opts?: InvokeOptions): Output<GetRoleResult>def get_role(id: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetRoleResult
def get_role_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRoleResult]func LookupRole(ctx *Context, args *LookupRoleArgs, opts ...InvokeOption) (*LookupRoleResult, error)
func LookupRoleOutput(ctx *Context, args *LookupRoleOutputArgs, opts ...InvokeOption) LookupRoleResultOutput> Note: This function is named LookupRole in the Go SDK.
public static class GetRole
{
public static Task<GetRoleResult> InvokeAsync(GetRoleArgs args, InvokeOptions? opts = null)
public static Output<GetRoleResult> Invoke(GetRoleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRoleResult> getRole(GetRoleArgs args, InvokeOptions options)
public static Output<GetRoleResult> getRole(GetRoleArgs args, InvokeOptions options)
fn::invoke:
function: sdm:index/getRole:getRole
arguments:
# arguments dictionaryThe following arguments are supported:
getRole Result
The following output properties are available:
- Ids List<string>
- a list of strings of ids of data sources that match the given arguments.
- Managed
By string - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- Roles
List<Piers
Karsenbarg. Sdm. Outputs. Get Role Role> - A list where each element has the following attributes:
- Id string
- Unique identifier of the Role.
- Name string
- Unique human-readable name of the Role.
- Dictionary<string, string>
- Tags is a map of key, value pairs.
- Ids []string
- a list of strings of ids of data sources that match the given arguments.
- Managed
By string - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- Roles
[]Get
Role Role - A list where each element has the following attributes:
- Id string
- Unique identifier of the Role.
- Name string
- Unique human-readable name of the Role.
- map[string]string
- Tags is a map of key, value pairs.
- ids List<String>
- a list of strings of ids of data sources that match the given arguments.
- managed
By String - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- roles
List<Get
Role Role> - A list where each element has the following attributes:
- id String
- Unique identifier of the Role.
- name String
- Unique human-readable name of the Role.
- Map<String,String>
- Tags is a map of key, value pairs.
- ids string[]
- a list of strings of ids of data sources that match the given arguments.
- managed
By string - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- roles
Get
Role Role[] - A list where each element has the following attributes:
- id string
- Unique identifier of the Role.
- name string
- Unique human-readable name of the Role.
- {[key: string]: string}
- Tags is a map of key, value pairs.
- ids Sequence[str]
- a list of strings of ids of data sources that match the given arguments.
- managed_
by str - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- roles
Sequence[Get
Role Role] - A list where each element has the following attributes:
- id str
- Unique identifier of the Role.
- name str
- Unique human-readable name of the Role.
- Mapping[str, str]
- Tags is a map of key, value pairs.
- ids List<String>
- a list of strings of ids of data sources that match the given arguments.
- managed
By String - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- roles List<Property Map>
- A list where each element has the following attributes:
- id String
- Unique identifier of the Role.
- name String
- Unique human-readable name of the Role.
- Map<String>
- Tags is a map of key, value pairs.
Supporting Types
GetRoleRole
- Managed
By string - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- Access
Rules string - AccessRules is a list of access rules defining the resources this Role has access to.
- Id string
- Unique identifier of the Role.
- Name string
- Unique human-readable name of the Role.
- Dictionary<string, string>
- Tags is a map of key, value pairs.
- Managed
By string - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- Access
Rules string - AccessRules is a list of access rules defining the resources this Role has access to.
- Id string
- Unique identifier of the Role.
- Name string
- Unique human-readable name of the Role.
- map[string]string
- Tags is a map of key, value pairs.
- managed
By String - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- access
Rules String - AccessRules is a list of access rules defining the resources this Role has access to.
- id String
- Unique identifier of the Role.
- name String
- Unique human-readable name of the Role.
- Map<String,String>
- Tags is a map of key, value pairs.
- managed
By string - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- access
Rules string - AccessRules is a list of access rules defining the resources this Role has access to.
- id string
- Unique identifier of the Role.
- name string
- Unique human-readable name of the Role.
- {[key: string]: string}
- Tags is a map of key, value pairs.
- managed_
by str - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- access_
rules str - AccessRules is a list of access rules defining the resources this Role has access to.
- id str
- Unique identifier of the Role.
- name str
- Unique human-readable name of the Role.
- Mapping[str, str]
- Tags is a map of key, value pairs.
- managed
By String - Managed By is a read only field for what service manages this role, e.g. StrongDM, Okta, Azure.
- access
Rules String - AccessRules is a list of access rules defining the resources this Role has access to.
- id String
- Unique identifier of the Role.
- name String
- Unique human-readable name of the Role.
- Map<String>
- Tags is a map of key, value pairs.
Package Details
- Repository
- sdm pierskarsenbarg/pulumi-sdm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdmTerraform Provider.
Viewing docs for StrongDM v1.34.5
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
published on Sunday, Mar 1, 2026 by Piers Karsenbarg
