DebugToken

class DebugToken : KotlinCustomResource

Creates a new DebugToken for the specified app. For security reasons, after the creation operation completes, the token field cannot be updated or retrieved, but you can revoke the debug token using DeleteDebugToken. Each app can have a maximum of 20 debug tokens.

Properties

Link copied to clipboard
val appId: Output<String>
Link copied to clipboard
val displayName: Output<String>

A human readable display name used to identify this debug token.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The relative resource name of the debug token, in the format: `` projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id} ``

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val token: Output<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.

Link copied to clipboard
val urn: Output<String>