GetApplicationResult

data class GetApplicationResult(val applicationId: String, val attributes: List<GetApplicationAttribute>, val createTime: String, val description: String, val displayName: String, val id: String, val location: String, val name: String, val project: String, val scopes: List<GetApplicationScope>, val state: String, val uid: String, val updateTime: String)

A collection of values returned by getApplication.

Constructors

Link copied to clipboard
constructor(applicationId: String, attributes: List<GetApplicationAttribute>, createTime: String, description: String, displayName: String, id: String, location: String, name: String, project: String, scopes: List<GetApplicationScope>, state: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uid: String
Link copied to clipboard