InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
influxdb.getAuthorization
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
Using getAuthorization
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 getAuthorization(args: GetAuthorizationArgs, opts?: InvokeOptions): Promise<GetAuthorizationResult>
function getAuthorizationOutput(args: GetAuthorizationOutputArgs, opts?: InvokeOptions): Output<GetAuthorizationResult>def get_authorization(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAuthorizationResult
def get_authorization_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuthorizationResult]func LookupAuthorization(ctx *Context, args *LookupAuthorizationArgs, opts ...InvokeOption) (*LookupAuthorizationResult, error)
func LookupAuthorizationOutput(ctx *Context, args *LookupAuthorizationOutputArgs, opts ...InvokeOption) LookupAuthorizationResultOutput> Note: This function is named LookupAuthorization in the Go SDK.
public static class GetAuthorization
{
public static Task<GetAuthorizationResult> InvokeAsync(GetAuthorizationArgs args, InvokeOptions? opts = null)
public static Output<GetAuthorizationResult> Invoke(GetAuthorizationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAuthorizationResult> getAuthorization(GetAuthorizationArgs args, InvokeOptions options)
public static Output<GetAuthorizationResult> getAuthorization(GetAuthorizationArgs args, InvokeOptions options)
fn::invoke:
function: influxdb:index/getAuthorization:getAuthorization
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getAuthorization Result
The following output properties are available:
- Created
At string - Description string
- Id string
- Org string
- Org
Id string - Permissions
List<Thulasiraj
Komminar. Influx DB. Outputs. Get Authorization Permission> - Status string
- Token string
- Updated
At string - User string
- User
Id string
- Created
At string - Description string
- Id string
- Org string
- Org
Id string - Permissions
[]Get
Authorization Permission - Status string
- Token string
- Updated
At string - User string
- User
Id string
- created
At String - description String
- id String
- org String
- org
Id String - permissions
List<Get
Authorization Permission> - status String
- token String
- updated
At String - user String
- user
Id String
- created
At string - description string
- id string
- org string
- org
Id string - permissions
Get
Authorization Permission[] - status string
- token string
- updated
At string - user string
- user
Id string
- created_
at str - description str
- id str
- org str
- org_
id str - permissions
Sequence[Get
Authorization Permission] - status str
- token str
- updated_
at str - user str
- user_
id str
- created
At String - description String
- id String
- org String
- org
Id String - permissions List<Property Map>
- status String
- token String
- updated
At String - user String
- user
Id String
Supporting Types
GetAuthorizationPermission
- Action string
- Permission action.
- Resource
Thulasiraj
Komminar. Influx DB. Inputs. Get Authorization Permission Resource
- Action string
- Permission action.
- Resource
Get
Authorization Permission Resource
- action String
- Permission action.
- resource
Get
Authorization Permission Resource
- action string
- Permission action.
- resource
Get
Authorization Permission Resource
- action str
- Permission action.
- resource
Get
Authorization Permission Resource
- action String
- Permission action.
- resource Property Map
GetAuthorizationPermissionResource
- Id string
- A resource ID. Identifies a specific resource.
- Name string
- The name of the resource. Note: not all resource types have a name property.
- Org string
- An organization name. The organization that owns the resource.
- Org
Id string - An organization ID. Identifies the organization that owns the resource.
- Type string
- A resource type. Identifies the API resource's type (or kind).
- Id string
- A resource ID. Identifies a specific resource.
- Name string
- The name of the resource. Note: not all resource types have a name property.
- Org string
- An organization name. The organization that owns the resource.
- Org
Id string - An organization ID. Identifies the organization that owns the resource.
- Type string
- A resource type. Identifies the API resource's type (or kind).
- id String
- A resource ID. Identifies a specific resource.
- name String
- The name of the resource. Note: not all resource types have a name property.
- org String
- An organization name. The organization that owns the resource.
- org
Id String - An organization ID. Identifies the organization that owns the resource.
- type String
- A resource type. Identifies the API resource's type (or kind).
- id string
- A resource ID. Identifies a specific resource.
- name string
- The name of the resource. Note: not all resource types have a name property.
- org string
- An organization name. The organization that owns the resource.
- org
Id string - An organization ID. Identifies the organization that owns the resource.
- type string
- A resource type. Identifies the API resource's type (or kind).
- id str
- A resource ID. Identifies a specific resource.
- name str
- The name of the resource. Note: not all resource types have a name property.
- org str
- An organization name. The organization that owns the resource.
- org_
id str - An organization ID. Identifies the organization that owns the resource.
- type str
- A resource type. Identifies the API resource's type (or kind).
- id String
- A resource ID. Identifies a specific resource.
- name String
- The name of the resource. Note: not all resource types have a name property.
- org String
- An organization name. The organization that owns the resource.
- org
Id String - An organization ID. Identifies the organization that owns the resource.
- type String
- A resource type. Identifies the API resource's type (or kind).
Package Details
- Repository
- influxdb thulasirajkomminar/pulumi-influxdb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
influxdbTerraform Provider.
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
