vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getAccessGrants
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
Using getAccessGrants
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 getAccessGrants(opts?: InvokeOptions): Promise<GetAccessGrantsResult>
function getAccessGrantsOutput(opts?: InvokeOptions): Output<GetAccessGrantsResult>
def get_access_grants(opts: Optional[InvokeOptions] = None) -> GetAccessGrantsResult
def get_access_grants_output(opts: Optional[InvokeOptions] = None) -> Output[GetAccessGrantsResult]
func GetAccessGrants(ctx *Context, opts ...InvokeOption) (*GetAccessGrantsResult, error)
func GetAccessGrantsOutput(ctx *Context, opts ...InvokeOption) GetAccessGrantsResultOutput
> Note: This function is named GetAccessGrants
in the Go SDK.
public static class GetAccessGrants
{
public static Task<GetAccessGrantsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetAccessGrantsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccessGrantsResult> getAccessGrants(InvokeOptions options)
public static Output<GetAccessGrantsResult> getAccessGrants(InvokeOptions options)
fn::invoke:
function: vantage:index/getAccessGrants:getAccessGrants
arguments:
# arguments dictionary
getAccessGrants Result
The following output properties are available:
- Access
Grants List<GetAccess Grants Access Grant> - Id string
- The provider-assigned unique ID for this managed resource.
- Access
Grants []GetAccess Grants Access Grant - Id string
- The provider-assigned unique ID for this managed resource.
- access
Grants List<GetAccess Grants Access Grant> - id String
- The provider-assigned unique ID for this managed resource.
- access
Grants GetAccess Grants Access Grant[] - id string
- The provider-assigned unique ID for this managed resource.
- access_
grants Sequence[GetAccess Grants Access Grant] - id str
- The provider-assigned unique ID for this managed resource.
- access
Grants List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetAccessGrantsAccessGrant
- Access string
- Resource
Token string - Team
Token string - Token string
- Access string
- Resource
Token string - Team
Token string - Token string
- access String
- resource
Token String - team
Token String - token String
- access string
- resource
Token string - team
Token string - token string
- access str
- resource_
token str - team_
token str - token str
- access String
- resource
Token String - team
Token String - token String
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh