Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.firebaseappcheck/v1beta.getDebugToken
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Gets the specified DebugToken. For security reasons, the token
field is never populated in the response.
Using getDebugToken
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 getDebugToken(args: GetDebugTokenArgs, opts?: InvokeOptions): Promise<GetDebugTokenResult>
function getDebugTokenOutput(args: GetDebugTokenOutputArgs, opts?: InvokeOptions): Output<GetDebugTokenResult>
def get_debug_token(app_id: Optional[str] = None,
debug_token_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDebugTokenResult
def get_debug_token_output(app_id: Optional[pulumi.Input[str]] = None,
debug_token_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDebugTokenResult]
func LookupDebugToken(ctx *Context, args *LookupDebugTokenArgs, opts ...InvokeOption) (*LookupDebugTokenResult, error)
func LookupDebugTokenOutput(ctx *Context, args *LookupDebugTokenOutputArgs, opts ...InvokeOption) LookupDebugTokenResultOutput
> Note: This function is named LookupDebugToken
in the Go SDK.
public static class GetDebugToken
{
public static Task<GetDebugTokenResult> InvokeAsync(GetDebugTokenArgs args, InvokeOptions? opts = null)
public static Output<GetDebugTokenResult> Invoke(GetDebugTokenInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDebugTokenResult> getDebugToken(GetDebugTokenArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:firebaseappcheck/v1beta:getDebugToken
arguments:
# arguments dictionary
The following arguments are supported:
- App
Id string - Debug
Token stringId - Project string
- App
Id string - Debug
Token stringId - Project string
- app
Id String - debug
Token StringId - project String
- app
Id string - debug
Token stringId - project string
- app_
id str - debug_
token_ strid - project str
- app
Id String - debug
Token StringId - project String
getDebugToken Result
The following output properties are available:
- Display
Name string - A human readable display name used to identify this debug token.
- Name string
- The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
- Token string
- Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
- Display
Name string - A human readable display name used to identify this debug token.
- Name string
- The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
- Token string
- Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
- display
Name String - A human readable display name used to identify this debug token.
- name String
- The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
- token String
- Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
- display
Name string - A human readable display name used to identify this debug token.
- name string
- The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
- token string
- Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
- display_
name str - A human readable display name used to identify this debug token.
- name str
- The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
- token str
- Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
- display
Name String - A human readable display name used to identify this debug token.
- name String
- The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
- token String
- Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.