Get Secret Result
data class GetSecretResult(val deploymentStatus: String, val id: String, val name: String, val parameters: Any? = null, val profileName: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Friendly Secret name mapping to the any Secret or secret related information.
Constructors
Link copied to clipboard
fun GetSecretResult(deploymentStatus: String, id: String, name: String, parameters: Any? = null, profileName: String, provisioningState: String, systemData: SystemDataResponse, type: String)