1. Packages
  2. Azure Native v1
  3. API Docs
  4. videoanalyzer
  5. listVideoStreamingToken
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.videoanalyzer.listVideoStreamingToken

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Generates a streaming token used for authenticating video playback. API Version: 2021-05-01-preview.

    Using listVideoStreamingToken

    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 listVideoStreamingToken(args: ListVideoStreamingTokenArgs, opts?: InvokeOptions): Promise<ListVideoStreamingTokenResult>
    function listVideoStreamingTokenOutput(args: ListVideoStreamingTokenOutputArgs, opts?: InvokeOptions): Output<ListVideoStreamingTokenResult>
    def list_video_streaming_token(account_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   video_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ListVideoStreamingTokenResult
    def list_video_streaming_token_output(account_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   video_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[ListVideoStreamingTokenResult]
    func ListVideoStreamingToken(ctx *Context, args *ListVideoStreamingTokenArgs, opts ...InvokeOption) (*ListVideoStreamingTokenResult, error)
    func ListVideoStreamingTokenOutput(ctx *Context, args *ListVideoStreamingTokenOutputArgs, opts ...InvokeOption) ListVideoStreamingTokenResultOutput

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

    public static class ListVideoStreamingToken 
    {
        public static Task<ListVideoStreamingTokenResult> InvokeAsync(ListVideoStreamingTokenArgs args, InvokeOptions? opts = null)
        public static Output<ListVideoStreamingTokenResult> Invoke(ListVideoStreamingTokenInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListVideoStreamingTokenResult> listVideoStreamingToken(ListVideoStreamingTokenArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:videoanalyzer:listVideoStreamingToken
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The Azure Video Analyzer account name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VideoName string
    The name of the video to generate a token for playback.
    AccountName string
    The Azure Video Analyzer account name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VideoName string
    The name of the video to generate a token for playback.
    accountName String
    The Azure Video Analyzer account name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    videoName String
    The name of the video to generate a token for playback.
    accountName string
    The Azure Video Analyzer account name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    videoName string
    The name of the video to generate a token for playback.
    account_name str
    The Azure Video Analyzer account name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    video_name str
    The name of the video to generate a token for playback.
    accountName String
    The Azure Video Analyzer account name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    videoName String
    The name of the video to generate a token for playback.

    listVideoStreamingToken Result

    The following output properties are available:

    ExpirationDate string
    The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
    Token string
    The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
    ExpirationDate string
    The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
    Token string
    The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
    expirationDate String
    The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
    token String
    The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
    expirationDate string
    The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
    token string
    The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
    expiration_date str
    The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
    token str
    The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.
    expirationDate String
    The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
    token String
    The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi